get https://web3api.io/api/v2/market/spot/tickers//latest
Retrieves the latest market ticker Bid/Ask/Mid/Last for the specified pair.
Response Data
Field | Type | Description |
---|---|---|
[EXCHANGE] | object | The exchange associated with the market tickers. |
timestamp | number or string | The timestamp at which the order was placed. |
bid | number | The bid of the market pair. |
ask | number | The ask of the market pair. |
mid | number | The mid of the market pair. |
last | number | The last of the market pair. |
sequence | number or null | The sequence for pair (equal to null if it is not provided by the exchange). |
bidVolume | number or null | It represents the requested order size of all best bids. |
askVolume | number or null | It represents the requested order size of all best asks. |