Token API > EVM Endpoints
Transfer Events
GET/transfers/evm
Provides ERC-20 & Native transfer events.
Query Parameters
Parameter | Description | Value |
---|---|---|
network_id string | The Graph Network ID for EVM networks https://thegraph.com/networks
| mainnet |
from string | Filter by address
| |
to string | Filter by address
| |
contract string | Filter by address
| |
startTime number | UNIX timestamp in seconds.
| |
endTime number | UNIX timestamp in seconds.
| |
orderBy string | The field by which to order the results.
| timestamp |
orderDirection string | The order in which to return the results: Ascending (asc) or Descending (desc).
| desc |
transaction_id string | Filter by transaction
| |
limit integer | The maximum number of items returned in a single request.
| |
page integer | The page number of the results to return.
|
Potential Responses
Status | Description |
---|---|
200 | Successful Response |