get https://api.amberdata.com/blockchains/transactions//token-transfers
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. |