API Documentation
API Documentation

List all markets

Retrieve information about markets.

Responses

Request Samples:

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

Curl

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

Response samples


200

Content Type

application/json

{
    - "content": [
        - {
            "id": "string",
            "baseAssetId": "string",
            "quoteAssetId": "string"
        }
    ]
}