Skip to main content

Symbols

GET 

/api/v1/funding-rate/symbols

Fetch supported symbols accepted by /api/v1/funding-rate endpoint.

Request

Query Parameters

    exchange stringrequired

    Specifies exchange name

    Example: binance

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...