Skip to main content
HopNow API home page
Search...
⌘K
Support
Search...
Navigation
Introduction
Introduction
Home
Getting Started
Guides
API Reference
Introduction
Introduction
Authentication
Idempotency
Errors
Pagination
Endpoints
Accounts
Virtual Accounts
Wallets
Beneficiaries
Payout Destinations
Payins
Payouts
Foreign Exchange
Webhooks
On this page
Base URL
Authentication
Rate Limits
Next Steps
Introduction
Introduction
Base URL
Production
Sandbox
Copy
https://apis.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
Authentication
Set up HMAC authentication
Idempotency
Prevent duplicate operations
Errors
Handle API errors properly
Pagination
Navigate through large datasets
Authentication
⌘I