Token API > EVM Endpoints
NFT Activities
GET/nft/activities/evm
Provides NFT Activities (ex: transfers, mints & burns).
Query Parameters
Parameter | Beskrivning | Value |
---|---|---|
network_id string | The Graph Network ID for EVM networks https://thegraph.com/networks
| Required mainnet |
contract string | Filter by NFT contract address | Required |
anyAddress string | Filter by address | |
fromAddress string | Filter by address | |
toAddress string | Filter by address | |
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 |
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 | Beskrivning |
---|---|
200 | Successful Response |
400 | Client side error |
401 | Authentication failed |
403 | Forbidden |
404 | Not found |
500 | Server side error |