Get all token transaction histories from token ID

Returns the token transaction history information of a specific wallet address as an identification value.

Response

nameTypeRequiredDescription
token_20_transfer_idNumberTrueA unique identifier of the token transaction in blockchain. May have same value if the blockchain id is different.
token_20_idNumberTrueA unique identifier of the token.
block_numberStringTrueNumber(height) of the block.
fromStringTrueAddress which the transaction was sent from.
toStringTrueAddress which the transaction was sent to.
amountStringTrueAmount of token transferred to 'to' address. The value returned is in units of Wei (10^18).
statusNumberTrueValue whether the transaction succeeded.
feeStringTrueThe fee value for transactions that occurred on the blockchain network.(effectiveGasPrice * gasUsed)
tx_hashStringTrueHashed data of transaction
timestampStringTrueAn unix timestamp when transaction was sent.
functionStringTrueFunction of the transaction sent.
Language
Click Try It! to start a request and see the response here!