Skip to main content
The Keyless Public API lets you query crypto market data and onchain DEX data without creating an account or managing API keys. Useful for quick prototyping, open-source projects, and educational use.
No headers, no auth — just send a request.

Base URLs

The onchain base URL (api.geckoterminal.com) differs from the /onchain path used with keyed API plans. See GeckoTerminal DEX API for full endpoint docs.
Do NOT include x-cg-demo-api-key or x-cg-pro-api-key headers — they are not needed and will be ignored.

Rate Limits

All keyless requests share an IP-based rate pool:
  • CoinGecko endpoints: ~10–30 calls/min (dynamic, varies by server load)
  • GeckoTerminal endpoints: ~10 calls/min
If you hit a 429 Too Many Requests, back off exponentially before retrying.
Rate limits are significantly lower than any keyed plan. The keyless API is not suitable for production workloads, scheduled polling, or high-frequency updates.Upgrade to a paid plan for dedicated rate limits and higher credits.

Available Endpoints

50+ CoinGecko endpoints and 20 onchain DEX endpoints — no sign-up required.
See the full list in the Demo Endpoint Overview.

CoinGecko

GeckoTerminal (Onchain DEX)


Examples

CoinGecko

  • Get the top 10 coins by market cap:
  • Get Bitcoin’s past 30 days of daily price data:
  • Get trending coins, NFTs, and categories:

GeckoTerminal (Onchain DEX)

  • Get trending pools on Solana:
  • Get newest pools across all networks:
  • Get OHLCV chart for a pool on Ethereum:

Ready for More?

Free Demo API Key

Sign up for a free Demo key — same endpoints, higher rate limits, and usage tracking.

Upgrade to Pro

Unlock 80+ endpoints, WebSocket, Webhooks, and production-grade rate limits.