Skip to main content
GET
/
trades
/
assets
Fetch Assets
curl --request GET \
  --url https://api.breet.io/v1/trades/assets \
  --header 'X-Breet-Env: <api-key>' \
  --header 'x-app-id: <api-key>' \
  --header 'x-app-secret: <api-key>'
{
  "message": "assets retrieved successfully",
  "success": true,
  "data": [
    {
      "id": "67063f653b4a1f6c7a60ec58",
      "name": "Tron Test",
      "identifier": "TRX_TEST",
      "symbol": "TRX",
      "icon": "https://assets.breet.io/dev/sell/assets/TRX_TEST.png",
      "txLink": "https://nile.tronscan.org/#/transaction/",
      "minimum": 5,
      "flagFeeUSD": 3,
      "type": "BASE_ASSET",
      "isAccountBased": true,
      "network": "Tron",
      "rate": {
        "NGN": 1000,
        "GHS": 90.9090909090909
      }
    },
    {
      "id": "67063f653b4a1f6c7a60ec55",
      "name": "Ethereum Test (Sepolia)",
      "identifier": "ETH_TEST5",
      "symbol": "ETH",
      "icon": "https://assets.breet.io/dev/sell/assets/ETH_TEST5.png",
      "txLink": "https://sepolia.etherscan.io/tx/",
      "minimum": 6000,
      "flagFeeUSD": 6,
      "type": "BASE_ASSET",
      "isAccountBased": true,
      "network": "Ethereum",
      "rate": {
        "NGN": 1000,
        "GHS": 90.9090909090909
      }
    },
    {
      "id": "67063f653b4a1f6c7a60ec56",
      "name": "Litecoin Test",
      "identifier": "LTC_TEST",
      "symbol": "LTC",
      "icon": "https://assets.breet.io/dev/sell/assets/LTC_TEST.png",
      "txLink": "https://sochain.com/tx/LTCTEST/",
      "minimum": 51000,
      "flagFeeUSD": 2,
      "type": "BASE_ASSET",
      "isAccountBased": false,
      "network": "Litecoin",
      "rate": {
        "NGN": 1000,
        "GHS": 90.9090909090909
      }
    },
    {
      "id": "67063f653b4a1f6c7a60ec57",
      "name": "Solana Test",
      "identifier": "SOL_TEST",
      "symbol": "SOL",
      "icon": "https://assets.breet.io/dev/sell/assets/SOL_TEST.png",
      "txLink": "https://solana.fm/tx/",
      "minimum": 5000,
      "flagFeeUSD": 10,
      "type": "BASE_ASSET",
      "isAccountBased": true,
      "network": "Solana",
      "rate": {
        "NGN": 1000,
        "GHS": 90.9090909090909
      }
    },
    {
      "id": "67063f653b4a1f6c7a60ec51",
      "name": "Bitcoin Cash Test",
      "identifier": "BCH_TEST",
      "symbol": "BCH",
      "icon": "https://assets.breet.io/dev/sell/assets/BCH_TEST.png",
      "txLink": "https://blockexplorer.one/bitcoin-cash/testnet/tx/",
      "minimum": 5000,
      "flagFeeUSD": 5,
      "type": "BASE_ASSET",
      "isAccountBased": false,
      "network": "Bitcoin_Cash",
      "rate": {
        "NGN": 1000,
        "GHS": 90.9090909090909
      }
    },
    {
      "id": "67063f653b4a1f6c7a60ec53",
      "name": "Bitcoin Test",
      "identifier": "BTC_TEST",
      "symbol": "BTC",
      "icon": "https://assets.breet.io/dev/sell/assets/BTC_TEST.png",
      "txLink": "https://blockchair.com/bitcoin/transaction/",
      "minimum": 4000,
      "flagFeeUSD": 2,
      "type": "BASE_ASSET",
      "isAccountBased": false,
      "network": "Bitcoin",
      "rate": {
        "NGN": 1000,
        "GHS": 90.9090909090909
      }
    },
    {
      "id": "67063f653b4a1f6c7a60ec54",
      "name": "Doge Coin Test",
      "identifier": "DOGE_TEST",
      "symbol": "DOGE",
      "icon": "https://assets.breet.io/dev/sell/assets/DOGE_TEST.png",
      "txLink": "https://sochain.com/tx/DOGEEST/",
      "minimum": 5000,
      "flagFeeUSD": 2,
      "type": "BASE_ASSET",
      "isAccountBased": false,
      "network": "Dogecoin",
      "rate": {
        "NGN": 1000,
        "GHS": 90.9090909090909
      }
    },
    {
      "id": "67063f653b4a1f6c7a60ec59",
      "name": "USD Coin Test (Goerli)",
      "identifier": "USDC_TEST3",
      "symbol": "USDC",
      "icon": "https://assets.breet.io/dev/sell/assets/USDC_TEST3.png",
      "txLink": "https://www.oklink.com/goerli-test/tx/",
      "minimum": 5,
      "flagFeeUSD": 2,
      "type": "ERC20",
      "isAccountBased": true,
      "network": "Ethereum",
      "rate": {
        "NGN": 1000,
        "GHS": 90.9090909090909
      }
    }
  ],
  "meta": {},
  "summary": {},
  "stats": {}
}

Authorizations

x-app-id
string
header
required

Your application ID from the Breet dashboard

x-app-secret
string
header
required

Your application secret from the Breet dashboard

X-Breet-Env
string
header
required

Environment selector: development or production

Response

200 - application/json

List of supported assets returned successfully