Token API > EVM Endpoints
Token Transfers by Wallet Address
GET/transfers/evm/{address}
The EVM Transfers endpoint provides access to historical token transfer events for a specified address. This endpoint is ideal for tracking transaction history and analyzing token movements over time.
Path Parameters
Parameter | Description | Value |
---|---|---|
address string | EVM wallet address to query
| Required |
Query Parameters
Parameter | Description | Value |
---|---|---|
network_id string | The Graph Network ID https://thegraph.com/networks
| mainnet |
age integer | Indicates how many days have passed since the data's creation or insertion.
| |
contract string | Filter by contract address
| |
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 |