API Documentation
API Documentation

Retrieve a Market

Retrieves the details of a market that has previously been created. Supply the unique identifier of the market.

Responses

Request Samples:

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

Curl

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

Response samples


200

Content Type

application/json

{
"id": "string",
"baseAssetId": "string",
"quoteAssetId": "string"
}