metaAndAssetCtxs
post
/info
Request metadata and asset contexts.
Body
Request metadata and asset contexts.
typeundefined · enumRequiredPossible values:
Type of request.
dexstringOptional
DEX name (empty string for main dex).
Responses
200
Metadata and context for perpetual assets.
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: 40
{
"type": "metaAndAssetCtxs",
"dex": "text"
}[]Last updated