List all Exchanges
List all exchanges or provide a query parameter to search.
Responses
curl https://api.bravenewcoin.com/v3/exchange/ -H 'Authorization: Bearer test_SiHrnL5NKsea0G2W4LHd' -G
Response samples
Content Type
application/json
{- "content": [- {"id": "string","name": "string","url": "string","status": "ACTIVE",- "markets": [- {"marketId": "string","marketStatus": "ACTIVE","qualified": "YES"}]}]}