v2

latestOpenAPI 3.0.4MIT License2026-08-015029332.0 KB
Quotes

Current data

Get current quotes for all symbols or for a specific symbol.

:::info When requesting current data for a specific symbol, output is not encapsulated into JSON array as only one item is returned. :::

get/v1/quotes/current

Query parameters

filter_symbol_idstring

Comma or semicolon delimited parts of symbol identifier used to filter response. (optional)

filter_exchange_idstring

Comma or semicolon delimited exchange identifiers used to filter response. (optional)

Response

successful operation

symbol_idstring nullable

Gets or sets the symbol identifier.

time_exchangestring date-time

Gets or sets the exchange time of the quote trade.

time_coinapistring date-time

Gets or sets the CoinAPI time when the quote trade was received.

ask_pricenumber double nullable

Gets or sets the best asking price.

ask_sizenumber double nullable

Gets or sets the volume resting on the best ask. If the value is equal to zero, then the size is unknown.

bid_pricenumber double nullable

Gets or sets the best bidding price.

bid_sizenumber double nullable

Gets or sets the volume resting on the best bid. If the value is equal to zero, then the size is unknown.