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.
If you’re looking for a quick start guide, check out the Quick Start guide.
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 theAuthorization header.
To obtain a JWT for your app, please follow the Authentication guide.