Skip to main content

Current quotes for a specific symbol

GET 

/v1/quotes/:symbol_id/current

Current quotes for a specific symbol

Request

Path Parameters

    symbol_id stringrequired

    The symbol identifier (from the Metadata -> Symbols)

Responses

successful operation

Schema

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