allPerpMetas
post
/info
Request trading metadata for all DEXes.
Body
Request trading metadata for all DEXes.
typeundefined · enumRequiredPossible values:
Type of request.
Responses
200
Metadata for perpetual assets across all DEXes.
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: 23
{
"type": "allPerpMetas"
}[
{
"universe": [
{
"szDecimals": 1,
"name": "text",
"maxLeverage": 1,
"marginTableId": 1,
"onlyIsolated": true,
"isDelisted": true,
"marginMode": "strictIsolated",
"growthMode": "enabled",
"lastGrowthModeChangeTime": "text"
}
],
"marginTables": [
[]
],
"collateralToken": 1
}
]Last updated