API Documentation
API Documentation

List all Assets

List all assets or provide a query parameter to search


Response

Request Samples:

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

Curl

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

Response Samples

200


Content Type

application/json

{
    - "content":[
        - {
            "id": "string",
            "name": "string",
            "symbol": "string",
            "status": "ACTIVE",
            "type": "FIAT",
            "url": "string"
       }
     ]
}