Symbols
GET/api/v1/premium/symbols
Fetch supported symbols accepted by /api/v1/premium
endpoint.
Request
Query Parameters
sourceExchange stringrequired
Specifes source exchange
Example: binance
targetExchange stringrequired
Specifes target exchange
Example: bybit
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...