API Documentation
API Documentation

Retreive an Exchange

Retrieves the details of an exchange that has previously been created. Supply the unique identifier of the exchange.

Responses

Request Samples:

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

Curl

curl https://api.bravenewcoin.com/v3/exchange/74182afb-c7ea-4856-a65d-a03ab5f72635 -H 'Authorization: Bearer test_SiHrnL5NKsea0G2W4LHd' -G

Response samples


200

Content Type

application/json

{
    "id": "string",
    "name": "string",
    "url": "string",
    "status": "ACTIVE",
 -  "markets": [
      + { - }
    ]
}