API Documentation
API Documentation

List all Exchanges

List all exchanges or provide a query parameter to search.

Responses

Request Samples:

Production API Server: https://api.bravenewcoin.com/{basePath}/exchange

Curl

curl https://api.bravenewcoin.com/v3/exchange/ -H 'Authorization: Bearer test_SiHrnL5NKsea0G2W4LHd' -G

Response samples


200

Content Type

application/json

{
   - "content": [
      - {
            "id": "string",
            "name": "string",
            "url": "string",
            "status": "ACTIVE",
         -   "markets": [
                - {
                        "marketId": "string",
                        "marketStatus": "ACTIVE",
                        "qualified": "YES"
                      }
                   ]
                }
            ]
       }

List all Exchanges