Skip to main content

Documentation Index

Fetch the complete documentation index at: https://apidocs.hopnow.io/llms.txt

Use this file to discover all available pages before exploring further.

Base URL

https://api.sbx.hopnow.io

Authentication

The HopNow API uses HMAC-based authentication. Every request must include:
  • X-API-Key - Your API key identifier
  • X-Signature - HMAC-SHA256 signature
  • X-Timestamp - Unix timestamp
  • X-Nonce - Unique random token
See our Authentication Guide for implementation details.

Rate Limits

All HopNow API endpoints have a default rate limit of 10 requests per second (RPS). If you need higher limits, please contact our support team to discuss increasing your quota.

Next Steps