본문으로 건너뛰기

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 exchange

    Example: binance
    symbol string

    Specifies symbol

    Example: BTC-USDT

Header Parameters

    X-DTMX-APIKEY stringrequired

    Your DataMaxi+ API key

Responses

OK

Schema

    b string

    Specifies the base

    d integer

    Specifies the timestamp

    e string

    Specifies the exchange

    f number

    Specifies the funding rate

    i integer

    Specifies the interval hours

    id string

    Specifies the token id

    q string

    Specifies the quote

    s string

    Specifies the symbol

Loading...