NFT transferer

[apis/nftport/v0/NFT transferer]


Transfers an NFT which has been previously minted. Transfer a minted NFT: https://docs.nftport.xyz/docs/nftport/?search=transfer-a-minted-nft


Keywords: web3, blockchain, crypto, nft, product, dynamic, mint, transfer, polygon, rinkeby

Input ports

  • NFT:

    {"contract_address": string, "token_id": string, "transfer_to_address": string}

    Receives the data of the NFT to be transfered. Reference: https://docs.nftport.xyz/docs/nftport/?search=transfer-a-minted-nft#request-body

  • params:

    {"api_key": string, optional "chain": ("polygon" or "rinkeby")}

    Reference: https://docs.nftport.xyz/docs/nftport/?search=transfer-a-minted-nft#request-body Default chain value: "polygon"

Output ports

  • data:

    {
      "response": "OK",
      "chain": ("polygon" or "rinkeby"),
      "contract_address": string,
      "transaction_hash": string,
      "transaction_external_url": string
    }

    https://docs.nftport.xyz/docs/nftport/?search=transfer-a-minted-nft#response-body

  • response:

    {"status": number, "headers": {string: any}, "body": string}

    Sends the original response.

  • error: {"error": string, "details": any}

Last updated