Token Transfers

Retrieves the token transfers that took place in the specified transaction.

👍

Blockchains Supported

This endpoint supports Avalanche, Binance Smart Chain, Ethereum and Poygon.

Response Data

FieldTypeDescription
amountstringThe amount transferred in the smallest unit of the blockchain. For instance, wei with Ethereum.
Important note: If the token type is ERC721, the amount value represents the token id
decimalsstringThe number of significant digits, per smart contract definition.
fromstringThe address hash of the sender.
isERCXbooleantrue if the token is ERCX false otherwise. Ex. "isERC20": true
logIndexstringThe index of the log in the transaction.
namestringThe token name.
symbolstringThe token symbol.
tostringThe address hash of the recipient.
tokenAddressstringThe address of the token contract.
Language
Authorization
Header
Click Try It! to start a request and see the response here!