Get Tradable Symbols

Retrieves a comprehensive list of all symbols available for trading, categorized by market type.

This endpoint provides a list of all active trading symbols supported on the platform. The response is divided into two primary categories: spot for spot trading pairs and perpetualSwap for perpetual contract markets. This allows developers to programmatically identify available assets and their specific symbol formats (e.g., BTCUSDT.PERP) before executing trades or fetching detailed market data. Authentication with a valid API key and read permission scope is required.

Get Tradable Symbols

get
chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
api-keystringRequired

For third party retail API users

Responses
chevron-right
200

OK

application/json
spotstring[]Required

Trading symbol

Example: BTCUSDT
perpetualSwapstring[]Required

Trading symbol

Example: BTCUSDT.PERP
get
/api/v1/trade/symbol

Last updated