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

# API Integration

> Integrate the Rhino Stablecoin Activation Stack directly via REST API.

## API Integration

The Rhino API is a REST API that gives you direct access to the full Rhino Stablecoin Activation Stack. Use it to:

* Generate and manage Smart Deposit Addresses
* Fetch bridge configs, generate quotes, commit quotes, and execute bridges
* Query transaction status and history
* Configure Automated Onchain Actions (Extension)

All non-public endpoints are authenticated with a JSON Web Token. See [Authentication](/api-integration/authentication) for details.

If you use JavaScript or TypeScript, the [SDK](/sdk/quickstart) wraps the API and reduces integration time significantly. For all other languages, use the API directly — it is straightforward REST with JSON payloads.

## Useful resources

* [API Reference](/api-reference/introduction) — full endpoint documentation with request/response schemas
* Swagger schemas — for generating client code in your preferred language:
  * [Authentication](https://api.rhino.fi/authentication/swagger.json)
  * [Smart Deposit Addresses](https://api.rhino.fi/sda/swagger.json)
  * [Bridge](https://api.rhino.fi/bridge/swagger.json)
