Skip to main content

Latest data

GET /v1/quotes/latest

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

Query Parameters
  • filter_symbol_id string

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

  • limit int32

    Default value: 100

    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)

Responses

successful operation

Schema
  • Array [
  • symbol_id string nullable

    The symbol identifier.

  • time_exchange date-time

    The exchange time of the quote.

  • time_coinapi date-time

    The CoinAPI time when the quote 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.

  • ]
Loading...