Token Transfers - By Transaction

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

👍

Blockchains Supported

This endpoint supports Ethereum and Poygon.

Response Data

Field

Type

Description

amount

string

The 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

decimals

string

The number of significant digits, per smart contract definition.

from

string

The address hash of the sender.

isERCX

boolean

true if the token is ERCX false otherwise. Ex. "isERC20": true

logIndex

string

The index of the log in the transaction.

name

string

The token name.

symbol

string

The token symbol.

to

string

The address hash of the recipient.

tokenAddress

string

The address of the token contract.

Language
Credentials
Header
Click Try It! to start a request and see the response here!