Exchanges
GET/api/v1/dex/exchanges
Fetch supported exchanges accepted by /api/v1/dex/trade
, /api/v1/dex/candle
and /api/v1/dex/liquidity
endpoints.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
string
[
"string"
]
Loading...