Skip to main content

Latest quote updates for a specific symbol

GET 

/v1/quotes/:symbol_id/latest

Latest quote updates for a specific symbol

Request

Path Parameters

    symbol_id stringrequired

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

Query Parameters

    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 stringnullable

    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 doublenullable

    The best asking price.

    ask_size doublenullable

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

    bid_price doublenullable

    The best bidding price.

    bid_size doublenullable

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

  • ]

Loading...