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

# SDKs & Libraries

> Official client libraries for the Ticksupply API

Official client libraries handle authentication, retries, pagination, and error handling so you can focus on your application logic. Each library mirrors the same resource model — `client.exchanges`, `client.subscriptions`, `client.exports`, and so on — so concepts learned in one carry over.

<CardGroup cols={2}>
  <Card title="Python" icon="python" href="/getting-started/sdks/python">
    Sync & async, Pydantic models, `pip install ticksupply`
  </Card>

  <Card title="Rust" icon="rust" href="/getting-started/sdks/rust">
    Async-first on Tokio, builder pattern, `cargo add ticksupply`
  </Card>
</CardGroup>

## Other languages

Don't see your language? You can call the [REST API](/api-reference/overview) directly from any language — see the [cURL examples](/examples/curl) for reference and the [JavaScript examples](/examples/javascript) for a `fetch`-based pattern.
