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.

Request

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 stringnullable

    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 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.

    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 stringnullable

    The taker side of the last trade.

  • ]

Loading...