# API Clients

Some of the SDKs listed below are community-built and are not officially maintained or endorsed by the Backpack team. While they may be useful, please use them at your own discretion and ensure you review the code before integrating it into any production systems. For official support and updates, refer to our [API documentation](https://docs.backpack.exchange) or reach out via the [Backpack Discord API channel](https://discord.gg/backpack).

* **Python:** <https://github.com/sndmndss/bpx-py>&#x20;
* **Javascript:** <https://github.com/nick/bpx-client>[‍](https://github.com/syp25815/bpx-api-py)
* **TypeScript:** <https://github.com/0xprobe/bpx-api-client>&#x20;
* **Go:** <https://github.com/syp25815/bpx-api-go>
* **Rust:** <https://github.com/backpack-exchange/bpx-api-client>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.backpack.exchange/exchange/api-and-developer-docs/api-clients.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
