Symbols
GET/api/v1/cex/fees/symbols
Get supported symbols accepted by /api/v1/trading-fees endpoint.
Request
Query Parameters
exchange stringrequired
Specifes exchange
Example: binance
Responses
- 200
 - 400
 
OK
- application/json
 
- Schema
 - Example (from schema)
 
Schema
Array [
]
string
[
  "string"
]
Bad Request
- application/json
 
- Schema
 - Example (from schema)
 
Schema
error string
error specifies the error message
{
  "error": "string"
}
Loading...