Skip to main content

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

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 for details. If you use JavaScript or TypeScript, the SDK 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