Skip to main content

Data

GET 

/api/v1/ticker

Fetch the latest ticker for symbol from given exchange.

Request

Query Parameters

    exchange stringrequired

    Specifes exchange

    Example: binance
    symbol stringrequired

    Specifies symbol

    Example: BTC-USDT
    market string

    Possible values: [spot, futures]

    Specifies market

    Default value: spot
    Example: spot
    currency string

    Possible values: [KRW, USD]

    Specifies currency applied to price values

    Default value: USD
    Example: KRW

Header Parameters

    X-DTMX-APIKEY stringrequired

    Your DataMaxi+ API key

Responses

OK

Schema

    currency string

    data

    object

    b string

    specifies the base token

    d integer

    specifies the date and the time in UTC milliseconds

    e string

    specifies the exchange name

    id string

    specifies the token id

    p number

    specifies the latest price

    pfiat number

    specifies the latest price in fiat

    pusd number

    specifies the latest price in USD

    q string

    specifies the quote token

    s string

    specifies the symbol (base-quote)

    v number

    specifies the price change in the last 24 hours

    vfiat number

    specifies the trading volume in fiat in the last 24 hours

    vusd number

    specifies the trading volume in USD in the last 24 hours

    market string
Loading...