API Documentation
Introduction
This section provides detailed information on our API endpoints, including request formats, response structures, authentication requirements, and error handling.
If you’re looking for a quick start guide, check out the Quick Start guide.
Welcome to the rhino.fi API reference
Our API is designed for seamless integration, enabling you to bridge funds with minimal effort. 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 guide.