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

# Prime REST API SDKs

Coinbase provides a set of SDKs that simplify integration with the Prime APIs. The SDKs are open source, actively maintained, and align with the conventions of their respective programming languages, enabling developers to build and test integrations with minimal overhead. They are also used throughout the Prime API documentation to illustrate individual endpoints and demonstrate broader conceptual use cases.

* [Python SDK](https://github.com/coinbase-samples/prime-sdk-py)
* [Java SDK](https://github.com/coinbase-samples/prime-sdk-java)
* [.NET SDK](https://github.com/coinbase-samples/prime-sdk-dotnet)
* [TypeScript SDK](https://github.com/coinbase-samples/prime-sdk-ts)
* [Go SDK](https://github.com/coinbase-samples/prime-sdk-go)
* [RUST SDK](https://github.com/coinbase-samples/prime_sdk_rs)

You can also use the [Prime CLI](https://github.com/coinbase-samples/prime-cli) to quickly test endpoints from the command line and automate tasks with scripts.
