Cryptoids home page
Search Docs
⌘K
Support
Get API
Get API
Search...
Navigation
Introduction
Documentation
API Reference
Facebook
Telegram
Blog
Hosted Endpoint
GET
Finds basic info by slug
GET
Finds maximum supply of token
GET
Finds total supply of token
GET
Finds circulating supply of token
GET
Finds token supply using query
Self Hosting
POST
Finds token supply using query
GET
Finds token supply using query
On this page
Authentication
Introduction
Example for interacting with Cryptoids API.
We currently provide API for all EVM compatible chains, solana and tron and TON. If your chain is not listed please contact us.
Authentication
All user hosted or self hosting API require API Key as an Authentication method.
Copy
"headers"
: [
{
"API_KEY"
:
"YOUR_API_KEY"
}
]
Assistant
Responses are generated using AI and may contain mistakes.