Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cryptoids.info/llms.txt

Use this file to discover all available pages before exploring further.

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.
"headers": [
  {
    "API_KEY": "YOUR_API_KEY"
  }
]