Skip to main content

Tickers

GET 

/marketdata/api/v1/tickers

Get market statistics for all markets for the past 24 hours.

Request

Query Parameters

    symbol string

    optional market symbol filter

Responses

Success

Schema

  • Array [

  • symbol stringnullable

    Identifier of a ticker with delimiter to separate base/quote, eg. btc_usdc (Price of btc is quoted in usdc)

    lastPrice double

    Last transacted price of base currency based on given quote currency

    volume double

    24-hour trading volume denoted in BASE currency

    targetVolume double

    24 hour trading volume denoted in QUOTE currency

    high double

    Highest price of base currency based on given quote currency in the last 24-hrs

    low double

    Lowest price of base currency based on given quote currency in the last 24-hrs

  • ]

Loading...