Retrieves all the tokens which were transferred at the specified block number.
Blockchains SupportedThis endpoint supports Ethereum and Polygon.
Response Data
Field | Type | Description |
---|---|---|
metadata |
| The metadata associated with the token transfer data. |
data |
| The token transfer data corresponding to the |
columns |
| The name of the columns associated with the returned data e.g. |
timestamp |
| The time when the transfer occurred. |
tokenAddress |
| The contract address of the token. |
from |
| The sending address. |
to |
| The receiving address. |
amount |
| The amount of tokens transferred. |
blockNumber |
| The number of the block that contains the token transfer. |
transactionHash |
| The hash of the transaction in which the transfer occurred. |
endDate |
| The end of the time frame. |
startDate |
| The start of the time frame. |