export const expectedAssetsSorted = [
  {
    id: "bitcoin",
    metaCurrencyId: "bitcoin",
    ticker: "BTC",
    name: "Bitcoin",
    assetsIds: {
      bitcoin: "bitcoin",
    },
  },
  {
    id: "ethereum",
    metaCurrencyId: "urn:crypto:meta-currency:ethereum",
    ticker: "ETH",
    name: "Ethereum",
    assetsIds: {
      ethereum: "ethereum",
      base: "base",
      arbitrum: "arbitrum",
      mantle: "mantle",
      optimism: "optimism",
      blast: "blast",
      linea: "linea",
      scroll: "scroll",
      zksync: "zksync",
      boba: "boba",
    },
  },
  {
    id: "ripple",
    metaCurrencyId: "ripple",
    ticker: "XRP",
    name: "Ripple",
    assetsIds: {
      ripple: "ripple",
    },
  },
  {
    id: "ethereum/erc20/usd_tether__erc20_",
    metaCurrencyId: "urn:crypto:meta-currency:tether",
    ticker: "USDT",
    name: "Tether USD",
    assetsIds: {
      ethereum: "ethereum/erc20/usd_tether__erc20_",
      solana: "solana/spl/es9vmfrzacermjfrf4h2fyd4kconky11mcce8benwnyb",
      bsc: "bsc/bep20/binance-peg_bsc-usd",
      ton: "ton/jetton/eqcxe6mutqjkfngfarotkot1lzbdiix1kcixrv7nw2id_sds",
      avalanche_c_chain: "avalanche_c_chain/erc20/tethertoken",
      tron: "tron/trc20/tr7nhqjekqxgtci8q8zy4pl8otszgjlj6t",
      aptos:
        "aptos/fungible_asset/tether_usd_0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b",
      arbitrum: "arbitrum/erc20/tether_usd",
      optimism: "optimism/erc20/tether_usd",
      fantom: "fantom/erc20/tether_usd",
      algorand: "algorand/asa/312769",
      celo: "celo/erc20/tether_usd_0x48065fbbe25f71c9282ddf5e1cd6d6a887483d5e",
      scroll: "scroll/erc20/tether_usd",
      neon_evm: "neon_evm/erc20/usdt",
      polygon_zk_evm: "polygon_zk_evm/erc20/tether_usd",
    },
  },
  {
    id: "bsc",
    metaCurrencyId: "urn:crypto:meta-currency:binancecoin",
    ticker: "BNB",
    name: "Binance Smart Chain",
    assetsIds: {
      bsc: "bsc",
      binance_beacon_chain: "binance_beacon_chain",
      ethereum: "ethereum/erc20/bnb",
    },
  },
  {
    id: "solana",
    metaCurrencyId: "solana",
    ticker: "SOL",
    name: "Solana",
    assetsIds: {
      solana: "solana",
    },
  },
  {
    id: "ethereum/erc20/usd__coin",
    metaCurrencyId: "urn:crypto:meta-currency:usd_coin",
    ticker: "USDC",
    name: "USD Coin",
    assetsIds: {
      ethereum: "ethereum/erc20/usd__coin",
      solana: "solana/spl/epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v",
      bsc: "bsc/bep20/binance-peg_usd_coin",
      avalanche_c_chain: "avalanche_c_chain/erc20/usd_coin",
      tron: "tron/trc20/tekxitehnzsmse2xqrbj4w32run966rdz8",
      base: "base/erc20/usd_coin",
      polygon: "polygon/erc20/usd_coin",
      aptos:
        "aptos/fungible_asset/usdc_0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b",
      stellar: "stellar/asset/usdc:ga5zsejyb37jrc5avcia5mop4rhtm335x2kgx3ihojapp5re34k4kzvn",
      arbitrum: "arbitrum/erc20/usd_coin",
      hedera: "hedera/hts/usd_coin_0.0.456858",
      optimism: "optimism/erc20/usd_coin",
      cronos: "cronos/erc20/usd_coin",
      elrond: "elrond/esdt/555344432d633736663166",
      sui: "sui/coin/usdc_0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::usdc",
      algorand: "algorand/asa/31566704",
      celo: "celo/erc20/usdc_0xceba9300f2b948710d2653dd7b07f33a8b32118c",
      zksync: "zksync/erc20/usdc",
      telos_evm: "telos_evm/erc20/usd_coin",
      polygon_zk_evm: "polygon_zk_evm/erc20/usd_coin",
      sonic: "sonic/erc20/bridged_usdc_sonic_labs_0x29219dd400f2bf60e5a23d13be72b486d4038894",
    },
  },
  {
    id: "ethereum/erc20/steth",
    metaCurrencyId: "ethereum/erc20/steth",
    ticker: "stETH",
    name: "LIDO Staked ETH",
    assetsIds: {
      ethereum: "ethereum/erc20/steth",
    },
  },
  {
    id: "tron",
    metaCurrencyId: "tron",
    ticker: "TRX",
    name: "Tron",
    assetsIds: {
      tron: "tron",
    },
  },
  {
    id: "dogecoin",
    metaCurrencyId: "dogecoin",
    ticker: "DOGE",
    name: "Dogecoin",
    assetsIds: {
      dogecoin: "dogecoin",
    },
  },
];

