AsterAster REST API

Position ADL Quantile Estimation

Get position ADL quantile estimation.

GET
/v1/aster/fapi/v1/adlQuantile

Authorization

HmacSha256
AuthorizationBearer <token>

HMAC SHA256 signature authentication for v1 endpoints

In: header

Query Parameters

symbol?string
recvWindow?integer
timestamp*integerrequired

Response Body

application/json

curl -X GET "https://api.hypereth.io/v1/aster/fapi/v1/adlQuantile?timestamp=0"
[
  {
    "symbol": "string",
    "adlQuantile": {
      "LONG": 0,
      "SHORT": 0,
      "BOTH": 0
    }
  }
]