github.com/0chain/gosdk@v1.17.11/core/tokenrate/mockresponses/coingecko.json (about)

     1  {
     2    "id": "0chain",
     3    "symbol": "zcn",
     4    "name": "Zus",
     5    "asset_platform_id": "ethereum",
     6    "market_data": {
     7      "current_price": {
     8        "aed": 0.801944,
     9        "ars": 42.97,
    10        "usd": 0.218343
    11      },
    12      "high_24h": {
    13        "aed": 0.813634,
    14        "ars": 43.39
    15      },
    16      "low_24h": {
    17        "aed": 0.770675,
    18        "ars": 41.13
    19      }
    20    }
    21  }