Prompt for integrating CoinGecko TypeScript SDK
Import and authenticate
Replace YOUR_API_KEY with your key from the Developer Dashboard.
Find the right method
SDK methods map to endpoint paths. For example,
/simple/price becomes client.simple.price.get(). Two ways to find the right method:-
Every endpoint page includes an SDK Examples section at the bottom with copy-ready code. For example, see the Coin Price by IDs page:

- Visit all methods to browse the full list with endpoint mappings.
Found a bug or missing feature? Open an issue.

