Getting Started
Full type safety and auto-complete — catch errors at compile time, not runtime.Prompt for integrating CoinGecko TypeScript SDK
Import and authenticate
Replace YOUR_API_KEY with your key from the Developer Dashboard.
Finding Method Names
SDK methods map to API endpoint paths. For example,/simple/price becomes client.simple.price.get().
Two ways to find the right method:
- Reference pages — check the SDK Examples section on any endpoint reference page.
- All methods — browse the full list with endpoint mappings.
Found a bug or missing feature? Open an issue.

