v2

latestOpenAPI 3.0.4MIT License2026-08-015029332.0 KB
Quotes

Latest quote updates for a specific symbol

get/v1/quotes/{symbol_id}/latest

Path parameters

symbol_idstring required

Symbol identifier of requested timeseries (from the Metadata -> Symbols)

Query parameters

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.