Skip to main content
POST
/
api
/
binance
/
check-rebate-eligibility
cURL
curl --request POST \
  --url https://api.production.hyperoru.com/api/binance/check-rebate-eligibility \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Rebate eligibility check

{ "success": bool, "message": "..." } variant used by a handful of Python-parity handlers.

success
boolean
required
message
string | null