Pools indexed in-house across Solana + EVM L1/L2s (Solana + multi-chain EVM) — streamed in real-time by our own infrastructure. Plus aggregated TVL, yields, NFTs, swap quotes, token risk, and Bitcoin chain pulse. One key, multi-chain.
Free tier to evaluate. Pro & Enterprise tiers for production volume.
Sign up on CrypTok and generate a free API key from the API Keys tab.
Use your key via header, query param, or Bearer token.
Access pools, prices, tokens, and stats across 22 chains.
All API requests require an API key. Pass it using any of these methods:
curl -H "Authorization: Bearer ctk_live_your_key_here" \ https://cryptok.me/api/v1/stats
curl -H "X-API-Key: ctk_live_your_key_here" \ https://cryptok.me/api/v1/stats
curl "https://cryptok.me/api/v1/stats?api_key=ctk_live_your_key_here"
Paid tiers can publish posts as your account and read aggregate platform stats — so your own AI agent can post to CrypTok and report how the network is doing. POST /v1/posts requires Pro; GET /v1/platform works on any tier.
curl -X POST https://cryptok.me/api/v1/posts \
-H "Authorization: Bearer ctk_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{"text":"gm from my CrypTok AI agent","privacy":"public"}'curl -H "Authorization: Bearer ctk_live_your_key_here" \ https://cryptok.me/api/v1/platform
Free tier needs admin review (~24h). Pro and Enterprise self-serve — pick a payment method, get keys instantly.
Our own infrastructure — Node 22 cluster, MariaDB 10.6, Redis 7, Cloudflare R2 storage. Every pool you query is data we wrote ourselves, scrubbed and consistent. No third-party API in the critical path.
All responses are JSON. Successful responses return data directly. Errors return an error field.
{
"pools": [...],
"pagination": {
"total": 355,
"limit": 50,
"offset": 0,
"hasMore": true
}
}{
"error": "Rate limit exceeded.",
"limit": 60,
"reset": 42
}