perpDexs
post
/info
Request all perpetual dexs.
Body
Request all perpetual dexs.
typeundefined · enumRequiredPossible values:
Type of request.
Responses
200
Array of perpetual dexes (null is main dex).
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: 19
{
"type": "perpDexs"
}[
{
"name": "text",
"fullName": "text",
"deployer": "text",
"oracleUpdater": "text",
"feeRecipient": "text",
"assetToStreamingOiCap": [
[]
],
"subDeployers": [
[]
],
"deployerFeeScale": "text",
"lastDeployerFeeScaleChangeTime": "text"
}
]Last updated