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 · enumRequired

Type of request.

Possible values:
tokenintegerRequired

Token index.

Responses
200

Supply, rate, and pending payment information for an aligned quote token.

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