marginTable
post
/info
Request margin table data.
Body
Request margin table data.
typeundefined · enumRequiredPossible values:
Type of request.
idintegerRequired
Margin requirements table.
Responses
200
Margin requirements table with multiple tiers.
application/json
422
Failed to deserialize the JSON body into the target type
text/plain
500
Internal Server Error
application/json
post
/infoPOST /info HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 29
{
"type": "marginTable",
"id": 1
}{
"description": "text",
"marginTiers": [
{
"lowerBound": "text",
"maxLeverage": 1
}
]
}Last updated