Token API > EVM Endpoints
Token Holders and Supply by Contract Address
GET/tokens/evm/{contract}
The Tokens endpoint delivers contract metadata for a specific ERC-20 token contract from a supported EVM blockchain. Metadata includes name, symbol, number of holders, circulating supply, decimals, and more.
Path Parameters
Parameter | Descripción | Value |
---|---|---|
contract string | Filter by contract address | Required |
Query Parameters
Parameter | Descripción | Value |
---|---|---|
network_id string | The Graph Network ID for EVM networks https://thegraph.com/networks
| Required mainnet |
Potential Responses
Estado | Descripción |
---|---|
200 | Successful Response |
400 | Client side error |
401 | Authentication failed |
403 | Forbidden |
404 | Not found |
500 | Server side error |