Skip to main content

Current data

GET /v1/quotes/current

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.

Query Parameters
  • filter_symbol_id string

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

Responses

successful operation

Schema
  • Array [
  • symbol_id string nullable

    The symbol identifier.

  • time_exchange date-time

    The exchange time of the quote trade.

  • time_coinapi date-time

    The CoinAPI time when the quote trade was received.

  • ask_price double nullable

    The best asking price.

  • ask_size double nullable

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

  • bid_price double nullable

    The best bidding price.

  • bid_size double nullable

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

  • last_trade object

    Represents the last executed transaction.

  • time_exchange date-time

    The exchange time of the last trade.

  • time_coinapi date-time

    The CoinAPI time when the last trade was received.

  • uuid uuid

    The UUID of the last trade.

  • price double

    The price of the last trade.

  • size double

    The size of the last trade.

  • taker_side string nullable

    The taker side of the last trade.

  • ]
Loading...