cURL
curl --request POST \ --url https://api.production.hyperoru.com/api/binance/check-rebate-eligibility \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Rebate eligibility check
{ "success": bool, "message": "..." } variant used by a handful of Python-parity handlers.
{ "success": bool, "message": "..." }
Was this page helpful?