export const mockData = {
  cryptoAssets: {
    tron: {
      id: "tron",
      ticker: "TRX",
      name: "Tron",
      assetsIds: {
        tron: "tron",
      },
    },
    "urn:crypto:meta-currency:ethereum": {
      id: "urn:crypto:meta-currency:ethereum",
      ticker: "ETH",
      name: "Ethereum",
      assetsIds: {
        ethereum: "ethereum",
        base: "base",
        arbitrum: "arbitrum",
        mantle: "mantle",
        optimism: "optimism",
        blast: "blast",
        linea: "linea",
        scroll: "scroll",
        zksync: "zksync",
        boba: "boba",
      },
    },
    solana: {
      id: "solana",
      ticker: "SOL",
      name: "Solana",
      assetsIds: {
        solana: "solana",
      },
    },
    "urn:crypto:meta-currency:binancecoin": {
      id: "urn:crypto:meta-currency:binancecoin",
      ticker: "BNB",
      name: "Binance Smart Chain",
      assetsIds: {
        bsc: "bsc",
        binance_beacon_chain: "binance_beacon_chain",
        ethereum: "ethereum/erc20/bnb",
      },
    },
    dogecoin: {
      id: "dogecoin",
      ticker: "DOGE",
      name: "Dogecoin",
      assetsIds: {
        dogecoin: "dogecoin",
      },
    },
    "urn:crypto:meta-currency:tether": {
      id: "urn:crypto:meta-currency:tether",
      ticker: "USDT",
      name: "Tether USD",
      assetsIds: {
        ethereum: "ethereum/erc20/usd_tether__erc20_",
        solana: "solana/spl/es9vmfrzacermjfrf4h2fyd4kconky11mcce8benwnyb",
        bsc: "bsc/bep20/binance-peg_bsc-usd",
        ton: "ton/jetton/eqcxe6mutqjkfngfarotkot1lzbdiix1kcixrv7nw2id_sds",
        avalanche_c_chain: "avalanche_c_chain/erc20/tethertoken",
        tron: "tron/trc20/tr7nhqjekqxgtci8q8zy4pl8otszgjlj6t",
        aptos:
          "aptos/fungible_asset/tether_usd_0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b",
        arbitrum: "arbitrum/erc20/tether_usd",
        optimism: "optimism/erc20/tether_usd",
        fantom: "fantom/erc20/tether_usd",
        algorand: "algorand/asa/312769",
        celo: "celo/erc20/tether_usd_0x48065fbbe25f71c9282ddf5e1cd6d6a887483d5e",
        scroll: "scroll/erc20/tether_usd",
        neon_evm: "neon_evm/erc20/usdt",
        polygon_zk_evm: "polygon_zk_evm/erc20/tether_usd",
      },
    },
    ripple: {
      id: "ripple",
      ticker: "XRP",
      name: "Ripple",
      assetsIds: {
        ripple: "ripple",
      },
    },
    "urn:crypto:meta-currency:usd_coin": {
      id: "urn:crypto:meta-currency:usd_coin",
      ticker: "USDC",
      name: "USD Coin",
      assetsIds: {
        ethereum: "ethereum/erc20/usd__coin",
        solana: "solana/spl/epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v",
        bsc: "bsc/bep20/binance-peg_usd_coin",
        avalanche_c_chain: "avalanche_c_chain/erc20/usd_coin",
        tron: "tron/trc20/tekxitehnzsmse2xqrbj4w32run966rdz8",
        base: "base/erc20/usd_coin",
        polygon: "polygon/erc20/usd_coin",
        aptos:
          "aptos/fungible_asset/usdc_0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b",
        stellar: "stellar/asset/usdc:ga5zsejyb37jrc5avcia5mop4rhtm335x2kgx3ihojapp5re34k4kzvn",
        arbitrum: "arbitrum/erc20/usd_coin",
        hedera: "hedera/hts/usd_coin_0.0.456858",
        optimism: "optimism/erc20/usd_coin",
        cronos: "cronos/erc20/usd_coin",
        elrond: "elrond/esdt/555344432d633736663166",
        sui: "sui/coin/usdc_0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::usdc",
        algorand: "algorand/asa/31566704",
        celo: "celo/erc20/usdc_0xceba9300f2b948710d2653dd7b07f33a8b32118c",
        zksync: "zksync/erc20/usdc",
        telos_evm: "telos_evm/erc20/usd_coin",
        polygon_zk_evm: "polygon_zk_evm/erc20/usd_coin",
        sonic: "sonic/erc20/bridged_usdc_sonic_labs_0x29219dd400f2bf60e5a23d13be72b486d4038894",
      },
    },
    "ethereum/erc20/steth": {
      id: "ethereum/erc20/steth",
      ticker: "stETH",
      name: "LIDO Staked ETH",
      assetsIds: {
        ethereum: "ethereum/erc20/steth",
      },
    },
    bitcoin: {
      id: "bitcoin",
      ticker: "BTC",
      name: "Bitcoin",
      assetsIds: {
        bitcoin: "bitcoin",
      },
    },
  },
  networks: {
    aptos: {
      id: "aptos",
      name: "Aptos",
    },
    mantle: {
      id: "mantle",
      name: "Mantle",
    },
    avalanche_c_chain: {
      id: "avalanche_c_chain",
      name: "Avalanche C-Chain",
    },
    boba: {
      id: "boba",
      name: "Boba",
    },
    stellar: {
      id: "stellar",
      name: "Stellar",
    },
    cronos: {
      id: "cronos",
      name: "Cronos",
    },
    elrond: {
      id: "elrond",
      name: "multiversx",
    },
    polygon_zk_evm: {
      id: "polygon_zk_evm",
      name: "Polygon zkEVM",
    },
    zksync: {
      id: "zksync",
      name: "ZKsync",
    },
    celo: {
      id: "celo",
      name: "Celo",
    },
    ripple: {
      id: "ripple",
      name: "Ripple",
    },
    sonic: {
      id: "sonic",
      name: "Sonic",
    },
    dogecoin: {
      id: "dogecoin",
      name: "Dogecoin",
    },
    binance_beacon_chain: {
      id: "binance_beacon_chain",
      name: "BinanceBeaconChain",
    },
    tron: {
      id: "tron",
      name: "Tron",
    },
    blast: {
      id: "blast",
      name: "Blast",
    },
    neon_evm: {
      id: "neon_evm",
      name: "Neon Evm",
    },
    sui: {
      id: "sui",
      name: "Sui",
    },
    optimism: {
      id: "optimism",
      name: "Optimism",
    },
    algorand: {
      id: "algorand",
      name: "Algorand",
    },
    polygon: {
      id: "polygon",
      name: "Polygon",
    },
    ethereum: {
      id: "ethereum",
      name: "Ethereum",
    },
    hedera: {
      id: "hedera",
      name: "Hedera",
    },
    telos_evm: {
      id: "telos_evm",
      name: "Telos EVM",
    },
    base: {
      id: "base",
      name: "Base",
    },
    linea: {
      id: "linea",
      name: "Linea",
    },
    solana: {
      id: "solana",
      name: "Solana",
    },
    ton: {
      id: "ton",
      name: "Ton",
    },
    bitcoin: {
      id: "bitcoin",
      name: "Bitcoin",
    },
    fantom: {
      id: "fantom",
      name: "Fantom",
    },
    bsc: {
      id: "bsc",
      name: "Binance Smart Chain",
    },
    scroll: {
      id: "scroll",
      name: "Scroll",
    },
    arbitrum: {
      id: "arbitrum",
      name: "Arbitrum",
    },
  },
  cryptoOrTokenCurrencies: {
    "optimism/erc20/usd_coin": {
      type: "token_currency",
      id: "optimism/erc20/usd_coin",
      contractAddress: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
      name: "USD Coin",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "555344430b2c639c533813f4aa9d7837caf62653d097ff85000000060000000a",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "304402204450fe2d301aacb56c45077191b7e5f94c9b6faa7265143db7447cf5b2923fba02207dae32041b4f33bc96b556c45a4bbce4bc0acd54991d5b885bada9904b24c912",
        },
      },
    },
    "algorand/asa/31566704": {
      type: "token_currency",
      id: "algorand/asa/31566704",
      contractAddress: "2UEQTE5QDNXPI7M3TU44G6SYKLFWLPQO7EBZM7K7MHMQQMFI4QJPLHQFHM",
      name: "USDC",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 6,
        },
      ],
      standard: "asa",
      parentCurrency: null,
      tokenIdentifier: "31566704",
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: null,
    },
    blast: {
      type: "crypto_currency",
      id: "blast",
      name: "Blast",
      ticker: "ETH",
      units: [
        {
          code: "wei",
          name: "wei",
          magnitude: 0,
        },
        {
          code: "Kwei",
          name: "Kwei",
          magnitude: 3,
        },
        {
          code: "Mwei",
          name: "Mwei",
          magnitude: 6,
        },
        {
          code: "Gwei",
          name: "Gwei",
          magnitude: 9,
        },
        {
          code: "ETH",
          name: "ether",
          magnitude: 18,
        },
      ],
      chainId: "81457",
      confirmationsNeeded: 30,
      symbol: "Ξ",
      coinType: 60,
      family: "ethereum",
      hasSegwit: false,
      hasTokens: true,
      hrp: null,
      disableCountervalue: false,
    },
    "arbitrum/erc20/tether_usd": {
      type: "token_currency",
      id: "arbitrum/erc20/tether_usd",
      contractAddress: "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
      name: "Tether USD",
      ticker: "USDT",
      units: [
        {
          code: "USDT",
          name: "USDT",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDT",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "55534454fd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9000000060000a4b1",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "3045022100f0de57e7f6aa638cdf154d6a9c312b54ab995680ca6d506a51b17e475b2debb0022063ed324c8777650af07f4ae28458c87c4c641af8c940bfd422d5d1e73c4cf4bf",
        },
      },
    },
    "fantom/erc20/tether_usd": {
      type: "token_currency",
      id: "fantom/erc20/tether_usd",
      contractAddress: "0xcc1b99dDAc1a33c201a742A1851662E87BC7f22C",
      name: "Tether USD",
      ticker: "USDT",
      units: [
        {
          code: "USDT",
          name: "USDT",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDT",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "55534454cc1b99ddac1a33c201a742a1851662e87bc7f22c00000006000000fa",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "304402204cfb8507af7177d8eab27db7c282004d5633a6cf8ee2a644378b3bfa5c4180e20220048723f57cce882e54096adc35067df3bbad22cf3465243a5ae3bf6a2b38809b",
        },
      },
    },
    "ethereum/erc20/steth": {
      type: "token_currency",
      id: "ethereum/erc20/steth",
      contractAddress: "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84",
      name: "LIDO Staked ETH",
      ticker: "stETH",
      units: [
        {
          code: "stETH",
          name: "stETH",
          magnitude: 18,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "stETH",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "7374455448ae7ab96520de3a18e5e111b5eaab095312d7fe840000001200000001",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "3045022100dca9bf8c169de37c9042aa452587f6d172fd8de9b38bb8ec9b5267704d6a7da202203e747dbfe43afe2e4cad42e191a343a0531ed0d1428b4d73945afa4ff8d6da60",
        },
      },
    },
    "solana/spl/es9vmfrzacermjfrf4h2fyd4kconky11mcce8benwnyb": {
      type: "token_currency",
      id: "solana/spl/es9vmfrzacermjfrf4h2fyd4kconky11mcce8benwnyb",
      contractAddress: "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
      name: "USDT",
      ticker: "USDT",
      units: [
        {
          code: "USDT",
          name: "USDT",
          magnitude: 6,
        },
      ],
      standard: "spl",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDT",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "0101900201010304800001f50406536f6c616e610504555344540601060733100100112c457339764d46727a614345526d4a667246344832465944344b436f4e6b5931314d6343653842656e774e59421200",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "3044022018942c093d9fbb3bf4a8e11d2e660d1d81e48d0afc3320440897ddf7d1e619d60220235e0f0e09ed22d049f1c8bd88b1b474f3391acf822cf9e9ec2322d3787e870c",
        },
      },
    },
    "elrond/esdt/555344432d633736663166": {
      type: "token_currency",
      id: "elrond/esdt/555344432d633736663166",
      contractAddress: "erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqzllls8a5w6u",
      name: "WrappedUSDC",
      ticker: "WrappedUSDC",
      units: [
        {
          code: "WrappedUSDC",
          name: "WrappedUSDC",
          magnitude: 6,
        },
      ],
      standard: "esdt",
      parentCurrency: null,
      tokenIdentifier: "USDC-c76f1f",
      symbol: "WrappedUSDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "3045022100f03b1ec0d83d8d75d436f688c2007ffb0c71b39a4f72aba036062ea8d7ade99402203449426b83203617279c04ccb00387a77deffc468c27015bfc1590f1950edde9",
        },
      },
    },
    optimism: {
      type: "crypto_currency",
      id: "optimism",
      name: "Optimism",
      ticker: "ETH",
      units: [
        {
          code: "wei",
          name: "wei",
          magnitude: 0,
        },
        {
          code: "Kwei",
          name: "Kwei",
          magnitude: 3,
        },
        {
          code: "Mwei",
          name: "Mwei",
          magnitude: 6,
        },
        {
          code: "Gwei",
          name: "Gwei",
          magnitude: 9,
        },
        {
          code: "ETH",
          name: "ether",
          magnitude: 18,
        },
      ],
      chainId: "10",
      confirmationsNeeded: 30,
      symbol: "Ξ",
      coinType: 60,
      family: "ethereum",
      hasSegwit: false,
      hasTokens: true,
      hrp: null,
      disableCountervalue: false,
    },
    "avalanche_c_chain/erc20/usd_coin": {
      type: "token_currency",
      id: "avalanche_c_chain/erc20/usd_coin",
      contractAddress: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
      name: "USD Coin",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "55534443b97ef9ef8734c71904d8002f8b6bc66dd9c48a6e000000060000a86a",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "3045022100b69fd384e773c6e694ac9f4141b4be900bf8c9178d54be17efe7ecaa1fe984fe0220117efe6f1da25dad544787893360f5f69163c582fe81f78b3175032b164b5f3d",
        },
      },
    },
    "hedera/hts/usd_coin_0.0.456858": {
      type: "token_currency",
      id: "hedera/hts/usd_coin_0.0.456858",
      contractAddress: "0.0.456858",
      name: "USD Coin",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 6,
        },
      ],
      standard: "hts",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: null,
    },
    "ton/jetton/eqcxe6mutqjkfngfarotkot1lzbdiix1kcixrv7nw2id_sds": {
      type: "token_currency",
      id: "ton/jetton/eqcxe6mutqjkfngfarotkot1lzbdiix1kcixrv7nw2id_sds",
      contractAddress: "EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs",
      name: "USDT",
      ticker: "USDT",
      units: [
        {
          code: "USDT",
          name: "USDT",
          magnitude: 6,
        },
      ],
      standard: "jetton",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDT",
      delisted: false,
      disableCountervalue: false,
      descriptor: null,
    },
    "tron/trc20/tr7nhqjekqxgtci8q8zy4pl8otszgjlj6t": {
      type: "token_currency",
      id: "tron/trc20/tr7nhqjekqxgtci8q8zy4pl8otszgjlj6t",
      contractAddress: "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
      name: "Tether USD",
      ticker: "USDT",
      units: [
        {
          code: "USDT",
          name: "USDT",
          magnitude: 6,
        },
      ],
      standard: "trc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDT",
      delisted: false,
      disableCountervalue: false,
      descriptor: null,
    },
    "neon_evm/erc20/usdt": {
      type: "token_currency",
      id: "neon_evm/erc20/usdt",
      contractAddress: "0x5f0155d08eF4aaE2B500AefB64A3419dA8bB611a",
      name: "USDT",
      ticker: "USDT",
      units: [
        {
          code: "USDT",
          name: "USDT",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDT",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "555344545f0155d08ef4aae2b500aefb64a3419da8bb611a000000060e9ac0d6",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "3045022100931e640aac505f6a1c5719f3f19586f329ccad71c5418c698f8518008a47c50002200fb1d512a24d371f79babe57d3e9b14ddf048fe2abcdf6944d58c758c3fb07ff",
        },
      },
    },
    "celo/erc20/tether_usd_0x48065fbbe25f71c9282ddf5e1cd6d6a887483d5e": {
      type: "token_currency",
      id: "celo/erc20/tether_usd_0x48065fbbe25f71c9282ddf5e1cd6d6a887483d5e",
      contractAddress: "0x48065fbbe25f71c9282ddf5e1cd6d6a887483d5e",
      name: "Tether USD",
      ticker: "USD",
      units: [
        {
          code: "USD",
          name: "USD",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USD",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "55534448065fbbe25f71c9282ddf5e1cd6d6a887483d5e000000060000a4ec",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "304502210090b4144603365007f6b76dbfa887b693cfa5c537775d4a34b865eb8091f17aeb02201eb8b3fc8c22f7bee627f226ef2a3d95d2408021c5d59a0507e4124a796e8c93",
        },
      },
    },
    "polygon_zk_evm/erc20/usd_coin": {
      type: "token_currency",
      id: "polygon_zk_evm/erc20/usd_coin",
      contractAddress: "0xA8CE8aee21bC2A48a5EF670afCc9274C7bbbC035",
      name: "USD Coin",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "55534443a8ce8aee21bc2a48a5ef670afcc9274c7bbbc035000000060000044d",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "30440220193a1980caf53eae52b043cd143c162508d5a38c7e4b876473ebe5a5475ec40202201c414a9aab1d3b34b602e23bc2f04ded04a17221a36bd9645801b73f173c561a",
        },
      },
    },
    "aptos/fungible_asset/usdc_0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b":
      {
        type: "token_currency",
        id: "aptos/fungible_asset/usdc_0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b",
        contractAddress: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b",
        name: "USDC",
        ticker: "USDC",
        units: [
          {
            code: "USDC",
            name: "USDC",
            magnitude: 6,
          },
        ],
        standard: "fungible_asset",
        parentCurrency: null,
        tokenIdentifier: null,
        symbol: "USDC",
        delisted: false,
        disableCountervalue: false,
        descriptor: null,
      },
    bsc: {
      type: "crypto_currency",
      id: "bsc",
      name: "Binance Smart Chain",
      ticker: "BNB",
      units: [
        {
          code: "wei",
          name: "wei",
          magnitude: 0,
        },
        {
          code: "Kwei",
          name: "Kwei",
          magnitude: 3,
        },
        {
          code: "Mwei",
          name: "Mwei",
          magnitude: 6,
        },
        {
          code: "Gwei",
          name: "Gwei",
          magnitude: 9,
        },
        {
          code: "BNB",
          name: "bnb",
          magnitude: 18,
        },
      ],
      chainId: "56",
      confirmationsNeeded: 30,
      symbol: "BNB",
      coinType: 60,
      family: "ethereum",
      hasSegwit: false,
      hasTokens: true,
      hrp: null,
      disableCountervalue: false,
    },
    "solana/spl/epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v": {
      type: "token_currency",
      id: "solana/spl/epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v",
      contractAddress: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      name: "USD Coin",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 6,
        },
      ],
      standard: "spl",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "0101900201010304800001f50406536f6c616e610504555344430601060733100100112c45506a465764643541756671535371654d32714e31787a7962617043384734774547476b5a777954447431761200",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "3045022100cb0446c1451297397e769fb9a6ed49f6865b152d970c1d219646ce1985cacf0402205e81bc7f58639b92cec7b0f37f67baac79a0b7af324dd89a1b3e1eee820376b9",
        },
      },
    },
    "bsc/bep20/binance-peg_usd_coin": {
      type: "token_currency",
      id: "bsc/bep20/binance-peg_usd_coin",
      contractAddress: "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
      name: "Binance-Peg USD Coin",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 18,
        },
      ],
      standard: "bep20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "555344438ac76a51cc950d9822d68b83fe1ad97b32cd580d0000001200000038",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "3044022063a00ac8571760adf954c554e177bc4148c0f2abc8a189bcffd7c04823650a78022053baa4cbbb73810b829065e97f427478eaa074edff3bb9134c37146ce14e3433",
        },
      },
    },
    base: {
      type: "crypto_currency",
      id: "base",
      name: "Base",
      ticker: "ETH",
      units: [
        {
          code: "wei",
          name: "wei",
          magnitude: 0,
        },
        {
          code: "Kwei",
          name: "Kwei",
          magnitude: 3,
        },
        {
          code: "Mwei",
          name: "Mwei",
          magnitude: 6,
        },
        {
          code: "Gwei",
          name: "Gwei",
          magnitude: 9,
        },
        {
          code: "ETH",
          name: "ether",
          magnitude: 18,
        },
      ],
      chainId: "8453",
      confirmationsNeeded: 30,
      symbol: "Ξ",
      coinType: 60,
      family: "ethereum",
      hasSegwit: false,
      hasTokens: true,
      hrp: null,
      disableCountervalue: false,
    },
    mantle: {
      type: "crypto_currency",
      id: "mantle",
      name: "Mantle",
      ticker: "ETH",
      units: [
        {
          code: "wei",
          name: "wei",
          magnitude: 0,
        },
        {
          code: "Kwei",
          name: "Kwei",
          magnitude: 3,
        },
        {
          code: "Mwei",
          name: "Mwei",
          magnitude: 6,
        },
        {
          code: "Gwei",
          name: "Gwei",
          magnitude: 9,
        },
        {
          code: "ETH",
          name: "ether",
          magnitude: 18,
        },
      ],
      chainId: "5000",
      confirmationsNeeded: 30,
      symbol: "Ξ",
      coinType: 60,
      family: "ethereum",
      hasSegwit: false,
      hasTokens: true,
      hrp: null,
      disableCountervalue: false,
    },
    zksync: {
      type: "crypto_currency",
      id: "zksync",
      name: "ZKsync",
      ticker: "ETH",
      units: [
        {
          code: "wei",
          name: "wei",
          magnitude: 0,
        },
        {
          code: "Kwei",
          name: "Kwei",
          magnitude: 3,
        },
        {
          code: "Mwei",
          name: "Mwei",
          magnitude: 6,
        },
        {
          code: "Gwei",
          name: "Gwei",
          magnitude: 9,
        },
        {
          code: "ETH",
          name: "ether",
          magnitude: 18,
        },
      ],
      chainId: "324",
      confirmationsNeeded: 30,
      symbol: "Ξ",
      coinType: 60,
      family: "ethereum",
      hasSegwit: false,
      hasTokens: true,
      hrp: null,
      disableCountervalue: false,
    },
    "aptos/fungible_asset/tether_usd_0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b":
      {
        type: "token_currency",
        id: "aptos/fungible_asset/tether_usd_0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b",
        contractAddress: "0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b",
        name: "Tether USD",
        ticker: "USDT",
        units: [
          {
            code: "USDT",
            name: "USDT",
            magnitude: 6,
          },
        ],
        standard: "fungible_asset",
        parentCurrency: null,
        tokenIdentifier: null,
        symbol: "USDT",
        delisted: false,
        disableCountervalue: false,
        descriptor: null,
      },
    tron: {
      type: "crypto_currency",
      id: "tron",
      name: "Tron",
      ticker: "TRX",
      units: [
        {
          code: "TRX",
          name: "TRX",
          magnitude: 6,
        },
      ],
      chainId: null,
      confirmationsNeeded: 6,
      symbol: "TRX",
      coinType: 195,
      family: "tron",
      hasSegwit: false,
      hasTokens: true,
      hrp: null,
      disableCountervalue: false,
    },
    "polygon_zk_evm/erc20/tether_usd": {
      type: "token_currency",
      id: "polygon_zk_evm/erc20/tether_usd",
      contractAddress: "0x1E4a5963aBFD975d8c9021ce480b42188849D41d",
      name: "Tether USD",
      ticker: "USDT",
      units: [
        {
          code: "USDT",
          name: "USDT",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDT",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "555344541e4a5963abfd975d8c9021ce480b42188849d41d000000060000044d",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "3045022100c4a6faac1fb78d4c56b564ac64ad812ed3f9301226a8d721187ef256660eed04022048f2bfc7ba383d294d704d4fb997b83eabc8269660ea359fcfb0c8696db87045",
        },
      },
    },
    linea: {
      type: "crypto_currency",
      id: "linea",
      name: "Linea",
      ticker: "ETH",
      units: [
        {
          code: "wei",
          name: "wei",
          magnitude: 0,
        },
        {
          code: "Kwei",
          name: "Kwei",
          magnitude: 3,
        },
        {
          code: "Mwei",
          name: "Mwei",
          magnitude: 6,
        },
        {
          code: "Gwei",
          name: "Gwei",
          magnitude: 9,
        },
        {
          code: "ETH",
          name: "ether",
          magnitude: 18,
        },
      ],
      chainId: "59144",
      confirmationsNeeded: 30,
      symbol: "Ξ",
      coinType: 60,
      family: "ethereum",
      hasSegwit: false,
      hasTokens: true,
      hrp: null,
      disableCountervalue: false,
    },
    "celo/erc20/usdc_0xceba9300f2b948710d2653dd7b07f33a8b32118c": {
      type: "token_currency",
      id: "celo/erc20/usdc_0xceba9300f2b948710d2653dd7b07f33a8b32118c",
      contractAddress: "0xceba9300f2b948710d2653dd7b07f33a8b32118c",
      name: "USDC",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "55534443ceba9300f2b948710d2653dd7b07f33a8b32118c000000060000a4ec",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "304402200fa1bf0f90b206ecdd684f33680eda1c779258469bf9626e74ba690db3283183022056a35e72a144bf6a2d54516ad118a31492725ff2801ada964aae7b1511ab8b0c",
        },
      },
    },
    "cronos/erc20/usd_coin": {
      type: "token_currency",
      id: "cronos/erc20/usd_coin",
      contractAddress: "0xc21223249CA28397B4B6541dfFaEcC539BfF0c59",
      name: "USD Coin",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "55534443c21223249ca28397b4b6541dffaecc539bff0c590000000600000019",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "3045022100bb10a85556bd878226bd655f3e56906a20f22b9c82c4de4aa3b4cbc1e9e03baf022061539290ff888fa765868266b8ef97bcc4ba68f325bb6e68163fc54b591f2d69",
        },
      },
    },
    "polygon/erc20/usd_coin": {
      type: "token_currency",
      id: "polygon/erc20/usd_coin",
      contractAddress: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      name: "USD Coin",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "555344433c499c542cef5e3811e1192ce70d8cc03d5c33590000000600000089",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "30450221009d7dd8e56a4e4157c40306767e82ece6dc924a8ff1eaca5ef2fb07cf4490b43e02207e939403bbcf3eb04d638eaa99031843b13c2d9234fa1bf0abdfdd7d113342cb",
        },
      },
    },
    ethereum: {
      type: "crypto_currency",
      id: "ethereum",
      name: "Ethereum",
      ticker: "ETH",
      units: [
        {
          code: "wei",
          name: "wei",
          magnitude: 0,
        },
        {
          code: "Kwei",
          name: "Kwei",
          magnitude: 3,
        },
        {
          code: "Mwei",
          name: "Mwei",
          magnitude: 6,
        },
        {
          code: "Gwei",
          name: "Gwei",
          magnitude: 9,
        },
        {
          code: "ETH",
          name: "ether",
          magnitude: 18,
        },
      ],
      chainId: "1",
      confirmationsNeeded: 30,
      symbol: "Ξ",
      coinType: 60,
      family: "ethereum",
      hasSegwit: false,
      hasTokens: true,
      hrp: null,
      disableCountervalue: false,
    },
    "ethereum/erc20/bnb": {
      type: "token_currency",
      id: "ethereum/erc20/bnb",
      contractAddress: "0xB8c77482e45F1F44dE1745F52C74426C631bDD52",
      name: "BNB",
      ticker: "BNB",
      units: [
        {
          code: "BNB",
          name: "BNB",
          magnitude: 18,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "BNB",
      delisted: true,
      disableCountervalue: false,
      descriptor: {
        data: "424e42b8c77482e45f1f44de1745f52c74426c631bdd520000001200000001",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "304502210093f41c67d577c2cf15ed3976bbcddb3754f95d7b50dd44f1acdc05e798270285022009bdb04817370d3c4e89080082ca9e68ab259e071b688efe28c28af9f72d085a",
        },
      },
    },
    "sonic/erc20/bridged_usdc_sonic_labs_0x29219dd400f2bf60e5a23d13be72b486d4038894": {
      type: "token_currency",
      id: "sonic/erc20/bridged_usdc_sonic_labs_0x29219dd400f2bf60e5a23d13be72b486d4038894",
      contractAddress: "0x29219dd400f2Bf60E5a23d13Be72B486D4038894",
      name: "Bridged USDC (Sonic Labs)",
      ticker: "USDC.e",
      units: [
        {
          code: "USDC.e",
          name: "USDC.e",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC.e",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "555344432e6529219dd400f2bf60e5a23d13be72b486d40388940000000600000092",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "304402200eb5e28507a4532d5675bce43d4d9d9173f3701757a6ab294efdaf113fd27ea802204981f088b97dc46b463f4e7d3b3d1664e19180ebf53d9573c8312231c83799f4",
        },
      },
    },
    "optimism/erc20/tether_usd": {
      type: "token_currency",
      id: "optimism/erc20/tether_usd",
      contractAddress: "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58",
      name: "Tether USD",
      ticker: "USDT",
      units: [
        {
          code: "USDT",
          name: "USDT",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDT",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "5553445494b008aa00579c1307b0ef2c499ad98a8ce58e58000000060000000a",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "30450221009827ee5d25be50f72194d7d84cf6a4319981f4ba9c8e79ed453afc16621012ab022055ae55438ef4a1063c3d41ef230aa655f6911d87f8bdfee03e4b4d73e0b2d2a4",
        },
      },
    },
    "arbitrum/erc20/usd_coin": {
      type: "token_currency",
      id: "arbitrum/erc20/usd_coin",
      contractAddress: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      name: "USD Coin",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "55534443af88d065e77c8cc2239327c5edb3a432268e5831000000060000a4b1",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "3045022100b017a0cc29cf96512c49d88060adc201cd6d98946fc5b7987fbfebc7b03ddede02205b11ccefe246e67c25c538107c5c9b626a6c706d2eb33f67b662cb6f6e1060cf",
        },
      },
    },
    "stellar/asset/usdc:ga5zsejyb37jrc5avcia5mop4rhtm335x2kgx3ihojapp5re34k4kzvn": {
      type: "token_currency",
      id: "stellar/asset/usdc:ga5zsejyb37jrc5avcia5mop4rhtm335x2kgx3ihojapp5re34k4kzvn",
      contractAddress: "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
      name: "USDC",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 7,
        },
      ],
      standard: "asset",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: null,
    },
    "bsc/bep20/binance-peg_bsc-usd": {
      type: "token_currency",
      id: "bsc/bep20/binance-peg_bsc-usd",
      contractAddress: "0x55d398326f99059fF775485246999027B3197955",
      name: "Tether USD",
      ticker: "USDT",
      units: [
        {
          code: "USDT",
          name: "USDT",
          magnitude: 18,
        },
      ],
      standard: "bep20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDT",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "5553445455d398326f99059ff775485246999027b31979550000001200000038",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "304402200c83554020349b33655f2e73e0621385884d42547abac72c47c7898b0808ed5a02205aa23b5370cb3b80c5c28eaf57a2d492b0588a4bef0172f633daadf07a3adb87",
        },
      },
    },
    binance_beacon_chain: {
      type: "crypto_currency",
      id: "binance_beacon_chain",
      name: "BinanceBeaconChain",
      ticker: "BNB",
      units: [
        {
          code: "ubnb",
          name: "Micro-BNB",
          magnitude: 0,
        },
        {
          code: "BNB",
          name: "BNB",
          magnitude: 6,
        },
      ],
      chainId: null,
      confirmationsNeeded: 6,
      symbol: "BNB",
      coinType: 118,
      family: "cosmos",
      hasSegwit: false,
      hasTokens: false,
      hrp: null,
      disableCountervalue: false,
    },
    "ethereum/erc20/usd_tether__erc20_": {
      type: "token_currency",
      id: "ethereum/erc20/usd_tether__erc20_",
      contractAddress: "0xdAC17F958D2ee523a2206206994597C13D831ec7",
      name: "Tether USD",
      ticker: "USDT",
      units: [
        {
          code: "USDT",
          name: "USDT",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDT",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "55534454dac17f958d2ee523a2206206994597c13d831ec70000000600000001",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "30450221009cd0cbe320ae84de461bc0f8f33cab3b7a546815105d00f9b4009e87c23e05f402207539a440ecb0709cd06853447f04c54533d5d5f9fcf60b6fe25c88263237bdff",
        },
      },
    },
    "sui/coin/usdc_0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::usdc":
      {
        type: "token_currency",
        id: "sui/coin/usdc_0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::usdc",
        contractAddress:
          "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC",
        name: "USDC",
        ticker: "USDC",
        units: [
          {
            code: "USDC",
            name: "USDC",
            magnitude: 6,
          },
        ],
        standard: "coin",
        parentCurrency: null,
        tokenIdentifier: null,
        symbol: "USDC",
        delisted: false,
        disableCountervalue: false,
        descriptor: null,
      },
    "ethereum/erc20/usd__coin": {
      type: "token_currency",
      id: "ethereum/erc20/usd__coin",
      contractAddress: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
      name: "USD Coin",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "55534443a0b86991c6218b36c1d19d4a2e9eb0ce3606eb480000000600000001",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "3044022039031b78a32e2b183bd18b8b8d4a29b007894804039ac98e51ca6d3800f5f70402200afd02c2da7ec030e782db0b3c7b4bc1bc09096960ebee0dc453b0c3d193cfba",
        },
      },
    },
    "zksync/erc20/usdc": {
      type: "token_currency",
      id: "zksync/erc20/usdc",
      contractAddress: "0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4",
      name: "USDC",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "555344431d17cbcf0d6d143135ae902365d2e5e2a16538d40000000600000144",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "304402200f3d7d20a2327658dd731c6464b2c44cf620d9332113dc768d594c620b464fd902202c6157f28970369bc9d08c1957d94651e56904b7decb62b311dd09b25a86a602",
        },
      },
    },
    scroll: {
      type: "crypto_currency",
      id: "scroll",
      name: "Scroll",
      ticker: "ETH",
      units: [
        {
          code: "wei",
          name: "wei",
          magnitude: 0,
        },
        {
          code: "Kwei",
          name: "Kwei",
          magnitude: 3,
        },
        {
          code: "Mwei",
          name: "Mwei",
          magnitude: 6,
        },
        {
          code: "Gwei",
          name: "Gwei",
          magnitude: 9,
        },
        {
          code: "ETH",
          name: "ether",
          magnitude: 18,
        },
      ],
      chainId: "534352",
      confirmationsNeeded: 30,
      symbol: "Ξ",
      coinType: 60,
      family: "ethereum",
      hasSegwit: false,
      hasTokens: true,
      hrp: null,
      disableCountervalue: false,
    },
    "telos_evm/erc20/usd_coin": {
      type: "token_currency",
      id: "telos_evm/erc20/usd_coin",
      contractAddress: "0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b",
      name: "USD Coin",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "55534443818ec0a7fe18ff94269904fced6ae3dae6d6dc0b0000000600000028",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "3044022048b3593a1c1c748057363972800c4d574ad8d649041a432b59e7756afe52afc502205673fec119b4de6acfdeab53b1fde163cc1e4307b3ff0571a96641e976d4ded5",
        },
      },
    },
    "base/erc20/usd_coin": {
      type: "token_currency",
      id: "base/erc20/usd_coin",
      contractAddress: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      name: "USD Coin",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "55534443833589fcd6edb6e08f4c7c32d4f71b54bda029130000000600002105",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "304402201c09effa9814fa7e94163cbde323cde6d05e03a2bf2a26492c422e297f8d7b8b022018d224d4da83d94d4a8522e0f25f79876dd2de44e409037acb1dbfdfac2e3f53",
        },
      },
    },
    arbitrum: {
      type: "crypto_currency",
      id: "arbitrum",
      name: "Arbitrum",
      ticker: "ETH",
      units: [
        {
          code: "wei",
          name: "wei",
          magnitude: 0,
        },
        {
          code: "Kwei",
          name: "Kwei",
          magnitude: 3,
        },
        {
          code: "Mwei",
          name: "Mwei",
          magnitude: 6,
        },
        {
          code: "Gwei",
          name: "Gwei",
          magnitude: 9,
        },
        {
          code: "ETH",
          name: "ether",
          magnitude: 18,
        },
      ],
      chainId: "42161",
      confirmationsNeeded: 30,
      symbol: "Ξ",
      coinType: 60,
      family: "ethereum",
      hasSegwit: false,
      hasTokens: true,
      hrp: null,
      disableCountervalue: false,
    },
    "scroll/erc20/tether_usd": {
      type: "token_currency",
      id: "scroll/erc20/tether_usd",
      contractAddress: "0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df",
      name: "Tether USD",
      ticker: "USDT",
      units: [
        {
          code: "USDT",
          name: "USDT",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDT",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "55534454f55bec9cafdbe8730f096aa55dad6d22d44099df0000000600082750",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "304402205da14e8b7833d2be971de98ffbfaf3846f5b7f9021313eeb6c73fecdfcbfbdf90220069852e79e0641898f0ae92141f550268720e8ad5803393494fea82822fe0eb7",
        },
      },
    },
    dogecoin: {
      type: "crypto_currency",
      id: "dogecoin",
      name: "Dogecoin",
      ticker: "DOGE",
      units: [
        {
          code: "sat",
          name: "satoshi",
          magnitude: 0,
        },
        {
          code: "DOGE",
          name: "dogecoin",
          magnitude: 8,
        },
      ],
      chainId: null,
      confirmationsNeeded: 20,
      symbol: "Ð",
      coinType: 3,
      family: "bitcoin",
      hasSegwit: false,
      hasTokens: false,
      hrp: null,
      disableCountervalue: false,
    },
    "avalanche_c_chain/erc20/tethertoken": {
      type: "token_currency",
      id: "avalanche_c_chain/erc20/tethertoken",
      contractAddress: "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
      name: "TetherToken",
      ticker: "USDT",
      units: [
        {
          code: "USDT",
          name: "USDT",
          magnitude: 6,
        },
      ],
      standard: "erc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDT",
      delisted: false,
      disableCountervalue: false,
      descriptor: {
        data: "555344549702230a8ea53601f5cd2dc00fdbc13d4df4a8c7000000060000a86a",
        descriptorType: "network",
        descriptorVersion: null,
        signatures: {
          test: "3045022100ce1c122a11bf6cb1ca0de57a82a114dded67bc3c7d8b8fffa554dec6eadaf7ce02202bba2d12b997e5c31dd30ee10ee4c0fb8ce9a7b089315ee883501541ab5eea64",
        },
      },
    },
    solana: {
      type: "crypto_currency",
      id: "solana",
      name: "Solana",
      ticker: "SOL",
      units: [
        {
          code: "lamports",
          name: "lamports",
          magnitude: 0,
        },
        {
          code: "SOL",
          name: "SOL",
          magnitude: 9,
        },
      ],
      chainId: "1",
      confirmationsNeeded: 10,
      symbol: "SOL",
      coinType: 501,
      family: "solana",
      hasSegwit: false,
      hasTokens: true,
      hrp: null,
      disableCountervalue: false,
    },
    bitcoin: {
      type: "crypto_currency",
      id: "bitcoin",
      name: "Bitcoin",
      ticker: "BTC",
      units: [
        {
          code: "sat",
          name: "satoshi",
          magnitude: 0,
        },
        {
          code: "bit",
          name: "bit",
          magnitude: 2,
        },
        {
          code: "mBTC",
          name: "mBTC",
          magnitude: 5,
        },
        {
          code: "BTC",
          name: "bitcoin",
          magnitude: 8,
        },
      ],
      chainId: null,
      confirmationsNeeded: 6,
      symbol: "Ƀ",
      coinType: 0,
      family: "bitcoin",
      hasSegwit: false,
      hasTokens: false,
      hrp: null,
      disableCountervalue: false,
    },
    "algorand/asa/312769": {
      type: "token_currency",
      id: "algorand/asa/312769",
      contractAddress: "XIU7HGGAJ3QOTATPDSIIHPFVKMICXKHMOR2FJKHTVLII4FAOA3CYZQDLG4",
      name: "Tether USDt",
      ticker: "USDT",
      units: [
        {
          code: "USDT",
          name: "USDT",
          magnitude: 6,
        },
      ],
      standard: "asa",
      parentCurrency: null,
      tokenIdentifier: "312769",
      symbol: "USDT",
      delisted: false,
      disableCountervalue: false,
      descriptor: null,
    },
    "tron/trc20/tekxitehnzsmse2xqrbj4w32run966rdz8": {
      type: "token_currency",
      id: "tron/trc20/tekxitehnzsmse2xqrbj4w32run966rdz8",
      contractAddress: "TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8",
      name: "USDCoin",
      ticker: "USDC",
      units: [
        {
          code: "USDC",
          name: "USDC",
          magnitude: 6,
        },
      ],
      standard: "trc20",
      parentCurrency: null,
      tokenIdentifier: null,
      symbol: "USDC",
      delisted: false,
      disableCountervalue: false,
      descriptor: null,
    },
    ripple: {
      type: "crypto_currency",
      id: "ripple",
      name: "Ripple",
      ticker: "XRP",
      units: [
        {
          code: "drop",
          name: "drop",
          magnitude: 0,
        },
        {
          code: "XRP",
          name: "XRP",
          magnitude: 6,
        },
      ],
      chainId: null,
      confirmationsNeeded: 0,
      symbol: "XRP",
      coinType: 144,
      family: "ripple",
      hasSegwit: false,
      hasTokens: false,
      hrp: null,
      disableCountervalue: false,
    },
    boba: {
      type: "crypto_currency",
      id: "boba",
      name: "Boba",
      ticker: "ETH",
      units: [
        {
          code: "wei",
          name: "wei",
          magnitude: 0,
        },
        {
          code: "Kwei",
          name: "Kwei",
          magnitude: 3,
        },
        {
          code: "Mwei",
          name: "Mwei",
          magnitude: 6,
        },
        {
          code: "Gwei",
          name: "Gwei",
          magnitude: 9,
        },
        {
          code: "ETH",
          name: "eth",
          magnitude: 18,
        },
      ],
      chainId: "288",
      confirmationsNeeded: 30,
      symbol: "ETH",
      coinType: 60,
      family: "ethereum",
      hasSegwit: false,
      hasTokens: false,
      hrp: null,
      disableCountervalue: false,
    },
  },
  interestRates: {
    bsc: {
      currencyId: "bsc",
      rate: 0.0080115328,
      type: "APY",
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    tron: {
      currencyId: "tron",
      rate: 0.042823645,
      type: "APR",
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    ethereum: {
      currencyId: "ethereum",
      rate: 0.03656,
      type: "APY",
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "ethereum/erc20/usd_tether__erc20_": {
      currencyId: "ethereum/erc20/usd_tether__erc20_",
      rate: 0.09096087455749512,
      type: "NRR",
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "ethereum/erc20/usd__coin": {
      currencyId: "ethereum/erc20/usd__coin",
      rate: 0.05470168113708496,
      type: "NRR",
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    solana: {
      currencyId: "solana",
      rate: 0.07447984704686278,
      type: "APY",
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
  },
  markets: {
    "optimism/erc20/usd_coin": {
      currencyId: "optimism/erc20/usd_coin",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "algorand/asa/31566704": {
      currencyId: "algorand/asa/31566704",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    blast: {
      currencyId: "blast",
      marketCap: 497684431307,
      fullyDilutedValuation: 497684431307,
      totalVolume: 42478668635,
      high24h: 4275.74,
      low24h: 4074.5,
      price: 4119.91,
      priceChange24h: -155.8339552515472,
      priceChangePercentage1h: -1.5573124572381847,
      priceChangePercentage24h: -3.6446037729908545,
      priceChangePercentage7d: -12.035819401208823,
      priceChangePercentage30d: 7.997705577260973,
      priceChangePercentage1y: 55.81241135315812,
      marketCapChange24h: -20190250670.661987,
      marketCapChangePercentage24h: -3.89867,
      circulatingSupply: 120707692.0909859,
      totalSupply: 120707692.0909859,
      allTimeHigh: 4878.26,
      allTimeLow: 0.432979,
      allTimeHighDate: "2021-11-10T14:24:19.604Z",
      allTimeLowDate: "2015-10-20T00:00:00Z",
      sparkline: [
        4652.7026, 4711.446, 4764.059, 4751.83, 4733.589, 4757.0396, 4604.205, 4544.6235, 4472.9478,
        4607.9, 4631.789, 4629.0796, 4554.8384, 4444.639, 4429.3877, 4489.3223, 4427.506, 4408.255,
        4398.1978, 4406.775, 4418.158, 4411.9897, 4476.503, 4540.224, 4537.112, 4529.9795,
        4480.2104, 4401.338, 4309.2783, 4294.9375, 4302.507, 4368.541, 4356.157, 4295.9004,
        4234.761, 4283.656, 4292.479, 4185.5137, 4150.538, 4116.616, 4182.477, 4222.761,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "arbitrum/erc20/tether_usd": {
      currencyId: "arbitrum/erc20/tether_usd",
      marketCap: 167021397330,
      fullyDilutedValuation: 167021397330,
      totalVolume: 100000090844,
      high24h: 1.0,
      low24h: 0.999823,
      price: 1.0,
      priceChange24h: -0.000211976482705989,
      priceChangePercentage1h: -0.011446901666082539,
      priceChangePercentage24h: -0.021191952329051113,
      priceChangePercentage7d: 0.016646783053471125,
      priceChangePercentage30d: -0.015768373523283957,
      priceChangePercentage1y: 0.003118287765040637,
      marketCapChange24h: -65921924.311920166,
      marketCapChangePercentage24h: -0.03945,
      circulatingSupply: 167010130246.2813,
      totalSupply: 167010130246.2813,
      allTimeHigh: 1.32,
      allTimeLow: 0.572521,
      allTimeHighDate: "2018-07-24T00:00:00Z",
      allTimeLowDate: "2015-03-02T00:00:00Z",
      sparkline: [
        1.0000037, 1.0000912, 1.0002658, 1.0002438, 1.0003533, 1.0004007, 1.0004071, 1.0003853,
        1.0006495, 1.0007112, 1.0006858, 1.0005747, 1.0006152, 1.0005612, 1.0006595, 1.0006883,
        1.0007735, 1.0006359, 1.0006254, 1.0006299, 1.0005509, 1.000561, 1.0005951, 1.0004078,
        1.0004646, 1.000465, 1.000665, 1.0006772, 1.0007005, 1.0005817, 1.0006347, 1.0005711,
        1.0004735, 1.0004468, 1.0003597, 1.0003985, 1.0002667, 1.0000349, 0.9999056, 0.9999233,
        0.9999172, 0.99990886,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "fantom/erc20/tether_usd": {
      currencyId: "fantom/erc20/tether_usd",
      marketCap: 167021397330,
      fullyDilutedValuation: 167021397330,
      totalVolume: 100000090844,
      high24h: 1.0,
      low24h: 0.999823,
      price: 1.0,
      priceChange24h: -0.000211976482705989,
      priceChangePercentage1h: -0.011446901666082539,
      priceChangePercentage24h: -0.021191952329051113,
      priceChangePercentage7d: 0.016646783053471125,
      priceChangePercentage30d: -0.015768373523283957,
      priceChangePercentage1y: 0.003118287765040637,
      marketCapChange24h: -65921924.311920166,
      marketCapChangePercentage24h: -0.03945,
      circulatingSupply: 167010130246.2813,
      totalSupply: 167010130246.2813,
      allTimeHigh: 1.32,
      allTimeLow: 0.572521,
      allTimeHighDate: "2018-07-24T00:00:00Z",
      allTimeLowDate: "2015-03-02T00:00:00Z",
      sparkline: [
        1.0000037, 1.0000912, 1.0002658, 1.0002438, 1.0003533, 1.0004007, 1.0004071, 1.0003853,
        1.0006495, 1.0007112, 1.0006858, 1.0005747, 1.0006152, 1.0005612, 1.0006595, 1.0006883,
        1.0007735, 1.0006359, 1.0006254, 1.0006299, 1.0005509, 1.000561, 1.0005951, 1.0004078,
        1.0004646, 1.000465, 1.000665, 1.0006772, 1.0007005, 1.0005817, 1.0006347, 1.0005711,
        1.0004735, 1.0004468, 1.0003597, 1.0003985, 1.0002667, 1.0000349, 0.9999056, 0.9999233,
        0.9999172, 0.99990886,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "ethereum/erc20/steth": {
      currencyId: "ethereum/erc20/steth",
      marketCap: 36441221428,
      fullyDilutedValuation: 36441221428,
      totalVolume: 60849799,
      high24h: 4293.89,
      low24h: 4064.76,
      price: 4118.52,
      priceChange24h: -175.3727145041039,
      priceChangePercentage1h: -1.5251815729872016,
      priceChangePercentage24h: -4.08424063478551,
      priceChangePercentage7d: -11.98760521678549,
      priceChangePercentage30d: 8.404649522870287,
      priceChangePercentage1y: 55.56783568119001,
      marketCapChange24h: -1451311585.0514374,
      marketCapChangePercentage24h: -3.83007,
      circulatingSupply: 8828200.595039321,
      totalSupply: 8828200.595039321,
      allTimeHigh: 4829.57,
      allTimeLow: 482.9,
      allTimeHighDate: "2021-11-10T14:40:47.256Z",
      allTimeLowDate: "2020-12-22T04:08:21.854Z",
      sparkline: [
        4639.407, 4703.6743, 4729.659, 4740.717, 4718.261, 4749.502, 4592.3257, 4536.0425, 4465.367,
        4599.5454, 4609.764, 4616.021, 4539.766, 4431.1113, 4417.968, 4481.1553, 4415.4595,
        4420.9106, 4385.9946, 4398.392, 4403.3706, 4398.03, 4463.7876, 4527.5586, 4528.4365,
        4521.517, 4470.5146, 4396.7627, 4301.7783, 4284.146, 4285.8125, 4352.1377, 4349.0874,
        4286.9453, 4221.6646, 4272.2153, 4289.626, 4167.1885, 4140.91, 4100.2036, 4169.7944,
        4212.8154,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "solana/spl/es9vmfrzacermjfrf4h2fyd4kconky11mcce8benwnyb": {
      currencyId: "solana/spl/es9vmfrzacermjfrf4h2fyd4kconky11mcce8benwnyb",
      marketCap: 167021397330,
      fullyDilutedValuation: 167021397330,
      totalVolume: 100000090844,
      high24h: 1.0,
      low24h: 0.999823,
      price: 1.0,
      priceChange24h: -0.000211976482705989,
      priceChangePercentage1h: -0.011446901666082539,
      priceChangePercentage24h: -0.021191952329051113,
      priceChangePercentage7d: 0.016646783053471125,
      priceChangePercentage30d: -0.015768373523283957,
      priceChangePercentage1y: 0.003118287765040637,
      marketCapChange24h: -65921924.311920166,
      marketCapChangePercentage24h: -0.03945,
      circulatingSupply: 167010130246.2813,
      totalSupply: 167010130246.2813,
      allTimeHigh: 1.32,
      allTimeLow: 0.572521,
      allTimeHighDate: "2018-07-24T00:00:00Z",
      allTimeLowDate: "2015-03-02T00:00:00Z",
      sparkline: [
        1.0000037, 1.0000912, 1.0002658, 1.0002438, 1.0003533, 1.0004007, 1.0004071, 1.0003853,
        1.0006495, 1.0007112, 1.0006858, 1.0005747, 1.0006152, 1.0005612, 1.0006595, 1.0006883,
        1.0007735, 1.0006359, 1.0006254, 1.0006299, 1.0005509, 1.000561, 1.0005951, 1.0004078,
        1.0004646, 1.000465, 1.000665, 1.0006772, 1.0007005, 1.0005817, 1.0006347, 1.0005711,
        1.0004735, 1.0004468, 1.0003597, 1.0003985, 1.0002667, 1.0000349, 0.9999056, 0.9999233,
        0.9999172, 0.99990886,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "elrond/esdt/555344432d633736663166": {
      currencyId: "elrond/esdt/555344432d633736663166",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    optimism: {
      currencyId: "optimism",
      marketCap: 497684431307,
      fullyDilutedValuation: 497684431307,
      totalVolume: 42478668635,
      high24h: 4275.74,
      low24h: 4074.5,
      price: 4119.91,
      priceChange24h: -155.8339552515472,
      priceChangePercentage1h: -1.5573124572381847,
      priceChangePercentage24h: -3.6446037729908545,
      priceChangePercentage7d: -12.035819401208823,
      priceChangePercentage30d: 7.997705577260973,
      priceChangePercentage1y: 55.81241135315812,
      marketCapChange24h: -20190250670.661987,
      marketCapChangePercentage24h: -3.89867,
      circulatingSupply: 120707692.0909859,
      totalSupply: 120707692.0909859,
      allTimeHigh: 4878.26,
      allTimeLow: 0.432979,
      allTimeHighDate: "2021-11-10T14:24:19.604Z",
      allTimeLowDate: "2015-10-20T00:00:00Z",
      sparkline: [
        4652.7026, 4711.446, 4764.059, 4751.83, 4733.589, 4757.0396, 4604.205, 4544.6235, 4472.9478,
        4607.9, 4631.789, 4629.0796, 4554.8384, 4444.639, 4429.3877, 4489.3223, 4427.506, 4408.255,
        4398.1978, 4406.775, 4418.158, 4411.9897, 4476.503, 4540.224, 4537.112, 4529.9795,
        4480.2104, 4401.338, 4309.2783, 4294.9375, 4302.507, 4368.541, 4356.157, 4295.9004,
        4234.761, 4283.656, 4292.479, 4185.5137, 4150.538, 4116.616, 4182.477, 4222.761,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "avalanche_c_chain/erc20/usd_coin": {
      currencyId: "avalanche_c_chain/erc20/usd_coin",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "hedera/hts/usd_coin_0.0.456858": {
      currencyId: "hedera/hts/usd_coin_0.0.456858",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "ton/jetton/eqcxe6mutqjkfngfarotkot1lzbdiix1kcixrv7nw2id_sds": {
      currencyId: "ton/jetton/eqcxe6mutqjkfngfarotkot1lzbdiix1kcixrv7nw2id_sds",
      marketCap: 167021397330,
      fullyDilutedValuation: 167021397330,
      totalVolume: 100000090844,
      high24h: 1.0,
      low24h: 0.999823,
      price: 1.0,
      priceChange24h: -0.000211976482705989,
      priceChangePercentage1h: -0.011446901666082539,
      priceChangePercentage24h: -0.021191952329051113,
      priceChangePercentage7d: 0.016646783053471125,
      priceChangePercentage30d: -0.015768373523283957,
      priceChangePercentage1y: 0.003118287765040637,
      marketCapChange24h: -65921924.311920166,
      marketCapChangePercentage24h: -0.03945,
      circulatingSupply: 167010130246.2813,
      totalSupply: 167010130246.2813,
      allTimeHigh: 1.32,
      allTimeLow: 0.572521,
      allTimeHighDate: "2018-07-24T00:00:00Z",
      allTimeLowDate: "2015-03-02T00:00:00Z",
      sparkline: [
        1.0000037, 1.0000912, 1.0002658, 1.0002438, 1.0003533, 1.0004007, 1.0004071, 1.0003853,
        1.0006495, 1.0007112, 1.0006858, 1.0005747, 1.0006152, 1.0005612, 1.0006595, 1.0006883,
        1.0007735, 1.0006359, 1.0006254, 1.0006299, 1.0005509, 1.000561, 1.0005951, 1.0004078,
        1.0004646, 1.000465, 1.000665, 1.0006772, 1.0007005, 1.0005817, 1.0006347, 1.0005711,
        1.0004735, 1.0004468, 1.0003597, 1.0003985, 1.0002667, 1.0000349, 0.9999056, 0.9999233,
        0.9999172, 0.99990886,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "tron/trc20/tr7nhqjekqxgtci8q8zy4pl8otszgjlj6t": {
      currencyId: "tron/trc20/tr7nhqjekqxgtci8q8zy4pl8otszgjlj6t",
      marketCap: 167021397330,
      fullyDilutedValuation: 167021397330,
      totalVolume: 100000090844,
      high24h: 1.0,
      low24h: 0.999823,
      price: 1.0,
      priceChange24h: -0.000211976482705989,
      priceChangePercentage1h: -0.011446901666082539,
      priceChangePercentage24h: -0.021191952329051113,
      priceChangePercentage7d: 0.016646783053471125,
      priceChangePercentage30d: -0.015768373523283957,
      priceChangePercentage1y: 0.003118287765040637,
      marketCapChange24h: -65921924.311920166,
      marketCapChangePercentage24h: -0.03945,
      circulatingSupply: 167010130246.2813,
      totalSupply: 167010130246.2813,
      allTimeHigh: 1.32,
      allTimeLow: 0.572521,
      allTimeHighDate: "2018-07-24T00:00:00Z",
      allTimeLowDate: "2015-03-02T00:00:00Z",
      sparkline: [
        1.0000037, 1.0000912, 1.0002658, 1.0002438, 1.0003533, 1.0004007, 1.0004071, 1.0003853,
        1.0006495, 1.0007112, 1.0006858, 1.0005747, 1.0006152, 1.0005612, 1.0006595, 1.0006883,
        1.0007735, 1.0006359, 1.0006254, 1.0006299, 1.0005509, 1.000561, 1.0005951, 1.0004078,
        1.0004646, 1.000465, 1.000665, 1.0006772, 1.0007005, 1.0005817, 1.0006347, 1.0005711,
        1.0004735, 1.0004468, 1.0003597, 1.0003985, 1.0002667, 1.0000349, 0.9999056, 0.9999233,
        0.9999172, 0.99990886,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "neon_evm/erc20/usdt": {
      currencyId: "neon_evm/erc20/usdt",
      marketCap: 167021397330,
      fullyDilutedValuation: 167021397330,
      totalVolume: 100000090844,
      high24h: 1.0,
      low24h: 0.999823,
      price: 1.0,
      priceChange24h: -0.000211976482705989,
      priceChangePercentage1h: -0.011446901666082539,
      priceChangePercentage24h: -0.021191952329051113,
      priceChangePercentage7d: 0.016646783053471125,
      priceChangePercentage30d: -0.015768373523283957,
      priceChangePercentage1y: 0.003118287765040637,
      marketCapChange24h: -65921924.311920166,
      marketCapChangePercentage24h: -0.03945,
      circulatingSupply: 167010130246.2813,
      totalSupply: 167010130246.2813,
      allTimeHigh: 1.32,
      allTimeLow: 0.572521,
      allTimeHighDate: "2018-07-24T00:00:00Z",
      allTimeLowDate: "2015-03-02T00:00:00Z",
      sparkline: [
        1.0000037, 1.0000912, 1.0002658, 1.0002438, 1.0003533, 1.0004007, 1.0004071, 1.0003853,
        1.0006495, 1.0007112, 1.0006858, 1.0005747, 1.0006152, 1.0005612, 1.0006595, 1.0006883,
        1.0007735, 1.0006359, 1.0006254, 1.0006299, 1.0005509, 1.000561, 1.0005951, 1.0004078,
        1.0004646, 1.000465, 1.000665, 1.0006772, 1.0007005, 1.0005817, 1.0006347, 1.0005711,
        1.0004735, 1.0004468, 1.0003597, 1.0003985, 1.0002667, 1.0000349, 0.9999056, 0.9999233,
        0.9999172, 0.99990886,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "celo/erc20/tether_usd_0x48065fbbe25f71c9282ddf5e1cd6d6a887483d5e": {
      currencyId: "celo/erc20/tether_usd_0x48065fbbe25f71c9282ddf5e1cd6d6a887483d5e",
      marketCap: 167021397330,
      fullyDilutedValuation: 167021397330,
      totalVolume: 100000090844,
      high24h: 1.0,
      low24h: 0.999823,
      price: 1.0,
      priceChange24h: -0.000211976482705989,
      priceChangePercentage1h: -0.011446901666082539,
      priceChangePercentage24h: -0.021191952329051113,
      priceChangePercentage7d: 0.016646783053471125,
      priceChangePercentage30d: -0.015768373523283957,
      priceChangePercentage1y: 0.003118287765040637,
      marketCapChange24h: -65921924.311920166,
      marketCapChangePercentage24h: -0.03945,
      circulatingSupply: 167010130246.2813,
      totalSupply: 167010130246.2813,
      allTimeHigh: 1.32,
      allTimeLow: 0.572521,
      allTimeHighDate: "2018-07-24T00:00:00Z",
      allTimeLowDate: "2015-03-02T00:00:00Z",
      sparkline: [
        1.0000037, 1.0000912, 1.0002658, 1.0002438, 1.0003533, 1.0004007, 1.0004071, 1.0003853,
        1.0006495, 1.0007112, 1.0006858, 1.0005747, 1.0006152, 1.0005612, 1.0006595, 1.0006883,
        1.0007735, 1.0006359, 1.0006254, 1.0006299, 1.0005509, 1.000561, 1.0005951, 1.0004078,
        1.0004646, 1.000465, 1.000665, 1.0006772, 1.0007005, 1.0005817, 1.0006347, 1.0005711,
        1.0004735, 1.0004468, 1.0003597, 1.0003985, 1.0002667, 1.0000349, 0.9999056, 0.9999233,
        0.9999172, 0.99990886,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "polygon_zk_evm/erc20/usd_coin": {
      currencyId: "polygon_zk_evm/erc20/usd_coin",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "aptos/fungible_asset/usdc_0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b":
      {
        currencyId:
          "aptos/fungible_asset/usdc_0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b",
        marketCap: 67615722606,
        fullyDilutedValuation: 67633242455,
        totalVolume: 7833116816,
        high24h: 0.999906,
        low24h: 0.9997,
        price: 0.999808,
        priceChange24h: 3.19952e-7,
        priceChangePercentage1h: -0.009862749415902565,
        priceChangePercentage24h: 0.000032001358966286384,
        priceChangePercentage7d: 0.0019465769879221024,
        priceChangePercentage30d: -0.005538880249326382,
        priceChangePercentage1y: 0.02997086288202,
        marketCapChange24h: -761734823.0909271,
        marketCapChangePercentage24h: -1.11401,
        circulatingSupply: 67626331858.60666,
        totalSupply: 67643854456.30955,
        allTimeHigh: 1.17,
        allTimeLow: 0.877647,
        allTimeHighDate: "2019-05-08T00:40:28.300Z",
        allTimeLowDate: "2023-03-11T08:02:13.981Z",
        sparkline: [
          0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
          0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
          0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
          0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
          0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
          0.99980074, 0.9998083,
        ],
        fetchAt: "2025-08-20T16:43:22.047711Z",
      },
    bsc: {
      currencyId: "bsc",
      marketCap: 114700079709,
      fullyDilutedValuation: 114700079709,
      totalVolume: 1587098425,
      high24h: 844.89,
      low24h: 819.39,
      price: 823.15,
      priceChange24h: -21.74853371642905,
      priceChangePercentage1h: -1.0334048729711431,
      priceChangePercentage24h: -2.574114317030349,
      priceChangePercentage7d: -3.471214361177898,
      priceChangePercentage30d: 6.588262903342485,
      priceChangePercentage1y: 44.75409045550508,
      marketCapChange24h: -2982089482.4120636,
      marketCapChangePercentage24h: -2.53402,
      circulatingSupply: 139287544.34,
      totalSupply: 139287544.34,
      allTimeHigh: 866.96,
      allTimeLow: 0.0398177,
      allTimeHighDate: "2025-08-14T10:43:32.298Z",
      allTimeLowDate: "2017-10-19T00:00:00Z",
      sparkline: [
        847.04865, 839.5063, 848.7444, 850.74054, 851.23254, 865.772, 845.8179, 833.28015,
        829.81335, 843.3549, 847.3292, 845.9276, 834.9503, 825.1832, 826.6134, 836.62634, 833.69385,
        832.17224, 829.4007, 834.1414, 835.88947, 849.11835, 848.9401, 861.6859, 858.10895,
        856.1588, 854.1473, 848.0571, 833.9746, 834.21643, 834.77747, 844.96564, 846.24554,
        842.9509, 847.1136, 844.72516, 842.6901, 832.843, 836.2123, 821.78204, 834.7805, 830.3391,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "solana/spl/epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v": {
      currencyId: "solana/spl/epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "bsc/bep20/binance-peg_usd_coin": {
      currencyId: "bsc/bep20/binance-peg_usd_coin",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    base: {
      currencyId: "base",
      marketCap: 497684431307,
      fullyDilutedValuation: 497684431307,
      totalVolume: 42478668635,
      high24h: 4275.74,
      low24h: 4074.5,
      price: 4119.91,
      priceChange24h: -155.8339552515472,
      priceChangePercentage1h: -1.5573124572381847,
      priceChangePercentage24h: -3.6446037729908545,
      priceChangePercentage7d: -12.035819401208823,
      priceChangePercentage30d: 7.997705577260973,
      priceChangePercentage1y: 55.81241135315812,
      marketCapChange24h: -20190250670.661987,
      marketCapChangePercentage24h: -3.89867,
      circulatingSupply: 120707692.0909859,
      totalSupply: 120707692.0909859,
      allTimeHigh: 4878.26,
      allTimeLow: 0.432979,
      allTimeHighDate: "2021-11-10T14:24:19.604Z",
      allTimeLowDate: "2015-10-20T00:00:00Z",
      sparkline: [
        4652.7026, 4711.446, 4764.059, 4751.83, 4733.589, 4757.0396, 4604.205, 4544.6235, 4472.9478,
        4607.9, 4631.789, 4629.0796, 4554.8384, 4444.639, 4429.3877, 4489.3223, 4427.506, 4408.255,
        4398.1978, 4406.775, 4418.158, 4411.9897, 4476.503, 4540.224, 4537.112, 4529.9795,
        4480.2104, 4401.338, 4309.2783, 4294.9375, 4302.507, 4368.541, 4356.157, 4295.9004,
        4234.761, 4283.656, 4292.479, 4185.5137, 4150.538, 4116.616, 4182.477, 4222.761,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    mantle: {
      currencyId: "mantle",
      marketCap: 497684431307,
      fullyDilutedValuation: 497684431307,
      totalVolume: 42478668635,
      high24h: 4275.74,
      low24h: 4074.5,
      price: 4119.91,
      priceChange24h: -155.8339552515472,
      priceChangePercentage1h: -1.5573124572381847,
      priceChangePercentage24h: -3.6446037729908545,
      priceChangePercentage7d: -12.035819401208823,
      priceChangePercentage30d: 7.997705577260973,
      priceChangePercentage1y: 55.81241135315812,
      marketCapChange24h: -20190250670.661987,
      marketCapChangePercentage24h: -3.89867,
      circulatingSupply: 120707692.0909859,
      totalSupply: 120707692.0909859,
      allTimeHigh: 4878.26,
      allTimeLow: 0.432979,
      allTimeHighDate: "2021-11-10T14:24:19.604Z",
      allTimeLowDate: "2015-10-20T00:00:00Z",
      sparkline: [
        4652.7026, 4711.446, 4764.059, 4751.83, 4733.589, 4757.0396, 4604.205, 4544.6235, 4472.9478,
        4607.9, 4631.789, 4629.0796, 4554.8384, 4444.639, 4429.3877, 4489.3223, 4427.506, 4408.255,
        4398.1978, 4406.775, 4418.158, 4411.9897, 4476.503, 4540.224, 4537.112, 4529.9795,
        4480.2104, 4401.338, 4309.2783, 4294.9375, 4302.507, 4368.541, 4356.157, 4295.9004,
        4234.761, 4283.656, 4292.479, 4185.5137, 4150.538, 4116.616, 4182.477, 4222.761,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    zksync: {
      currencyId: "zksync",
      marketCap: 497684431307,
      fullyDilutedValuation: 497684431307,
      totalVolume: 42478668635,
      high24h: 4275.74,
      low24h: 4074.5,
      price: 4119.91,
      priceChange24h: -155.8339552515472,
      priceChangePercentage1h: -1.5573124572381847,
      priceChangePercentage24h: -3.6446037729908545,
      priceChangePercentage7d: -12.035819401208823,
      priceChangePercentage30d: 7.997705577260973,
      priceChangePercentage1y: 55.81241135315812,
      marketCapChange24h: -20190250670.661987,
      marketCapChangePercentage24h: -3.89867,
      circulatingSupply: 120707692.0909859,
      totalSupply: 120707692.0909859,
      allTimeHigh: 4878.26,
      allTimeLow: 0.432979,
      allTimeHighDate: "2021-11-10T14:24:19.604Z",
      allTimeLowDate: "2015-10-20T00:00:00Z",
      sparkline: [
        4652.7026, 4711.446, 4764.059, 4751.83, 4733.589, 4757.0396, 4604.205, 4544.6235, 4472.9478,
        4607.9, 4631.789, 4629.0796, 4554.8384, 4444.639, 4429.3877, 4489.3223, 4427.506, 4408.255,
        4398.1978, 4406.775, 4418.158, 4411.9897, 4476.503, 4540.224, 4537.112, 4529.9795,
        4480.2104, 4401.338, 4309.2783, 4294.9375, 4302.507, 4368.541, 4356.157, 4295.9004,
        4234.761, 4283.656, 4292.479, 4185.5137, 4150.538, 4116.616, 4182.477, 4222.761,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "aptos/fungible_asset/tether_usd_0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b":
      {
        currencyId:
          "aptos/fungible_asset/tether_usd_0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b",
        marketCap: 167021397330,
        fullyDilutedValuation: 167021397330,
        totalVolume: 100000090844,
        high24h: 1.0,
        low24h: 0.999823,
        price: 1.0,
        priceChange24h: -0.000211976482705989,
        priceChangePercentage1h: -0.011446901666082539,
        priceChangePercentage24h: -0.021191952329051113,
        priceChangePercentage7d: 0.016646783053471125,
        priceChangePercentage30d: -0.015768373523283957,
        priceChangePercentage1y: 0.003118287765040637,
        marketCapChange24h: -65921924.311920166,
        marketCapChangePercentage24h: -0.03945,
        circulatingSupply: 167010130246.2813,
        totalSupply: 167010130246.2813,
        allTimeHigh: 1.32,
        allTimeLow: 0.572521,
        allTimeHighDate: "2018-07-24T00:00:00Z",
        allTimeLowDate: "2015-03-02T00:00:00Z",
        sparkline: [
          1.0000037, 1.0000912, 1.0002658, 1.0002438, 1.0003533, 1.0004007, 1.0004071, 1.0003853,
          1.0006495, 1.0007112, 1.0006858, 1.0005747, 1.0006152, 1.0005612, 1.0006595, 1.0006883,
          1.0007735, 1.0006359, 1.0006254, 1.0006299, 1.0005509, 1.000561, 1.0005951, 1.0004078,
          1.0004646, 1.000465, 1.000665, 1.0006772, 1.0007005, 1.0005817, 1.0006347, 1.0005711,
          1.0004735, 1.0004468, 1.0003597, 1.0003985, 1.0002667, 1.0000349, 0.9999056, 0.9999233,
          0.9999172, 0.99990886,
        ],
        fetchAt: "2025-08-20T16:43:22.047711Z",
      },
    tron: {
      currencyId: "tron",
      marketCap: 32912744126,
      fullyDilutedValuation: 32912786057,
      totalVolume: 1251999934,
      high24h: 0.351575,
      low24h: 0.346499,
      price: 0.347628,
      priceChange24h: -0.003947259146478199,
      priceChangePercentage1h: -0.8999037224711188,
      priceChangePercentage24h: -1.122735583545219,
      priceChangePercentage7d: -2.877382988519819,
      priceChangePercentage30d: 10.389524653547442,
      priceChangePercentage1y: 130.59737135477937,
      marketCapChange24h: -373861705.9060135,
      marketCapChangePercentage24h: -1.12316,
      circulatingSupply: 94674425351.11543,
      totalSupply: 94674545965.90077,
      allTimeHigh: 0.431288,
      allTimeLow: 0.00180434,
      allTimeHighDate: "2024-12-04T00:10:40.323Z",
      allTimeLowDate: "2017-11-12T00:00:00Z",
      sparkline: [
        0.35781583, 0.36056718, 0.3622051, 0.36320233, 0.36582422, 0.36904368, 0.36108857,
        0.35830885, 0.35448834, 0.36006925, 0.3583726, 0.35875583, 0.3547401, 0.35130444, 0.3524825,
        0.35375512, 0.35383385, 0.35363355, 0.34815323, 0.34747788, 0.34814572, 0.34845543,
        0.35057682, 0.35145202, 0.3515341, 0.35388482, 0.3525815, 0.3517241, 0.3495435, 0.34599897,
        0.34818295, 0.34917536, 0.35002786, 0.35148305, 0.34727052, 0.35013953, 0.35125685,
        0.35010394, 0.3507683, 0.3472431, 0.34895936, 0.35028464,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "polygon_zk_evm/erc20/tether_usd": {
      currencyId: "polygon_zk_evm/erc20/tether_usd",
      marketCap: 167021397330,
      fullyDilutedValuation: 167021397330,
      totalVolume: 100000090844,
      high24h: 1.0,
      low24h: 0.999823,
      price: 1.0,
      priceChange24h: -0.000211976482705989,
      priceChangePercentage1h: -0.011446901666082539,
      priceChangePercentage24h: -0.021191952329051113,
      priceChangePercentage7d: 0.016646783053471125,
      priceChangePercentage30d: -0.015768373523283957,
      priceChangePercentage1y: 0.003118287765040637,
      marketCapChange24h: -65921924.311920166,
      marketCapChangePercentage24h: -0.03945,
      circulatingSupply: 167010130246.2813,
      totalSupply: 167010130246.2813,
      allTimeHigh: 1.32,
      allTimeLow: 0.572521,
      allTimeHighDate: "2018-07-24T00:00:00Z",
      allTimeLowDate: "2015-03-02T00:00:00Z",
      sparkline: [
        1.0000037, 1.0000912, 1.0002658, 1.0002438, 1.0003533, 1.0004007, 1.0004071, 1.0003853,
        1.0006495, 1.0007112, 1.0006858, 1.0005747, 1.0006152, 1.0005612, 1.0006595, 1.0006883,
        1.0007735, 1.0006359, 1.0006254, 1.0006299, 1.0005509, 1.000561, 1.0005951, 1.0004078,
        1.0004646, 1.000465, 1.000665, 1.0006772, 1.0007005, 1.0005817, 1.0006347, 1.0005711,
        1.0004735, 1.0004468, 1.0003597, 1.0003985, 1.0002667, 1.0000349, 0.9999056, 0.9999233,
        0.9999172, 0.99990886,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    linea: {
      currencyId: "linea",
      marketCap: 497684431307,
      fullyDilutedValuation: 497684431307,
      totalVolume: 42478668635,
      high24h: 4275.74,
      low24h: 4074.5,
      price: 4119.91,
      priceChange24h: -155.8339552515472,
      priceChangePercentage1h: -1.5573124572381847,
      priceChangePercentage24h: -3.6446037729908545,
      priceChangePercentage7d: -12.035819401208823,
      priceChangePercentage30d: 7.997705577260973,
      priceChangePercentage1y: 55.81241135315812,
      marketCapChange24h: -20190250670.661987,
      marketCapChangePercentage24h: -3.89867,
      circulatingSupply: 120707692.0909859,
      totalSupply: 120707692.0909859,
      allTimeHigh: 4878.26,
      allTimeLow: 0.432979,
      allTimeHighDate: "2021-11-10T14:24:19.604Z",
      allTimeLowDate: "2015-10-20T00:00:00Z",
      sparkline: [
        4652.7026, 4711.446, 4764.059, 4751.83, 4733.589, 4757.0396, 4604.205, 4544.6235, 4472.9478,
        4607.9, 4631.789, 4629.0796, 4554.8384, 4444.639, 4429.3877, 4489.3223, 4427.506, 4408.255,
        4398.1978, 4406.775, 4418.158, 4411.9897, 4476.503, 4540.224, 4537.112, 4529.9795,
        4480.2104, 4401.338, 4309.2783, 4294.9375, 4302.507, 4368.541, 4356.157, 4295.9004,
        4234.761, 4283.656, 4292.479, 4185.5137, 4150.538, 4116.616, 4182.477, 4222.761,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "celo/erc20/usdc_0xceba9300f2b948710d2653dd7b07f33a8b32118c": {
      currencyId: "celo/erc20/usdc_0xceba9300f2b948710d2653dd7b07f33a8b32118c",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "cronos/erc20/usd_coin": {
      currencyId: "cronos/erc20/usd_coin",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "polygon/erc20/usd_coin": {
      currencyId: "polygon/erc20/usd_coin",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    ethereum: {
      currencyId: "ethereum",
      marketCap: 497684431307,
      fullyDilutedValuation: 497684431307,
      totalVolume: 42478668635,
      high24h: 4275.74,
      low24h: 4074.5,
      price: 4119.91,
      priceChange24h: -155.8339552515472,
      priceChangePercentage1h: -1.5573124572381847,
      priceChangePercentage24h: -3.6446037729908545,
      priceChangePercentage7d: -12.035819401208823,
      priceChangePercentage30d: 7.997705577260973,
      priceChangePercentage1y: 55.81241135315812,
      marketCapChange24h: -20190250670.661987,
      marketCapChangePercentage24h: -3.89867,
      circulatingSupply: 120707692.0909859,
      totalSupply: 120707692.0909859,
      allTimeHigh: 4878.26,
      allTimeLow: 0.432979,
      allTimeHighDate: "2021-11-10T14:24:19.604Z",
      allTimeLowDate: "2015-10-20T00:00:00Z",
      sparkline: [
        4652.7026, 4711.446, 4764.059, 4751.83, 4733.589, 4757.0396, 4604.205, 4544.6235, 4472.9478,
        4607.9, 4631.789, 4629.0796, 4554.8384, 4444.639, 4429.3877, 4489.3223, 4427.506, 4408.255,
        4398.1978, 4406.775, 4418.158, 4411.9897, 4476.503, 4540.224, 4537.112, 4529.9795,
        4480.2104, 4401.338, 4309.2783, 4294.9375, 4302.507, 4368.541, 4356.157, 4295.9004,
        4234.761, 4283.656, 4292.479, 4185.5137, 4150.538, 4116.616, 4182.477, 4222.761,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "ethereum/erc20/bnb": {
      currencyId: "ethereum/erc20/bnb",
      marketCap: 114700079709,
      fullyDilutedValuation: 114700079709,
      totalVolume: 1587098425,
      high24h: 844.89,
      low24h: 819.39,
      price: 823.15,
      priceChange24h: -21.74853371642905,
      priceChangePercentage1h: -1.0334048729711431,
      priceChangePercentage24h: -2.574114317030349,
      priceChangePercentage7d: -3.471214361177898,
      priceChangePercentage30d: 6.588262903342485,
      priceChangePercentage1y: 44.75409045550508,
      marketCapChange24h: -2982089482.4120636,
      marketCapChangePercentage24h: -2.53402,
      circulatingSupply: 139287544.34,
      totalSupply: 139287544.34,
      allTimeHigh: 866.96,
      allTimeLow: 0.0398177,
      allTimeHighDate: "2025-08-14T10:43:32.298Z",
      allTimeLowDate: "2017-10-19T00:00:00Z",
      sparkline: [
        847.04865, 839.5063, 848.7444, 850.74054, 851.23254, 865.772, 845.8179, 833.28015,
        829.81335, 843.3549, 847.3292, 845.9276, 834.9503, 825.1832, 826.6134, 836.62634, 833.69385,
        832.17224, 829.4007, 834.1414, 835.88947, 849.11835, 848.9401, 861.6859, 858.10895,
        856.1588, 854.1473, 848.0571, 833.9746, 834.21643, 834.77747, 844.96564, 846.24554,
        842.9509, 847.1136, 844.72516, 842.6901, 832.843, 836.2123, 821.78204, 834.7805, 830.3391,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "sonic/erc20/bridged_usdc_sonic_labs_0x29219dd400f2bf60e5a23d13be72b486d4038894": {
      currencyId: "sonic/erc20/bridged_usdc_sonic_labs_0x29219dd400f2bf60e5a23d13be72b486d4038894",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "optimism/erc20/tether_usd": {
      currencyId: "optimism/erc20/tether_usd",
      marketCap: 167021397330,
      fullyDilutedValuation: 167021397330,
      totalVolume: 100000090844,
      high24h: 1.0,
      low24h: 0.999823,
      price: 1.0,
      priceChange24h: -0.000211976482705989,
      priceChangePercentage1h: -0.011446901666082539,
      priceChangePercentage24h: -0.021191952329051113,
      priceChangePercentage7d: 0.016646783053471125,
      priceChangePercentage30d: -0.015768373523283957,
      priceChangePercentage1y: 0.003118287765040637,
      marketCapChange24h: -65921924.311920166,
      marketCapChangePercentage24h: -0.03945,
      circulatingSupply: 167010130246.2813,
      totalSupply: 167010130246.2813,
      allTimeHigh: 1.32,
      allTimeLow: 0.572521,
      allTimeHighDate: "2018-07-24T00:00:00Z",
      allTimeLowDate: "2015-03-02T00:00:00Z",
      sparkline: [
        1.0000037, 1.0000912, 1.0002658, 1.0002438, 1.0003533, 1.0004007, 1.0004071, 1.0003853,
        1.0006495, 1.0007112, 1.0006858, 1.0005747, 1.0006152, 1.0005612, 1.0006595, 1.0006883,
        1.0007735, 1.0006359, 1.0006254, 1.0006299, 1.0005509, 1.000561, 1.0005951, 1.0004078,
        1.0004646, 1.000465, 1.000665, 1.0006772, 1.0007005, 1.0005817, 1.0006347, 1.0005711,
        1.0004735, 1.0004468, 1.0003597, 1.0003985, 1.0002667, 1.0000349, 0.9999056, 0.9999233,
        0.9999172, 0.99990886,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "arbitrum/erc20/usd_coin": {
      currencyId: "arbitrum/erc20/usd_coin",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "stellar/asset/usdc:ga5zsejyb37jrc5avcia5mop4rhtm335x2kgx3ihojapp5re34k4kzvn": {
      currencyId: "stellar/asset/usdc:ga5zsejyb37jrc5avcia5mop4rhtm335x2kgx3ihojapp5re34k4kzvn",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "bsc/bep20/binance-peg_bsc-usd": {
      currencyId: "bsc/bep20/binance-peg_bsc-usd",
      marketCap: 167021397330,
      fullyDilutedValuation: 167021397330,
      totalVolume: 100000090844,
      high24h: 1.0,
      low24h: 0.999823,
      price: 1.0,
      priceChange24h: -0.000211976482705989,
      priceChangePercentage1h: -0.011446901666082539,
      priceChangePercentage24h: -0.021191952329051113,
      priceChangePercentage7d: 0.016646783053471125,
      priceChangePercentage30d: -0.015768373523283957,
      priceChangePercentage1y: 0.003118287765040637,
      marketCapChange24h: -65921924.311920166,
      marketCapChangePercentage24h: -0.03945,
      circulatingSupply: 167010130246.2813,
      totalSupply: 167010130246.2813,
      allTimeHigh: 1.32,
      allTimeLow: 0.572521,
      allTimeHighDate: "2018-07-24T00:00:00Z",
      allTimeLowDate: "2015-03-02T00:00:00Z",
      sparkline: [
        1.0000037, 1.0000912, 1.0002658, 1.0002438, 1.0003533, 1.0004007, 1.0004071, 1.0003853,
        1.0006495, 1.0007112, 1.0006858, 1.0005747, 1.0006152, 1.0005612, 1.0006595, 1.0006883,
        1.0007735, 1.0006359, 1.0006254, 1.0006299, 1.0005509, 1.000561, 1.0005951, 1.0004078,
        1.0004646, 1.000465, 1.000665, 1.0006772, 1.0007005, 1.0005817, 1.0006347, 1.0005711,
        1.0004735, 1.0004468, 1.0003597, 1.0003985, 1.0002667, 1.0000349, 0.9999056, 0.9999233,
        0.9999172, 0.99990886,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    binance_beacon_chain: {
      currencyId: "binance_beacon_chain",
      marketCap: 114700079709,
      fullyDilutedValuation: 114700079709,
      totalVolume: 1587098425,
      high24h: 844.89,
      low24h: 819.39,
      price: 823.15,
      priceChange24h: -21.74853371642905,
      priceChangePercentage1h: -1.0334048729711431,
      priceChangePercentage24h: -2.574114317030349,
      priceChangePercentage7d: -3.471214361177898,
      priceChangePercentage30d: 6.588262903342485,
      priceChangePercentage1y: 44.75409045550508,
      marketCapChange24h: -2982089482.4120636,
      marketCapChangePercentage24h: -2.53402,
      circulatingSupply: 139287544.34,
      totalSupply: 139287544.34,
      allTimeHigh: 866.96,
      allTimeLow: 0.0398177,
      allTimeHighDate: "2025-08-14T10:43:32.298Z",
      allTimeLowDate: "2017-10-19T00:00:00Z",
      sparkline: [
        847.04865, 839.5063, 848.7444, 850.74054, 851.23254, 865.772, 845.8179, 833.28015,
        829.81335, 843.3549, 847.3292, 845.9276, 834.9503, 825.1832, 826.6134, 836.62634, 833.69385,
        832.17224, 829.4007, 834.1414, 835.88947, 849.11835, 848.9401, 861.6859, 858.10895,
        856.1588, 854.1473, 848.0571, 833.9746, 834.21643, 834.77747, 844.96564, 846.24554,
        842.9509, 847.1136, 844.72516, 842.6901, 832.843, 836.2123, 821.78204, 834.7805, 830.3391,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "ethereum/erc20/usd_tether__erc20_": {
      currencyId: "ethereum/erc20/usd_tether__erc20_",
      marketCap: 167021397330,
      fullyDilutedValuation: 167021397330,
      totalVolume: 100000090844,
      high24h: 1.0,
      low24h: 0.999823,
      price: 1.0,
      priceChange24h: -0.000211976482705989,
      priceChangePercentage1h: -0.011446901666082539,
      priceChangePercentage24h: -0.021191952329051113,
      priceChangePercentage7d: 0.016646783053471125,
      priceChangePercentage30d: -0.015768373523283957,
      priceChangePercentage1y: 0.003118287765040637,
      marketCapChange24h: -65921924.311920166,
      marketCapChangePercentage24h: -0.03945,
      circulatingSupply: 167010130246.2813,
      totalSupply: 167010130246.2813,
      allTimeHigh: 1.32,
      allTimeLow: 0.572521,
      allTimeHighDate: "2018-07-24T00:00:00Z",
      allTimeLowDate: "2015-03-02T00:00:00Z",
      sparkline: [
        1.0000037, 1.0000912, 1.0002658, 1.0002438, 1.0003533, 1.0004007, 1.0004071, 1.0003853,
        1.0006495, 1.0007112, 1.0006858, 1.0005747, 1.0006152, 1.0005612, 1.0006595, 1.0006883,
        1.0007735, 1.0006359, 1.0006254, 1.0006299, 1.0005509, 1.000561, 1.0005951, 1.0004078,
        1.0004646, 1.000465, 1.000665, 1.0006772, 1.0007005, 1.0005817, 1.0006347, 1.0005711,
        1.0004735, 1.0004468, 1.0003597, 1.0003985, 1.0002667, 1.0000349, 0.9999056, 0.9999233,
        0.9999172, 0.99990886,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "sui/coin/usdc_0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::usdc":
      {
        currencyId:
          "sui/coin/usdc_0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::usdc",
        marketCap: 67615722606,
        fullyDilutedValuation: 67633242455,
        totalVolume: 7833116816,
        high24h: 0.999906,
        low24h: 0.9997,
        price: 0.999808,
        priceChange24h: 3.19952e-7,
        priceChangePercentage1h: -0.009862749415902565,
        priceChangePercentage24h: 0.000032001358966286384,
        priceChangePercentage7d: 0.0019465769879221024,
        priceChangePercentage30d: -0.005538880249326382,
        priceChangePercentage1y: 0.02997086288202,
        marketCapChange24h: -761734823.0909271,
        marketCapChangePercentage24h: -1.11401,
        circulatingSupply: 67626331858.60666,
        totalSupply: 67643854456.30955,
        allTimeHigh: 1.17,
        allTimeLow: 0.877647,
        allTimeHighDate: "2019-05-08T00:40:28.300Z",
        allTimeLowDate: "2023-03-11T08:02:13.981Z",
        sparkline: [
          0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
          0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
          0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
          0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
          0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
          0.99980074, 0.9998083,
        ],
        fetchAt: "2025-08-20T16:43:22.047711Z",
      },
    "ethereum/erc20/usd__coin": {
      currencyId: "ethereum/erc20/usd__coin",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "zksync/erc20/usdc": {
      currencyId: "zksync/erc20/usdc",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    scroll: {
      currencyId: "scroll",
      marketCap: 497684431307,
      fullyDilutedValuation: 497684431307,
      totalVolume: 42478668635,
      high24h: 4275.74,
      low24h: 4074.5,
      price: 4119.91,
      priceChange24h: -155.8339552515472,
      priceChangePercentage1h: -1.5573124572381847,
      priceChangePercentage24h: -3.6446037729908545,
      priceChangePercentage7d: -12.035819401208823,
      priceChangePercentage30d: 7.997705577260973,
      priceChangePercentage1y: 55.81241135315812,
      marketCapChange24h: -20190250670.661987,
      marketCapChangePercentage24h: -3.89867,
      circulatingSupply: 120707692.0909859,
      totalSupply: 120707692.0909859,
      allTimeHigh: 4878.26,
      allTimeLow: 0.432979,
      allTimeHighDate: "2021-11-10T14:24:19.604Z",
      allTimeLowDate: "2015-10-20T00:00:00Z",
      sparkline: [
        4652.7026, 4711.446, 4764.059, 4751.83, 4733.589, 4757.0396, 4604.205, 4544.6235, 4472.9478,
        4607.9, 4631.789, 4629.0796, 4554.8384, 4444.639, 4429.3877, 4489.3223, 4427.506, 4408.255,
        4398.1978, 4406.775, 4418.158, 4411.9897, 4476.503, 4540.224, 4537.112, 4529.9795,
        4480.2104, 4401.338, 4309.2783, 4294.9375, 4302.507, 4368.541, 4356.157, 4295.9004,
        4234.761, 4283.656, 4292.479, 4185.5137, 4150.538, 4116.616, 4182.477, 4222.761,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "telos_evm/erc20/usd_coin": {
      currencyId: "telos_evm/erc20/usd_coin",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "base/erc20/usd_coin": {
      currencyId: "base/erc20/usd_coin",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    arbitrum: {
      currencyId: "arbitrum",
      marketCap: 497684431307,
      fullyDilutedValuation: 497684431307,
      totalVolume: 42478668635,
      high24h: 4275.74,
      low24h: 4074.5,
      price: 4119.91,
      priceChange24h: -155.8339552515472,
      priceChangePercentage1h: -1.5573124572381847,
      priceChangePercentage24h: -3.6446037729908545,
      priceChangePercentage7d: -12.035819401208823,
      priceChangePercentage30d: 7.997705577260973,
      priceChangePercentage1y: 55.81241135315812,
      marketCapChange24h: -20190250670.661987,
      marketCapChangePercentage24h: -3.89867,
      circulatingSupply: 120707692.0909859,
      totalSupply: 120707692.0909859,
      allTimeHigh: 4878.26,
      allTimeLow: 0.432979,
      allTimeHighDate: "2021-11-10T14:24:19.604Z",
      allTimeLowDate: "2015-10-20T00:00:00Z",
      sparkline: [
        4652.7026, 4711.446, 4764.059, 4751.83, 4733.589, 4757.0396, 4604.205, 4544.6235, 4472.9478,
        4607.9, 4631.789, 4629.0796, 4554.8384, 4444.639, 4429.3877, 4489.3223, 4427.506, 4408.255,
        4398.1978, 4406.775, 4418.158, 4411.9897, 4476.503, 4540.224, 4537.112, 4529.9795,
        4480.2104, 4401.338, 4309.2783, 4294.9375, 4302.507, 4368.541, 4356.157, 4295.9004,
        4234.761, 4283.656, 4292.479, 4185.5137, 4150.538, 4116.616, 4182.477, 4222.761,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "scroll/erc20/tether_usd": {
      currencyId: "scroll/erc20/tether_usd",
      marketCap: 167021397330,
      fullyDilutedValuation: 167021397330,
      totalVolume: 100000090844,
      high24h: 1.0,
      low24h: 0.999823,
      price: 1.0,
      priceChange24h: -0.000211976482705989,
      priceChangePercentage1h: -0.011446901666082539,
      priceChangePercentage24h: -0.021191952329051113,
      priceChangePercentage7d: 0.016646783053471125,
      priceChangePercentage30d: -0.015768373523283957,
      priceChangePercentage1y: 0.003118287765040637,
      marketCapChange24h: -65921924.311920166,
      marketCapChangePercentage24h: -0.03945,
      circulatingSupply: 167010130246.2813,
      totalSupply: 167010130246.2813,
      allTimeHigh: 1.32,
      allTimeLow: 0.572521,
      allTimeHighDate: "2018-07-24T00:00:00Z",
      allTimeLowDate: "2015-03-02T00:00:00Z",
      sparkline: [
        1.0000037, 1.0000912, 1.0002658, 1.0002438, 1.0003533, 1.0004007, 1.0004071, 1.0003853,
        1.0006495, 1.0007112, 1.0006858, 1.0005747, 1.0006152, 1.0005612, 1.0006595, 1.0006883,
        1.0007735, 1.0006359, 1.0006254, 1.0006299, 1.0005509, 1.000561, 1.0005951, 1.0004078,
        1.0004646, 1.000465, 1.000665, 1.0006772, 1.0007005, 1.0005817, 1.0006347, 1.0005711,
        1.0004735, 1.0004468, 1.0003597, 1.0003985, 1.0002667, 1.0000349, 0.9999056, 0.9999233,
        0.9999172, 0.99990886,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    dogecoin: {
      currencyId: "dogecoin",
      marketCap: 31517196635,
      fullyDilutedValuation: 31520007545,
      totalVolume: 3234078231,
      high24h: 0.21989,
      low24h: 0.208882,
      price: 0.20912,
      priceChange24h: -0.010769223820334767,
      priceChangePercentage1h: -2.1604761232244845,
      priceChangePercentage24h: -4.897559725151148,
      priceChangePercentage7d: -15.15606269213898,
      priceChangePercentage30d: -23.350849465337404,
      priceChangePercentage1y: 99.19970909808073,
      marketCapChange24h: -1643261586.8681488,
      marketCapChangePercentage24h: -4.95549,
      circulatingSupply: 150583256383.7052,
      totalSupply: 150596686383.7052,
      allTimeHigh: 0.731578,
      allTimeLow: 0.0000869,
      allTimeHighDate: "2021-05-08T05:08:23.458Z",
      allTimeLowDate: "2015-05-06T00:00:00Z",
      sparkline: [
        0.24139597, 0.24195202, 0.24530259, 0.25295982, 0.24815677, 0.24199493, 0.22731909,
        0.22340074, 0.22001009, 0.2260837, 0.23055618, 0.22993283, 0.22744103, 0.22472022,
        0.22948052, 0.23490278, 0.23141955, 0.23228082, 0.22760826, 0.22913945, 0.2300375,
        0.23148069, 0.23398791, 0.23366113, 0.23450324, 0.23618001, 0.2337372, 0.22909297,
        0.22466208, 0.22281586, 0.22127287, 0.224611, 0.22476637, 0.22195211, 0.2178492, 0.21876104,
        0.21977545, 0.21360978, 0.2135669, 0.21082717, 0.21315625, 0.21433935,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "avalanche_c_chain/erc20/tethertoken": {
      currencyId: "avalanche_c_chain/erc20/tethertoken",
      marketCap: 167021397330,
      fullyDilutedValuation: 167021397330,
      totalVolume: 100000090844,
      high24h: 1.0,
      low24h: 0.999823,
      price: 1.0,
      priceChange24h: -0.000211976482705989,
      priceChangePercentage1h: -0.011446901666082539,
      priceChangePercentage24h: -0.021191952329051113,
      priceChangePercentage7d: 0.016646783053471125,
      priceChangePercentage30d: -0.015768373523283957,
      priceChangePercentage1y: 0.003118287765040637,
      marketCapChange24h: -65921924.311920166,
      marketCapChangePercentage24h: -0.03945,
      circulatingSupply: 167010130246.2813,
      totalSupply: 167010130246.2813,
      allTimeHigh: 1.32,
      allTimeLow: 0.572521,
      allTimeHighDate: "2018-07-24T00:00:00Z",
      allTimeLowDate: "2015-03-02T00:00:00Z",
      sparkline: [
        1.0000037, 1.0000912, 1.0002658, 1.0002438, 1.0003533, 1.0004007, 1.0004071, 1.0003853,
        1.0006495, 1.0007112, 1.0006858, 1.0005747, 1.0006152, 1.0005612, 1.0006595, 1.0006883,
        1.0007735, 1.0006359, 1.0006254, 1.0006299, 1.0005509, 1.000561, 1.0005951, 1.0004078,
        1.0004646, 1.000465, 1.000665, 1.0006772, 1.0007005, 1.0005817, 1.0006347, 1.0005711,
        1.0004735, 1.0004468, 1.0003597, 1.0003985, 1.0002667, 1.0000349, 0.9999056, 0.9999233,
        0.9999172, 0.99990886,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    solana: {
      currencyId: "solana",
      marketCap: 96604715409,
      fullyDilutedValuation: 108713647009,
      totalVolume: 6038886301,
      high24h: 182.9,
      low24h: 176.13,
      price: 178.59,
      priceChange24h: -4.232027954674862,
      priceChangePercentage1h: -1.6861340483359362,
      priceChangePercentage24h: -2.3147821326775544,
      priceChangePercentage7d: -11.365534538063235,
      priceChangePercentage30d: -6.655994367745106,
      priceChangePercentage1y: 22.321332691898817,
      marketCapChange24h: -2180555401.9682465,
      marketCapChangePercentage24h: -2.20737,
      circulatingSupply: 540192510.4466305,
      totalSupply: 607903016.4244027,
      allTimeHigh: 293.31,
      allTimeLow: 0.500801,
      allTimeHighDate: "2025-01-19T11:15:27.957Z",
      allTimeLowDate: "2020-05-11T19:35:23.449Z",
      sparkline: [
        196.63763, 198.76343, 201.15292, 206.82854, 206.81784, 205.36223, 195.53154, 193.31682,
        190.18694, 194.0839, 196.42975, 194.32057, 191.15042, 185.83788, 185.69783, 188.1776,
        186.42795, 186.63397, 187.57385, 187.98468, 188.75832, 188.30132, 192.84422, 192.25067,
        193.28154, 193.48164, 191.48341, 187.81783, 182.80588, 181.38223, 181.31772, 184.74216,
        183.82384, 183.08664, 180.0702, 181.54129, 182.15695, 178.13266, 179.07852, 178.79222,
        181.00208, 181.19037,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    bitcoin: {
      currencyId: "bitcoin",
      marketCap: 2240082488406,
      fullyDilutedValuation: 2240082488406,
      totalVolume: 46946217389,
      high24h: 115094,
      low24h: 112647,
      price: 112482,
      priceChange24h: -2612.1376655641943,
      priceChangePercentage1h: -0.8574434795640264,
      priceChangePercentage24h: -2.269572622407314,
      priceChangePercentage7d: -7.408599855648816,
      priceChangePercentage30d: -4.859058020253645,
      priceChangePercentage1y: 85.87949421018932,
      marketCapChange24h: -54848199985.14209,
      marketCapChangePercentage24h: -2.38997,
      circulatingSupply: 19908990.0,
      totalSupply: 19908990.0,
      allTimeHigh: 124128,
      allTimeLow: 67.81,
      allTimeHighDate: "2025-08-14T00:37:02.582Z",
      allTimeLowDate: "2013-07-06T00:00:00Z",
      sparkline: [
        121125.29, 121573.555, 123066.19, 123782.08, 122081.41, 121611.58, 118348.91, 117907.7,
        117848.0, 118766.71, 119044.66, 118856.59, 117912.94, 117670.625, 117372.66, 117954.98,
        117696.32, 117411.1, 117711.81, 117763.14, 117503.93, 117521.586, 118082.79, 118348.89,
        118451.62, 117975.79, 117792.21, 116457.33, 115677.24, 115074.78, 114995.27, 116717.5,
        116713.44, 115840.82, 115021.98, 115371.19, 115239.484, 113494.55, 113414.516, 113038.63,
        113712.34, 113738.875,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "algorand/asa/312769": {
      currencyId: "algorand/asa/312769",
      marketCap: 167021397330,
      fullyDilutedValuation: 167021397330,
      totalVolume: 100000090844,
      high24h: 1.0,
      low24h: 0.999823,
      price: 1.0,
      priceChange24h: -0.000211976482705989,
      priceChangePercentage1h: -0.011446901666082539,
      priceChangePercentage24h: -0.021191952329051113,
      priceChangePercentage7d: 0.016646783053471125,
      priceChangePercentage30d: -0.015768373523283957,
      priceChangePercentage1y: 0.003118287765040637,
      marketCapChange24h: -65921924.311920166,
      marketCapChangePercentage24h: -0.03945,
      circulatingSupply: 167010130246.2813,
      totalSupply: 167010130246.2813,
      allTimeHigh: 1.32,
      allTimeLow: 0.572521,
      allTimeHighDate: "2018-07-24T00:00:00Z",
      allTimeLowDate: "2015-03-02T00:00:00Z",
      sparkline: [
        1.0000037, 1.0000912, 1.0002658, 1.0002438, 1.0003533, 1.0004007, 1.0004071, 1.0003853,
        1.0006495, 1.0007112, 1.0006858, 1.0005747, 1.0006152, 1.0005612, 1.0006595, 1.0006883,
        1.0007735, 1.0006359, 1.0006254, 1.0006299, 1.0005509, 1.000561, 1.0005951, 1.0004078,
        1.0004646, 1.000465, 1.000665, 1.0006772, 1.0007005, 1.0005817, 1.0006347, 1.0005711,
        1.0004735, 1.0004468, 1.0003597, 1.0003985, 1.0002667, 1.0000349, 0.9999056, 0.9999233,
        0.9999172, 0.99990886,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    "tron/trc20/tekxitehnzsmse2xqrbj4w32run966rdz8": {
      currencyId: "tron/trc20/tekxitehnzsmse2xqrbj4w32run966rdz8",
      marketCap: 67615722606,
      fullyDilutedValuation: 67633242455,
      totalVolume: 7833116816,
      high24h: 0.999906,
      low24h: 0.9997,
      price: 0.999808,
      priceChange24h: 3.19952e-7,
      priceChangePercentage1h: -0.009862749415902565,
      priceChangePercentage24h: 0.000032001358966286384,
      priceChangePercentage7d: 0.0019465769879221024,
      priceChangePercentage30d: -0.005538880249326382,
      priceChangePercentage1y: 0.02997086288202,
      marketCapChange24h: -761734823.0909271,
      marketCapChangePercentage24h: -1.11401,
      circulatingSupply: 67626331858.60666,
      totalSupply: 67643854456.30955,
      allTimeHigh: 1.17,
      allTimeLow: 0.877647,
      allTimeHighDate: "2019-05-08T00:40:28.300Z",
      allTimeLowDate: "2023-03-11T08:02:13.981Z",
      sparkline: [
        0.99972016, 0.999768, 0.999804, 0.99980915, 0.99977845, 0.99977165, 0.99980104, 0.999787,
        0.99979484, 0.9997182, 0.9998035, 0.9998049, 0.9998039, 0.9998656, 0.9998611, 0.99980676,
        0.9998052, 0.99978733, 0.9998127, 0.99983895, 0.9998706, 0.9998999, 0.99986756, 0.9998487,
        0.9998878, 0.9998427, 0.9998899, 0.9998876, 0.99981207, 0.99980783, 0.99990135, 0.9998169,
        0.9998188, 0.99979985, 0.9997984, 0.9998147, 0.99980515, 0.9998125, 0.9998403, 0.9998583,
        0.99980074, 0.9998083,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    ripple: {
      currencyId: "ripple",
      marketCap: 168440141447,
      fullyDilutedValuation: 283440821836,
      totalVolume: 7311836822,
      high24h: 3.0,
      low24h: 2.84,
      price: 2.83,
      priceChange24h: -0.16815113093061163,
      priceChangePercentage1h: -1.717470797027748,
      priceChangePercentage24h: -5.599511319259717,
      priceChangePercentage7d: -13.50292257959853,
      priceChangePercentage30d: -19.91452515662888,
      priceChangePercentage1y: 369.4870793710037,
      marketCapChange24h: -10131958514.642303,
      marketCapChangePercentage24h: -5.67388,
      circulatingSupply: 59418500720.0,
      totalSupply: 99985837887.0,
      allTimeHigh: 3.65,
      allTimeLow: 0.00268621,
      allTimeHighDate: "2025-07-18T03:40:53.808Z",
      allTimeLowDate: "2014-05-22T00:00:00Z",
      sparkline: [
        3.2470596, 3.2609267, 3.2778087, 3.3400667, 3.2791932, 3.2413301, 3.115825, 3.073772,
        3.0603063, 3.0983381, 3.1261609, 3.1043017, 3.0864823, 3.060494, 3.0810096, 3.095214,
        3.097934, 3.1377385, 3.1103356, 3.0979257, 3.0976422, 3.1048846, 3.1248212, 3.1292596,
        3.1282198, 3.111905, 3.101911, 3.0530446, 2.9910636, 2.9691322, 2.9794936, 3.0537896,
        3.0835605, 3.0507329, 3.0192292, 3.017843, 3.0019946, 2.9280484, 2.89657, 2.8743083,
        2.898948, 2.888792,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
    boba: {
      currencyId: "boba",
      marketCap: 497684431307,
      fullyDilutedValuation: 497684431307,
      totalVolume: 42478668635,
      high24h: 4275.74,
      low24h: 4074.5,
      price: 4119.91,
      priceChange24h: -155.8339552515472,
      priceChangePercentage1h: -1.5573124572381847,
      priceChangePercentage24h: -3.6446037729908545,
      priceChangePercentage7d: -12.035819401208823,
      priceChangePercentage30d: 7.997705577260973,
      priceChangePercentage1y: 55.81241135315812,
      marketCapChange24h: -20190250670.661987,
      marketCapChangePercentage24h: -3.89867,
      circulatingSupply: 120707692.0909859,
      totalSupply: 120707692.0909859,
      allTimeHigh: 4878.26,
      allTimeLow: 0.432979,
      allTimeHighDate: "2021-11-10T14:24:19.604Z",
      allTimeLowDate: "2015-10-20T00:00:00Z",
      sparkline: [
        4652.7026, 4711.446, 4764.059, 4751.83, 4733.589, 4757.0396, 4604.205, 4544.6235, 4472.9478,
        4607.9, 4631.789, 4629.0796, 4554.8384, 4444.639, 4429.3877, 4489.3223, 4427.506, 4408.255,
        4398.1978, 4406.775, 4418.158, 4411.9897, 4476.503, 4540.224, 4537.112, 4529.9795,
        4480.2104, 4401.338, 4309.2783, 4294.9375, 4302.507, 4368.541, 4356.157, 4295.9004,
        4234.761, 4283.656, 4292.479, 4185.5137, 4150.538, 4116.616, 4182.477, 4222.761,
      ],
      fetchAt: "2025-08-20T16:43:22.047711Z",
    },
  },
  currenciesOrder: {
    key: "marketCap",
    order: "desc",
    currenciesIds: [
      "bitcoin",
      "blast",
      "boba",
      "ethereum",
      "arbitrum",
      "zksync",
      "scroll",
      "optimism",
      "base",
      "mantle",
      "linea",
      "ripple",
      "algorand/asa/312769",
      "aptos/fungible_asset/tether_usd_0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b",
      "arbitrum/erc20/tether_usd",
      "avalanche_c_chain/erc20/tethertoken",
      "bsc/bep20/binance-peg_bsc-usd",
      "celo/erc20/tether_usd_0x48065fbbe25f71c9282ddf5e1cd6d6a887483d5e",
      "ethereum/erc20/usd_tether__erc20_",
      "fantom/erc20/tether_usd",
      "neon_evm/erc20/usdt",
      "optimism/erc20/tether_usd",
      "polygon_zk_evm/erc20/tether_usd",
      "scroll/erc20/tether_usd",
      "solana/spl/es9vmfrzacermjfrf4h2fyd4kconky11mcce8benwnyb",
      "ton/jetton/eqcxe6mutqjkfngfarotkot1lzbdiix1kcixrv7nw2id_sds",
      "tron/trc20/tr7nhqjekqxgtci8q8zy4pl8otszgjlj6t",
      "ethereum/erc20/bnb",
      "bsc",
      "binance_beacon_chain",
      "solana",
      "telos_evm/erc20/usd_coin",
      "avalanche_c_chain/erc20/usd_coin",
      "algorand/asa/31566704",
      "optimism/erc20/usd_coin",
      "polygon/erc20/usd_coin",
      "polygon_zk_evm/erc20/usd_coin",
      "arbitrum/erc20/usd_coin",
      "aptos/fungible_asset/usdc_0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b",
      "tron/trc20/tekxitehnzsmse2xqrbj4w32run966rdz8",
      "solana/spl/epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v",
      "zksync/erc20/usdc",
      "bsc/bep20/binance-peg_usd_coin",
      "sonic/erc20/bridged_usdc_sonic_labs_0x29219dd400f2bf60e5a23d13be72b486d4038894",
      "celo/erc20/usdc_0xceba9300f2b948710d2653dd7b07f33a8b32118c",
      "cronos/erc20/usd_coin",
      "elrond/esdt/555344432d633736663166",
      "ethereum/erc20/usd__coin",
      "sui/coin/usdc_0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::usdc",
      "hedera/hts/usd_coin_0.0.456858",
      "base/erc20/usd_coin",
      "stellar/asset/usdc:ga5zsejyb37jrc5avcia5mop4rhtm335x2kgx3ihojapp5re34k4kzvn",
      "ethereum/erc20/steth",
      "tron",
      "dogecoin",
    ],
    metaCurrencyIds: [
      "bitcoin",
      "urn:crypto:meta-currency:ethereum",
      "ripple",
      "urn:crypto:meta-currency:tether",
      "urn:crypto:meta-currency:binancecoin",
      "solana",
      "urn:crypto:meta-currency:usd_coin",
      "ethereum/erc20/steth",
      "tron",
      "dogecoin",
    ],
  },
};
