Transfer Non-Fungible Token
GraphQL API
- Mutation Example
mutation transferNonfungibleToken { erc721Transfer (input: { contract: "0x0000000000000000000000000000000000009805" # The address of the ledger to: "0x9ea175288fe328e2cc447bc406b26580caf4c703" # The address of the receiver tokenID: "658968545" # The unique ID of the non-fungible Token to be transferred }){ transaction submitToken ethereumKey } }
- Annotations for the parameters and attributes
- The response of this API will contain
data.erc721Transfer.transaction
anddata.erc721Transfer.submitToken
for signing before submitting transaction
- The response of this API will contain
- Permission
- Master, Issuer and End-User are permitted to invoke this API
Copyright © 2018-2019 FST Network Ltd., all rights reserved.