Exchanges
Exchanges List (ID Map)
This endpoint allows you to query all the exchanges with ID and name
get/exchanges/list
Query parameters
status'active' | 'inactive'
filter by status of exchanges, default: active
Response
List all exchanges with ID and name
Example response
[
{
"id": "10kswap-starknet-alpha",
"name": "10KSwap"
},
{
"id": "1bch",
"name": "1BCH"
},
{
"id": "3xcalibur",
"name": "3xcalibur"
}
]