Exchanges
GET/api/v1/funding-rate/exchanges
Fetch supported exchanges accepted by /api/v1/funding-rate
endpoint.
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
string
[
"string"
]
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
error
specifies the error message
{
"error": "string"
}
Loading...