alignedQuoteTokenInfo
post
/info
Request supply, rate, and pending payment information for an aligned quote token.
Body
Request supply, rate, and pending payment information for an aligned quote token.
typeundefined · enumRequiredPossible values:
Type of request.
tokenintegerRequired
Token index.
Responses
200
Supply, rate, and pending payment information for an aligned quote 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: 42
{
"type": "alignedQuoteTokenInfo",
"token": 1
}{
"isAligned": true,
"firstAlignedTime": 1,
"evmMintedSupply": "text",
"dailyAmountOwed": [
[]
],
"predictedRate": "text"
}Last updated