Create a transfer transaction

POST {{baseUrl}}/developer/transactions/transfer

Initiates an on-chain digital asset transfer from a specified developer-controlled wallet

https://developers.circle.com/w3s/reference/createdevelopertransactiontransfer

Request Body

{"amounts"=>["1"], "nftTokenIds"=>["4"], "destinationAddress"=>"0x83743Fc882e98927a929E116Ff805aEEcEe4EC9f", "entitySecretCiphertext"=>"{{entitySecretCiphertext}}", "feeLevel"=>"MEDIUM", "idempotencyKey"=>"{{$guid}}", "refId"=>"Send Brie NFT to Metamask", "tokenId"=>"1aa94f4b-99c3-58e1-983f-0108199bae1a", "walletId"=>"68414ac0-9956-4fad-a343-068cb3795133"}

RESPONSES

status: Created

{"data":{"id":"5c6c7c20-2895-5128-aa2e-d580e4d51be4","state":"INITIATED"}}