cURL
curl --request GET \ --url https://whitebit.com/api/v1/public/symbols
{ "success": true, "message": null, "result": [ "BTC_USDT", "ETH_BTC", "ETH_USDT" ] }
Get a list of all available trading pair symbols using the public V1 API.
Successful response
true
null
Name of market pair
["BTC_USDT", "ETH_BTC", "ETH_USDT"]
Was this page helpful?
Suggestions
Contact support