v1

latestOpenAPI 3.1.02026-07-24130315342.2 KB
NFT Endpoints

Transfer NFTs or tokens between wallets

Returns ordered blockchain actions to execute for transferring one or more NFTs or tokens from one wallet to another. Supports bulk transfers of multiple assets in a single request.

post/api/v2/assets/transfer

Request body

from_addressstring required

Address of the sender wallet

to_addressstring required

Address of the recipient wallet

Example request

{
  "assets": [
    {
      "chain": "ethereum",
      "contract": "0xBd3531dA5CF5857e7CfAA92426877b022e612cf8"
    }
  ],
  "from_address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
  "to_address": "0x28c6c06298d514db089934071355e5743bf21d60"
}

Response

Transfer actions retrieved successfully