spotMeta
post
/info
Request spot trading metadata.
Body
Request spot trading metadata.
typeundefined · enumRequiredPossible values:
Type of request.
Responses
200
Metadata for spot 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: 19
{
"type": "spotMeta"
}{
"universe": [
{
"tokens": [
1
],
"name": "text",
"index": 1,
"isCanonical": true
}
],
"tokens": [
{
"name": "text",
"szDecimals": 1,
"weiDecimals": 1,
"index": 1,
"tokenId": "text",
"isCanonical": true,
"evmContract": {
"address": "text",
"evm_extra_wei_decimals": 1
},
"fullName": "text",
"deployerTradingFeeShare": "text"
}
]
}Last updated