Token API > EVM Endpoints
Swap Events
GET/swaps/evm
Provides Uniswap V2 & V3 swap events.
Query Parameters
Parameter | Descrizione | Value |
---|---|---|
network_id string | The Graph Network ID for EVM networks https://thegraph.com/networks
| Required mainnet |
pool string | Filter by pool address | |
caller string | Filter by address | |
sender string | Filter by address | |
recipient string | Filter by address | |
protocol string | Protocol name
| |
startTime integer | UNIX timestamp in seconds.
| |
endTime integer | 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 | Descrizione |
---|---|
200 | Successful Response |
400 | Client side error |
401 | Authentication failed |
403 | Forbidden |
404 | Not found |
500 | Server side error |