Information

Retrieves the list of all the available exchanges, supported instruments and time range availability.

RESPONSE DATA

FieldTypeDescription
payload.metadata.nextstringPagination
payload.data[index].exchangestringThe name of the exchange.
payload.data[index].instrumentstringThe name of the instrument.
payload.data[index].startDatenumber | stringThe first date/time for which data is available.
payload.data[index].endDatenumber | stringThe last date/time for which data is available.
payload.data[index].activebooleanFalse if the instrument is no longer active (only available when includeInactive=true).
payload.data[index].unitstringThe units are on originalQuantity

Liquidation orders can have 3 different units: “usd”, “base_asset”, “contract_quantity”

The USD value of a liquidation order with unit as “usd” is the originalQuantity.

To calculate the USD value of a liquidation order with unit as “base_asset”, the following formula should be used: originalQuantity x base_asset price

To calculate the USD value of a liquidation order with unit as “contract_quantity”, the following formula should be used: originalQuantity x Contract Multiplier

Contract multipliers for exchanges with contract_quantity as their unit can be accessed through these links: Binance, Bitmex, Huobi
payload.data[index].positionTypestringThe position of the instrument (Long/Short)
Language
Authorization
Header
Click Try It! to start a request and see the response here!