Skip to main content

Current quotes for a specific symbol

GET /v1/quotes/:symbol_id/current

Current quotes for a specific symbol

Path Parameters
  • symbol_id string required

    The symbol identifier (from the Metadata -> Symbols)

Responses

successful operation

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