Get your rankings
For more information, please visit the INTX TS SDK.
For more information, please visit the INTX TS SDK.
Authorizations
The Client ID that owns the API Key for the request
The pass phrase affiliated with the API Key
A HMAC SHA-256 signature using the API Key secret on the string TIMESTAMP, METHOD, REQUEST_PATH, BODY
The timestamp of when the request is being made
Query Parameters
Identifies the instruments by type . Allowed values: SPOT, PERPETUAL_FUTURE
SPOT
, PERPETUAL_FUTURE
Identifies the lookback window for the query . Allowed values: YESTERDAY, LAST_7_DAYS, THIS_MONTH, LAST_30_DAYS, LAST_MONTH. Default: THIS_MONTH
YESTERDAY
, LAST_7_DAYS
, THIS_MONTH
, LAST_30_DAYS
, LAST_MONTH
One or more instrument identifiers, such as name (e.g., BTC-USDC
), UUID (e.g., ce55a827-f04a-45c0-9d9b-8bbdb9b48065
), or instrument ID (e.g., 7149252043835013
). If not provided, the query will return the rankings for all instruments of the specified type. If one or more instruments are specified, the query will return the volume and relative percent for all specified instruments, but the returned rank will be "--".
Response
Ranking information
The response is of type object
.