spotMeta

post
/info

Request spot trading metadata.

Body

Request spot trading metadata.

typeundefined · enumRequired

Type of request.

Possible values:
Responses
200

Metadata for spot assets.

application/json
post
/info
POST /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