About Transaction Type

getTransactionInfo and getTransferList have a txType field. This field indicates what operation the transaction performed. The field has one of the values below.

getTransactionInfo and getTransferList have a txType field. This field indicates what operation the transaction performed. The field has one of the values below.

  • transfer : Transfer FIX from from-address to to-address.

  • createContract : The contract has been created. It is an ERC20 or ERC721 token contract.

  • transferToken : Transfer Token from from-address to to-address. It is an ERC20 or ERC721 token contract.

  • transferFromToken : Transfer Token from from-address to to-address by spender. It is an ERC20 or ERC721 token contract.

  • mintToken : Create new token with meta data. It is an ERC20 or ERC721 token contract.

  • burnToken : Burn the initial supply of token. It is an ERC20 or ERC721 token contract.

  • approveToken : Approve Token from owner-address to spender-address. It is an ERC20 or ERC721 token contract.

Last updated