tokenDetails

post
/info

Request token details.

Body

Request token details.

typeundefined · enumRequired

Type of request.

Possible values:
tokenIdstring · min: 34 · max: 34Required

Token ID.

Pattern: ^0[xX][0-9a-fA-F]+$
Responses
200

Details of a token.

application/json
post
/info
POST /info HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 40

{
  "type": "tokenDetails",
  "tokenId": "text"
}
{
  "name": "text",
  "maxSupply": "text",
  "totalSupply": "text",
  "circulatingSupply": "text",
  "szDecimals": 1,
  "weiDecimals": 1,
  "midPx": "text",
  "markPx": "text",
  "prevDayPx": "text",
  "genesis": {
    "userBalances": [
      []
    ],
    "existingTokenBalances": [
      []
    ],
    "blacklistUsers": [
      "text"
    ]
  },
  "deployer": "text",
  "deployGas": "text",
  "deployTime": "text",
  "seededUsdc": "text",
  "nonCirculatingUserBalances": [
    []
  ],
  "futureEmissions": "text"
}

Last updated