get https://web3api.io/api/v2/market/swaps/tickers//latest
Retrieves the latest liquidations for the specified instrument and exchange(s).
RESPONSE DATA
Field | Type | Description |
---|---|---|
exchange | string | The name of the exchange. |
timestamp | number or string | The time at which the event occurred. |
bid | number | The bid price for instrument. |
ask | number | The ask price for instrument. |
mid | number | The mid price for instrument. |
last | number | The last price for instrument. |
sequence | number | null | The sequence number (equal to null if it is not provided by the exchange). |
bidVolume | number | null | It represents the requested order size of all best bids. |
askVolume | number | null | It represents the requested order size of all best asks. |