Skip to main content

Data

GET 

/api/v1/cex/fees

Get trading fees.

Request

Query Parameters

    exchange string

    Specifies exchange

    Example: binance
    symbol string

    Specifies symbol

    Example: BTC-USDT

Header Parameters

    X-DTMX-APIKEY stringrequired

    Your DataMaxi+ API key

Responses

OK

Schema

  • Array [

  • base string

    specifies base symbol

    Example: BTC
    exchange string

    specifies exchange

    Example: binance
    makerFee number

    specifies maker fee percentage (e.g. 0.001 = 0.1%)

    Example: 0.001
    quote string

    specifies quote symbol

    Example: USDT
    symbol string

    specifies symbol

    Example: BTC-USDT
    takerFee number

    specifies taker fee percentage

    Example: 0.001
  • ]

Loading...