본문으로 건너뛰기

펀딩비율 이력

GET 

/api/v1/funding-rate/history

지정된 exchangesymbol의 과거 펀딩비율 데이터를 조회합니다.

요청

쿼리 파라미터

    exchange stringrequired

    Specifes exchange

    symbol stringrequired

    Specifies symbol

    page string

    Specifies page

    Default value: 1
    limit string

    Specifies limit

    Default value: 1000
    from string

    Specifies from

    to string

    Specifies to

    sort string

    Possible values: [asc, desc]

    Specifies sort

    Default value: asc

헤더 파라미터

    X-DTMX-APIKEY stringrequired

    Your DataMaxi+ API key

Responses

OK

Schema

    data

    object[]

  • Array [

  • d integer

    specifies the date and time in UNIX timestamp format

    Example: 1739100021
    f number

    specifies the funding rate

    Example: 0.0000782
  • ]

  • exchange string
    limit integer
    page integer
    sort string
    symbol string
Loading...