tokenDetails
post
/info
Request token details.
Body
Request token details.
typeundefined · enumRequiredPossible values:
Type of request.
tokenIdstring · min: 34 · max: 34RequiredPattern:
Token ID.
^0[xX][0-9a-fA-F]+$Responses
200
Details of a token.
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": "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