Skip to main content

Transfer

Transfer

  • Endpoint: /transfer
  • Description: Used to transfer ERC20/ERC721 to other
  • Method: POST
  • Params:
NameTypeRequire?Description
txobject[x]Raw transaction
tx.noncenumber[x]Nonce of transaction
tx.toaddress[x]Address of receiver
tx.assetaddress[x]Address of asset
tx.amountOrTokenIdstring[x]Amount (with decimals) or tokenId
tx.memostring[x]Memo of transaction
signaturestring[x]Signature of amountOrTokenId=&asset=&memo=&nonce=&to=
  • Return Values: JSON object
NameTypeDescription
statusboolStatus of request
txobjectTransaction
tx.noncenumberNonce of transaction
tx.txidstringTXID
tx.toaddressAddres of receiver
tx.assetaddressAddress of asset
tx.amountOrTokenIdstringAmount (with decimals) or tokenId
tx.memostringMemo of transaction
tx.typeTRANSFERType of transaction