cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/binance/accounts/{account_id}/rate-limit \ --header 'Authorization: Bearer <token>'
{ "environment": "<string>", "exchange": "<string>", "requests_remaining": 123, "reset_at": "<string>", "window_seconds": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Account ID
Rate-limit state
Market rate-limit / API health summary.
Was this page helpful?