> ## 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.

# Rhino API Reference

> Full endpoint reference for the Rhino Stablecoin Activation Stack — deposit address generation, bridge quotes and execution, transaction history, and Extensions.

<Note>
  If you're looking for a quick start guide, check out the [Quick Start](/api-integration/bridge#quickstart) guide.
</Note>

## Rhino API Reference

The Rhino API is the integration surface for the Rhino Stablecoin Activation Stack. It covers deposit address generation, bridge quotes and execution, transaction history, and — for accounts with Extensions enabled — Automated Onchain Actions and advanced fee configuration.

Each endpoint includes example requests and responses to help you implement features quickly and efficiently.

**What's Covered**

* Authentication – How to securely connect to our API
* Endpoints – Detailed descriptions of available API calls
* Error Handling – Understanding API responses and troubleshooting issues
* Rate Limits – Guidelines on request limits

## Authentication

All non-public API endpoints are authenticated using a JSON Web Token. To authenticate your requests, include the token in the `Authorization` header.

To obtain a JWT for your app, please follow the [Authentication](/api-integration/authentication) guide.
