Token API
Welcome to the Token API
The Graph’s Token API lets you access both live and historical data for tokens across multiple blockchains.
Gain access
Make sure you already have an account on The Graph Market and an “API TOKEN (Authentication JWT)” from the Dashboard.
Use authenticated routes
Raw API endpoints are authenticated using a header, and the TypeScript Node.js SDK accepts the token as a configuration option.
1curl --request GET \2 --url "https://token-api.thegraph.com/v1/evm/balances?network=mainnet&address=0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208" \3 --header 'Accept: application/json' \4 --header 'Authorization: Bearer YOUR_TOKEN'What’s next?
Explore the most popular endpoints:
Check the sidebar for more endpoints that you can use with the Token API!