본문으로 건너뛰기

심볼

GET 

/api/v1/funding-rate/symbols

/api/v1/funding-rate 엔드포인트에서 지원하는 심볼 목록을 조회합니다.

요청

쿼리 파라미터

    exchange stringrequired

    Specifies exchange name

Responses

OK

Schema

  • Array [

  • b string

    specifies the base symbol

    e string

    specifies the exchange

    id string

    specifies the unique id

    m string

    specifies the market

    q string

    specifies the quote symbol

    s string

    specifies the api symbol

  • ]

Loading...