Markets
GET/api/v1/premium/markets
Fetch supported markets
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
property name*
object
The exchange name (e.g., "binance").
property name*
string[]
The mapping from market to quote symbols.
string
{}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
error
specifies the error message
{
"error": "string"
}
Loading...