Exchanges
GET/api/v1/cex/candle/exchanges
Fetch supported exchanges accepted by /api/v1/cex/candle
endpoint.
Request
Query Parameters
market stringrequired
Possible values: [spot
, futures
]
Specifies market type
Example: spot
Responses
- 200
- 400
- 500
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"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
error
specifies the error message
{
"error": "string"
}
Loading...