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 |
| The amount transferred in the smallest unit of the blockchain. For instance, wei with Ethereum. |
decimals |
| The number of significant digits, per smart contract definition. |
from |
| The address hash of the sender. |
isERCX |
|
|
logIndex |
| The index of the log in the transaction. |
name |
| The token name. |
symbol |
| The token symbol. |
to |
| The address hash of the recipient. |
tokenAddress |
| The address of the token contract. |