Skip to main content
GET
/
api
/
account
/
hyperliquid
/
check-builder-authorization
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/account/hyperliquid/check-builder-authorization \
  --header 'Authorization: Bearer <token>'
{
  "enabled": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

Builder auth check

Simple { "enabled": bool } toggle response.

enabled
boolean
required
message
string | null