Skip to main content

Symbols

GET 

/api/v1/ticker/symbols

Get supported symbols accepted by /api/v1/ticker endpoint.

Request

Query Parameters

    exchange stringrequired

    Specifes exchange

    Example: binance
    market string

    Possible values: [spot, futures]

    Specifies market

    Example: spot

Responses

OK

Schema

  • Array [

  • string

  • ]

Loading...