Symbols
GET/api/v1/ticker/symbols
Fetch supported symbols accepted by /api/v1/ticker
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...