Skip to main content

Latest Funding Rate

GET 

/api/v1/funding-rate/latest

Fetch the latest funding rate data for a given exchange and symbol.

Request

Query Parameters

    exchange string

    Specifies target exchange

    Example: binance
    order string

    Specifes order

    Example: asc
    limit integer

    Default value: 100

    Specifes limit of response

    Example: 100
    symbol string

    Specifies symbol

    Example: BTC-USDT

Header Parameters

    X-DTMX-APIKEY stringrequired

    Your DataMaxi+ API key

Responses

OK

Schema

  • Array [

  • b string

    specifies the base token

    d integer

    specifies the date and the time in UTC milliseconds

    e string

    specifies the exchange name

    q string

    specifies the quote token

    r number

    specifies the funding rate

    s string

    specifies the symbol (base-quote)

  • ]

Loading...