Quotes

Current quotes for a specific symbol

get/v1/quotes/{symbol_id}/current

Path parameters

symbol_idstring required

The symbol identifier (from the Metadata -> Symbols)

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.

Changes

No recorded changes to this endpoint across all 8 revisions of this API.