> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coingecko.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CoinGecko SDK

> Official TypeScript and Python SDKs for the CoinGecko API

<Frame>
  <img src="https://mintcdn.com/coingecko/i9l2MT4etZGYjSx8/assets/images/sdk-banner.png?fit=max&auto=format&n=i9l2MT4etZGYjSx8&q=85&s=a1c515a158b9a16728225d8dc37ed03a" noZoom width="1409" height="736" data-path="assets/images/sdk-banner.png" />
</Frame>

**Skip the boilerplate**<br />
The official CoinGecko SDKs give you full type safety, auto-complete, and structured responses out of the box. Maintained by the CoinGecko team, compatible with both Pro and Demo APIs.

**Get started in minutes with our SDKs:**

<CardGroup cols={2}>
  <Card title="TypeScript SDK" icon="js" href="/docs/sdk-typescript">
    Full type safety and auto-complete
  </Card>

  <Card title="Python SDK" icon="python" href="/docs/sdk-python">
    Pythonic and intuitive interface
  </Card>
</CardGroup>

<Tip>
  Using AI to write code? Grab the [SDK prompts](/ai-integration/sdk-prompts) for your AI assistant.
</Tip>
