| Name | Type | Description | Notes |
|---|---|---|---|
| currency_pair | str | Currency pair. | [optional] |
| last | str | Last trading price. | [optional] |
| lowest_ask | str | Recent lowest ask. | [optional] |
| lowest_size | str | The latest seller's lowest price quantity; does not exist for batch query; exists for single query, and is empty if there is no data | [optional] |
| highest_bid | str | Recent highest bid. | [optional] |
| highest_size | str | The latest buyer's highest price quantity; does not exist for batch query; exists for single query, and is empty if there is no data | [optional] |
| change_percentage | str | Change percentage in the last 24h. | [optional] |
| change_utc0 | str | utc0 timezone, the percentage change in the last 24 hours. | [optional] |
| change_utc8 | str | utc8 timezone, the percentage change in the last 24 hours. | [optional] |
| base_volume | str | Base currency trade volume in the last 24h. | [optional] |
| quote_volume | str | Quote currency trade volume in the last 24h. | [optional] |
| high_24h | str | Highest price in 24h. | [optional] |
| low_24h | str | Lowest price in 24h. | [optional] |
| etf_net_value | str | ETF net value. | [optional] |
| etf_pre_net_value | str | ETF previous net value at re-balancing time. | [optional] |
| etf_pre_timestamp | int | ETF previous re-balancing time. | [optional] |
| etf_leverage | str | ETF current leverage. | [optional] |