Skip to main content

Pay

Pay

  • Endpoint: /pay
  • Description: Used to transfer ERC20/ERC721 to other
  • Method: POST
  • Params:
NameTypeRequire?Description
txobject[x]Raw transaction
tx.noncenumber[x]Nonce of transaction
tx.payeraddress[x]Address of payer
tx.appaddress[x]Address of app
tx.appTxidstring[x]TXID from app
tx.assetaddress[x]Address of asset
tx.amountstring[x]Amount (with decimals)
tx.memostring[x]Memo of transaction
signaturestring[x]Signature of amount=&app=&appTxid=&asset=&memo=&nonce=&payer=
  • Return Values: JSON object
NameTypeDescription
statusboolStatus of request
txobjectTransaction
tx.noncenumberNonce of transaction
tx.fromaddressSender address
tx.payeraddressPayer address
tx.txidstringTXID
tx.appTxidstringTXID
tx.appaddressAddres of app
tx.assetaddressAddress of asset
tx.amountstringAmount (with decimals)
tx.memostringMemo of transaction
tx.typePAYType of transaction