Skip to main content

Symbols

GET 

/api/v1/cex/candle/symbols

Fetch supported symbols accepted by /api/v1/cex/candle endpoint.

Request

Query Parameters

    exchange string

    Specifies exchange name

    Example: binance
    market string

    Possible values: [spot, futures]

    Specifies market type

    Example: spot

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