v3

latestOpenAPI 3.0.4MIT License2026-08-055029423.0 KB
Quotes

Latest data

Get latest updates of the quotes up to 1 minute ago. Latest data is always returned in time descending order.

get/v1/quotes/latest

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)

limitinteger

Amount of items to return (optional, mininum is 1, maximum is 100000, default value is 100, if the parameter is used then every 100 output items are counted as one request)

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.

time_coinapistring date-time

Gets or sets the CoinAPI time when the quote 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.