货币: 14,355
交易所: 1,099
总市值: $ 2.764T 8.6%
24小时交易量: $ 199.194B
市场占有率:
Gas: 22 GWEI
无广告

链上的去中心化交易所代币与市场数据API面向DeFi项目与开发者

数据支持提供者为
深受领先的Web3项目信任

广泛可靠的链上去中心化交易所数据API

使用我们可靠而广泛的去中心化交易所数据API,查看Uniswap、PancakeSwap、Orca、Curve以及其他主要网络的链上市场数据。
2M+
加密货币与数字资产
100+
网络
800+
去中心化交易所

高效扩展您的DeFi项目

适用于加密货币、NFT和去中心化交易所数据的统一应用程序接口

使用统一的加密数据API,简化集成过程,进行全面覆盖
端点类别 描述
/onchain/simple/*/token_price/* 利用代币地址获取网络上代币最新美元价格的最简单方法
/onchain/networks 获取完整的支持网络列表
/onchain/network/*dexes 获取网络上支持的去中心化交易所完整列表
/onchains/network/*/pools/* 获取流动性池数据,如:热门池、新池和市场数据,包括价格、准备金、市值、交易和成交量。还有用于在网络上搜索池的搜索端点。
/onchains/network/*/tokens/* 获取与代币相关的数据,如顶级池、价格、完全稀释价值(FDV)、准备金、成交量、市值、GeckoTerminal评分、CoinGecko API ID。还包括元数据,如图片、网站、描述和社交媒体链接。
/onchains/network/*/ohlcvs/* 获取流动性池的历史OHLCV走势图数据。
/onchains/network/*/trades 获取流动性池的最新300笔交易
// 获取流动性池的价格和市场数据。
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "1.00190781563658",
      "base_token_price_native_currency": "0.000263989247549897",
      "quote_token_price_usd": "3776.46488094502",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00026399",
      "quote_token_price_base_token": "3788.03",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3310985754",
      "market_cap_usd": "5401825053.20314",
      "price_change_percentage": {
        "m5": "0",
        "h1": "0.42",
        "h6": "0.33",
        "h24": "0.08"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 0,
          "buyers": 0,
          "sellers": 0
        },
        "m15": {
          "buys": 3,
          "sells": 1,
          "buyers": 3,
          "sellers": 1
        },
        "m30": {
          "buys": 21,
          "sells": 7,
          "buyers": 18,
          "sellers": 7
        },
        "h1": {
          "buys": 41,
          "sells": 28,
          "buyers": 29,
          "sellers": 26
        },
        "h24": {
          "buys": 723,
          "sells": 553,
          "buyers": 309,
          "sellers": 222
        }
      },
      "volume_usd": {
        "m5": "0.0",
        "h1": "434666.705086207",
        "h6": "1465443.02332839",
        "h24": "24407629.1030787"
      },
      "reserve_in_usd": "5465661.3103"
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// 发现热门池
{
  "data": [
    {
      "id": "bsc_0x3743945524b9e8692531b5fd19cd95361822c7e9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000000000638242630740865",
        "base_token_price_native_currency": "0.00000000000000103440195963933",
        "quote_token_price_usd": "615.50652628774",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000001034",
        "quote_token_price_base_token": "966742174723523",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "268062",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "11.59",
          "h1": "-27.68",
          "h6": "-38.54",
          "h24": "190.83"
        },
        "transactions": {
          "m5": {
            "buys": 23,
            "sells": 5,
            "buyers": 22,
            "sellers": 5
          },
          "m15": {
            "buys": 67,
            "sells": 37,
            "buyers": 60,
            "sellers": 35
          },
          "m30": {
            "buys": 120,
            "sells": 128,
            "buyers": 99,
            "sellers": 110
          },
          "h1": {
            "buys": 175,
            "sells": 186,
            "buyers": 134,
            "sellers": 158
          },
          "h24": {
            "buys": 3207,
            "sells": 2026,
            "buyers": 1855,
            "sellers": 1086
          }
        },
        "volume_usd": {
          "m5": "3549.14445694286",
          "h1": "48529.9489863588",
          "h6": "162821.59654569",
          "h24": "726399.749549498"
        },
        "reserve_in_usd": "109448.0801"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x1b517f6794523bc3dd4e1275d9c205064f7cc167",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.005263231621285",
        "base_token_price_native_currency": "0.000821450364035189",
        "quote_token_price_usd": "6.49",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00082145",
        "quote_token_price_base_token": "1217.36",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "540608739",
        "market_cap_usd": "546553006.7147",
        "price_change_percentage": {
          "m5": "0.15",
          "h1": "-1.91",
          "h6": "-4.8",
          "h24": "-1.57"
        },
        "transactions": {
          "m5": {
            "buys": 27,
            "sells": 184,
            "buyers": 26,
            "sellers": 180
          },
          "m15": {
            "buys": 92,
            "sells": 519,
            "buyers": 87,
            "sellers": 508
          },
          "m30": {
            "buys": 174,
            "sells": 1021,
            "buyers": 154,
            "sellers": 983
          },
          "h1": {
            "buys": 343,
            "sells": 2070,
            "buyers": 277,
            "sellers": 1972
          },
          "h24": {
            "buys": 7118,
            "sells": 42004,
            "buyers": 4972,
            "sellers": 36425
          }
        },
        "volume_usd": {
          "m5": "16393.6588000568",
          "h1": "240812.903275757",
          "h6": "1481088.80601243",
          "h24": "4654414.02448236"
        },
        "reserve_in_usd": "5826746.4295"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.251581285878992",
        "base_token_price_native_currency": "0.000409004585656605311998267189801125721077321",
        "quote_token_price_usd": "0.999141880115448",
        "quote_token_price_native_currency": "0.00162526909107095",
        "base_token_price_quote_token": "0.25165346",
        "quote_token_price_base_token": "3.97371851",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "251164046",
        "market_cap_usd": "117716153.036603",
        "price_change_percentage": {
          "m5": "-0.14",
          "h1": "0.02",
          "h6": "-0.65",
          "h24": "9.43"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 4,
            "sells": 4,
            "buyers": 4,
            "sellers": 4
          },
          "m30": {
            "buys": 17,
            "sells": 8,
            "buyers": 12,
            "sellers": 7
          },
          "h1": {
            "buys": 46,
            "sells": 19,
            "buyers": 22,
            "sellers": 12
          },
          "h24": {
            "buys": 1174,
            "sells": 626,
            "buyers": 288,
            "sellers": 285
          }
        },
        "volume_usd": {
          "m5": "1948.02473883528",
          "h1": "25629.7279132339",
          "h6": "453438.081591072",
          "h24": "1139778.59221467"
        },
        "reserve_in_usd": "4409240.3767"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x9840652dc04fb9db2c43853633f0f62be6f00f98",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.237533484514966",
        "base_token_price_native_currency": "0.0367040335486012",
        "quote_token_price_usd": "6.49",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03670403",
        "quote_token_price_base_token": "27.24",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "4988203",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.1",
          "h1": "-5.63",
          "h6": "17.64",
          "h24": "18.63"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m15": {
            "buys": 11,
            "sells": 11,
            "buyers": 10,
            "sellers": 10
          },
          "m30": {
            "buys": 23,
            "sells": 26,
            "buyers": 19,
            "sellers": 22
          },
          "h1": {
            "buys": 52,
            "sells": 68,
            "buyers": 33,
            "sellers": 56
          },
          "h24": {
            "buys": 1163,
            "sells": 1126,
            "buyers": 652,
            "sellers": 690
          }
        },
        "volume_usd": {
          "m5": "1554.51355591026",
          "h1": "86080.4330545879",
          "h6": "546618.855970868",
          "h24": "1620888.27001354"
        },
        "reserve_in_usd": "852031.7605"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCH44N73BXEhT8063KAK_27oComvJnmAaebso-dZoyAy6g_",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00116685696958002",
        "base_token_price_native_currency": "0.00017932390609639",
        "quote_token_price_usd": "6.49",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00017932",
        "quote_token_price_base_token": "5576.50",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "1021699",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "0.66",
          "h6": "18.87",
          "h24": "21.15"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 5,
            "sells": 0,
            "buyers": 5,
            "sellers": 0
          },
          "m30": {
            "buys": 9,
            "sells": 4,
            "buyers": 9,
            "sellers": 4
          },
          "h1": {
            "buys": 12,
            "sells": 7,
            "buyers": 12,
            "sellers": 7
          },
          "h24": {
            "buys": 1051,
            "sells": 673,
            "buyers": 599,
            "sellers": 399
          }
        },
        "volume_usd": {
          "m5": "19.47",
          "h1": "1518.71626197137",
          "h6": "37326.0862250367",
          "h24": "371046.931869384"
        },
        "reserve_in_usd": "99949.334"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCNCUxFwMsNYKTv89WuRX5pyxDCWqlgBi4Tl8zytjllNTaC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00360649685255076",
        "base_token_price_native_currency": "0.000554423413393398",
        "quote_token_price_usd": "6.48",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00055442",
        "quote_token_price_base_token": "1803.68",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "504910",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.51",
          "h1": "-11.34",
          "h6": "-9.03",
          "h24": "-23.18"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 7,
            "sells": 3,
            "buyers": 7,
            "sellers": 3
          },
          "m30": {
            "buys": 14,
            "sells": 10,
            "buyers": 13,
            "sellers": 8
          },
          "h1": {
            "buys": 40,
            "sells": 30,
            "buyers": 31,
            "sellers": 19
          },
          "h24": {
            "buys": 1159,
            "sells": 717,
            "buyers": 617,
            "sellers": 382
          }
        },
        "volume_usd": {
          "m5": "379.65",
          "h1": "22679.4828941465",
          "h6": "84128.5106061358",
          "h24": "547802.229029402"
        },
        "reserve_in_usd": "117515.2858"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC8XkUEWb6bzbzE9eVaASoKUCyYA_CUQALGE15jWInEqla6",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0186244889495266",
        "base_token_price_native_currency": "0.002866176998523",
        "quote_token_price_usd": "6.48",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00286618",
        "quote_token_price_base_token": "348.90",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "92972105",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.63",
          "h1": "-3.57",
          "h6": "7.3",
          "h24": "22.49"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 5,
            "buyers": 5,
            "sellers": 5
          },
          "m15": {
            "buys": 10,
            "sells": 11,
            "buyers": 9,
            "sellers": 11
          },
          "m30": {
            "buys": 21,
            "sells": 22,
            "buyers": 19,
            "sellers": 22
          },
          "h1": {
            "buys": 32,
            "sells": 43,
            "buyers": 30,
            "sellers": 40
          },
          "h24": {
            "buys": 785,
            "sells": 830,
            "buyers": 547,
            "sellers": 600
          }
        },
        "volume_usd": {
          "m5": "2111.21990115685",
          "h1": "32837.2285246216",
          "h6": "652971.713042814",
          "h24": "1392586.28193444"
        },
        "reserve_in_usd": "1660193.449"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC47093oX5Xhb0xuk2lCr2RhS8rj-vul61u4W2UH5ORmG_O",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.392672754432",
        "base_token_price_native_currency": "0.002177526105038877543753214",
        "quote_token_price_usd": "180.48",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00217753",
        "quote_token_price_base_token": "459.24",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "218148150",
        "market_cap_usd": "196023939.954303",
        "price_change_percentage": {
          "m5": "-0.17",
          "h1": "-0.05",
          "h6": "-3.77",
          "h24": "-14.85"
        },
        "transactions": {
          "m5": {
            "buys": 38,
            "sells": 34,
            "buyers": 24,
            "sellers": 16
          },
          "m15": {
            "buys": 83,
            "sells": 77,
            "buyers": 42,
            "sellers": 48
          },
          "m30": {
            "buys": 129,
            "sells": 140,
            "buyers": 76,
            "sellers": 80
          },
          "h1": {
            "buys": 508,
            "sells": 395,
            "buyers": 222,
            "sellers": 193
          },
          "h24": {
            "buys": 9704,
            "sells": 8046,
            "buyers": 3232,
            "sellers": 2944
          }
        },
        "volume_usd": {
          "m5": "30298.4523912751",
          "h1": "722810.382896047",
          "h6": "1903540.29857067",
          "h24": "12518987.6752712"
        },
        "reserve_in_usd": "5035772.8173"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5z3EqYQo9HiCEs3R84RCDMu2n7anpDMxRhdK8PSWmrRC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00616498721499356",
        "base_token_price_native_currency": "0.000034800284016682659080275",
        "quote_token_price_usd": "180.48",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003480",
        "quote_token_price_base_token": "28735.40",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "42446773",
        "market_cap_usd": "43193132.3587535",
        "price_change_percentage": {
          "m5": "-0.38",
          "h1": "0.5",
          "h6": "-1.09",
          "h24": "-10.21"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 11,
            "buyers": 5,
            "sellers": 11
          },
          "m15": {
            "buys": 48,
            "sells": 59,
            "buyers": 35,
            "sellers": 46
          },
          "m30": {
            "buys": 85,
            "sells": 137,
            "buyers": 46,
            "sellers": 94
          },
          "h1": {
            "buys": 188,
            "sells": 202,
            "buyers": 94,
            "sellers": 136
          },
          "h24": {
            "buys": 11903,
            "sells": 10740,
            "buyers": 3172,
            "sellers": 3435
          }
        },
        "volume_usd": {
          "m5": "2784.33963569216",
          "h1": "198501.050717895",
          "h6": "1746176.59198079",
          "h24": "14106343.0244127"
        },
        "reserve_in_usd": "3128499.0253"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8wXtPeU6557ETkp9WHFY1n1EcU6NxDvbAggHGsMYiHsB",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "sui-network_0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0129379190470705",
        "base_token_price_native_currency": "0.0116721001381914",
        "quote_token_price_usd": "1.14",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01167210",
        "quote_token_price_base_token": "85.67",
        "address": "0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
        "name": "OCEAN / SUI 1%",
        "pool_created_at": "2024-05-10T11:32:16Z",
        "fdv_usd": "0.00",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.5",
          "h1": "8.16",
          "h6": "-15.81",
          "h24": "-39.31"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 33,
            "buyers": 6,
            "sellers": 33
          },
          "m15": {
            "buys": 9,
            "sells": 103,
            "buyers": 9,
            "sellers": 97
          },
          "m30": {
            "buys": 35,
            "sells": 165,
            "buyers": 33,
            "sellers": 150
          },
          "h1": {
            "buys": 65,
            "sells": 362,
            "buyers": 58,
            "sellers": 324
          },
          "h24": {
            "buys": 1849,
            "sells": 9435,
            "buyers": 1290,
            "sellers": 7745
          }
        },
        "volume_usd": {
          "m5": "207.94223028012",
          "h1": "3024.30146905189",
          "h6": "30401.9446334571",
          "h24": "124231.468319639"
        },
        "reserve_in_usd": "17957.0124"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "sui-network_0xa8816d3a6e3136e86bc2873b1f94a15cadc8af2703c075f2d546c2ae367f4df9::ocean::OCEAN",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "sui-network_0x2::sui::SUI",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "sui-network",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "cetus",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00186732700736335",
        "base_token_price_native_currency": "0.000000490589442968373",
        "quote_token_price_usd": "3772.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000049",
        "quote_token_price_base_token": "2038364",
        "address": "0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
        "name": "SHIBA / WETH 0.3%",
        "pool_created_at": "2024-05-06T12:58:45Z",
        "fdv_usd": "18673270",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.1",
          "h1": "-0.85",
          "h6": "-9.76",
          "h24": "-84.69"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 5,
            "buyers": 4,
            "sellers": 5
          },
          "m15": {
            "buys": 21,
            "sells": 30,
            "buyers": 19,
            "sellers": 29
          },
          "m30": {
            "buys": 62,
            "sells": 55,
            "buyers": 55,
            "sellers": 49
          },
          "h1": {
            "buys": 229,
            "sells": 125,
            "buyers": 117,
            "sellers": 114
          },
          "h24": {
            "buys": 8997,
            "sells": 4993,
            "buyers": 2443,
            "sellers": 1696
          }
        },
        "volume_usd": {
          "m5": "2447.93220573003",
          "h1": "98394.8496262245",
          "h6": "1637048.61007598",
          "h24": "10603334.1986497"
        },
        "reserve_in_usd": "739234.2344"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x041fdf3f472d2c8a7ecc458fc3b7f543e6c57ef7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.624496674342528",
        "base_token_price_native_currency": "0.0965902423950014",
        "quote_token_price_usd": "6.48",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09659024",
        "quote_token_price_base_token": "10.35",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "62449667",
        "market_cap_usd": "62612991.0530047",
        "price_change_percentage": {
          "m5": "-0.72",
          "h1": "0",
          "h6": "1.34",
          "h24": "14.51"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 6,
            "buyers": 4,
            "sellers": 6
          },
          "m30": {
            "buys": 7,
            "sells": 12,
            "buyers": 7,
            "sellers": 10
          },
          "h1": {
            "buys": 13,
            "sells": 20,
            "buyers": 13,
            "sellers": 18
          },
          "h24": {
            "buys": 546,
            "sells": 363,
            "buyers": 407,
            "sellers": 275
          }
        },
        "volume_usd": {
          "m5": "3186.89836213104",
          "h1": "58250.4971811781",
          "h6": "183019.419794554",
          "h24": "1063374.61427327"
        },
        "reserve_in_usd": "2507138.7866"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBZ_cafPyDr5KUTs0aNxh0ZTDhkpEZONmLJA2SNGlLm4Cko",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "3.843854599353",
        "base_token_price_native_currency": "0.590783477380823",
        "quote_token_price_usd": "6.49",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.59078348",
        "quote_token_price_base_token": "1.69266751",
        "address": "EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
        "name": "RANDOM / TON 0.4%",
        "pool_created_at": "2024-05-15T16:23:22Z",
        "fdv_usd": "3670829",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.33",
          "h1": "2.29",
          "h6": "-15.32",
          "h24": "237.18"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 10,
            "sells": 6,
            "buyers": 8,
            "sellers": 6
          },
          "m30": {
            "buys": 16,
            "sells": 9,
            "buyers": 12,
            "sellers": 9
          },
          "h1": {
            "buys": 37,
            "sells": 34,
            "buyers": 26,
            "sellers": 30
          },
          "h24": {
            "buys": 1102,
            "sells": 699,
            "buyers": 363,
            "sellers": 324
          }
        },
        "volume_usd": {
          "m5": "515.41161963111",
          "h1": "33348.0351611012",
          "h6": "232414.373761176",
          "h24": "887023.701825305"
        },
        "reserve_in_usd": "434386.8998"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCF9oYxo37xCGX1DShZEweaVGJe6Kucp0ztKO6vCsRANDOM",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0423088994112072",
        "base_token_price_native_currency": "0.0064931907022108",
        "quote_token_price_usd": "6.49",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00649319",
        "quote_token_price_base_token": "154.01",
        "address": "EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
        "name": "SHIT / TON",
        "pool_created_at": "2024-05-11T13:43:18Z",
        "fdv_usd": "4230791",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.85",
          "h1": "0.07",
          "h6": "-1.5",
          "h24": "-4.09"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 5,
            "sells": 5,
            "buyers": 5,
            "sellers": 5
          },
          "m30": {
            "buys": 9,
            "sells": 11,
            "buyers": 8,
            "sellers": 11
          },
          "h1": {
            "buys": 15,
            "sells": 17,
            "buyers": 14,
            "sellers": 17
          },
          "h24": {
            "buys": 554,
            "sells": 469,
            "buyers": 393,
            "sellers": 352
          }
        },
        "volume_usd": {
          "m5": "366.80904245216",
          "h1": "21437.812194003",
          "h6": "126727.989531692",
          "h24": "821747.9386314"
        },
        "reserve_in_usd": "1122477.0489"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB4gPfG0YtoiJHCMTUuzxP9fKXy9nx6TFh-dcAltrnNpLNo",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000115817601330467",
        "base_token_price_native_currency": "0.00000000307834755794377",
        "quote_token_price_usd": "3773.03816605225",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003078347558",
        "quote_token_price_base_token": "324849609",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "4792217621",
        "market_cap_usd": "4708144726.77257",
        "price_change_percentage": {
          "m5": "1.72",
          "h1": "3.5",
          "h6": "5.13",
          "h24": "24.21"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 3,
            "buyers": 9,
            "sellers": 3
          },
          "m15": {
            "buys": 23,
            "sells": 7,
            "buyers": 20,
            "sellers": 7
          },
          "m30": {
            "buys": 46,
            "sells": 17,
            "buyers": 42,
            "sellers": 15
          },
          "h1": {
            "buys": 64,
            "sells": 42,
            "buyers": 60,
            "sellers": 35
          },
          "h24": {
            "buys": 972,
            "sells": 902,
            "buyers": 754,
            "sellers": 646
          }
        },
        "volume_usd": {
          "m5": "272577.284189825",
          "h1": "1224033.06944549",
          "h6": "2574746.91337883",
          "h24": "17434949.3179057"
        },
        "reserve_in_usd": "50591726.9866"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x6982508145454ce325ddbe47a25d4ec3d2311933",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.050451240368765",
        "base_token_price_native_currency": "0.000262438131711932530841031",
        "quote_token_price_usd": "180.33",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00026244",
        "quote_token_price_base_token": "3810.42",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "48132404",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.24",
          "h1": "-5.56",
          "h6": "6.34",
          "h24": "14.86"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 6,
            "buyers": 10,
            "sellers": 6
          },
          "m15": {
            "buys": 24,
            "sells": 20,
            "buyers": 21,
            "sellers": 20
          },
          "m30": {
            "buys": 63,
            "sells": 76,
            "buyers": 55,
            "sellers": 65
          },
          "h1": {
            "buys": 179,
            "sells": 156,
            "buyers": 145,
            "sellers": 129
          },
          "h24": {
            "buys": 16329,
            "sells": 10925,
            "buyers": 5453,
            "sellers": 3775
          }
        },
        "volume_usd": {
          "m5": "7493.43226904628",
          "h1": "138228.240302763",
          "h6": "930513.443521611",
          "h24": "17890661.5656428"
        },
        "reserve_in_usd": "1038519.5689"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8vCAUbxejdtaxn6jnX5uaQTyTZLmXALg9u1bvFCAjtx7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000745419559943111",
        "base_token_price_native_currency": "0.0000114577674964763",
        "quote_token_price_usd": "6.48",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001146",
        "quote_token_price_base_token": "87277.04",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "745420",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.7",
          "h1": "-6.08",
          "h6": "4.22",
          "h24": "14531.31"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 6,
            "sells": 5,
            "buyers": 6,
            "sellers": 5
          },
          "m30": {
            "buys": 12,
            "sells": 20,
            "buyers": 10,
            "sellers": 17
          },
          "h1": {
            "buys": 30,
            "sells": 26,
            "buyers": 23,
            "sellers": 23
          },
          "h24": {
            "buys": 896,
            "sells": 523,
            "buyers": 524,
            "sellers": 305
          }
        },
        "volume_usd": {
          "m5": "6.27800658696",
          "h1": "9571.60459484624",
          "h6": "52172.1945989044",
          "h24": "218134.787549786"
        },
        "reserve_in_usd": "119314.751"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB8nX1OAAxS0RHCZ-U3xpZPAGIPwjfoqtvtWOPb55NBQipE",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0425754562501649",
        "base_token_price_native_currency": "0.000235537665556529715396431",
        "quote_token_price_usd": "180.48",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00023554",
        "quote_token_price_base_token": "4245.61",
        "address": "7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
        "name": "SLOTH / SOL",
        "pool_created_at": "2024-05-01T14:38:00Z",
        "fdv_usd": "78968697",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.64",
          "h1": "-1.29",
          "h6": "4.93",
          "h24": "-19.3"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 19,
            "buyers": 12,
            "sellers": 15
          },
          "m15": {
            "buys": 43,
            "sells": 46,
            "buyers": 38,
            "sellers": 37
          },
          "m30": {
            "buys": 69,
            "sells": 80,
            "buyers": 63,
            "sellers": 64
          },
          "h1": {
            "buys": 198,
            "sells": 171,
            "buyers": 160,
            "sellers": 147
          },
          "h24": {
            "buys": 7152,
            "sells": 5221,
            "buyers": 3655,
            "sellers": 2795
          }
        },
        "volume_usd": {
          "m5": "7469.63890218435",
          "h1": "260449.873798029",
          "h6": "1422169.40137853",
          "h24": "12303719.1214807"
        },
        "reserve_in_usd": "6143170.3477"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_HQ7DaoiUxzC2K1Dr7KXRHccNtXvEYgNvoUextXe8dmBh",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5Hk9rF7ozTMHiTaGmPp1Mw2nLL1NxXmhPEmeoUAZvyBM",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00668856282138075",
        "base_token_price_native_currency": "0.000036695321401144487539847",
        "quote_token_price_usd": "180.48",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003670",
        "quote_token_price_base_token": "27251.43",
        "address": "5Hk9rF7ozTMHiTaGmPp1Mw2nLL1NxXmhPEmeoUAZvyBM",
        "name": "GOME / SOL",
        "pool_created_at": "2024-04-27T04:26:52Z",
        "fdv_usd": "4356022",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.24",
          "h1": "-6.64",
          "h6": "-29.68",
          "h24": "-17.82"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 9,
            "buyers": 10,
            "sellers": 9
          },
          "m15": {
            "buys": 41,
            "sells": 36,
            "buyers": 37,
            "sellers": 34
          },
          "m30": {
            "buys": 96,
            "sells": 83,
            "buyers": 80,
            "sellers": 74
          },
          "h1": {
            "buys": 268,
            "sells": 189,
            "buyers": 181,
            "sellers": 152
          },
          "h24": {
            "buys": 8535,
            "sells": 7260,
            "buyers": 2827,
            "sellers": 2716
          }
        },
        "volume_usd": {
          "m5": "1729.42055700804",
          "h1": "171252.019629668",
          "h6": "778670.159844321",
          "h24": "6494301.07192642"
        },
        "reserve_in_usd": "553628.3735"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8ULCkCTUa3XXrNXaDVzPcja2tdJtRdxRr8T4eZjVKqk",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000156295748050654",
        "base_token_price_native_currency": "0.0000000413053205073345",
        "quote_token_price_usd": "3773.97820813911",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004",
        "quote_token_price_base_token": "24209956",
        "address": "0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
        "name": "MAGA / WETH",
        "pool_created_at": "2024-05-16T14:08:11Z",
        "fdv_usd": "64604298",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.25",
          "h1": "-2.96",
          "h6": "-10.88",
          "h24": "46.72"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 5,
            "buyers": 6,
            "sellers": 5
          },
          "m15": {
            "buys": 26,
            "sells": 27,
            "buyers": 21,
            "sellers": 14
          },
          "m30": {
            "buys": 62,
            "sells": 57,
            "buyers": 51,
            "sellers": 37
          },
          "h1": {
            "buys": 132,
            "sells": 98,
            "buyers": 109,
            "sellers": 64
          },
          "h24": {
            "buys": 4731,
            "sells": 3590,
            "buyers": 2591,
            "sellers": 1811
          }
        },
        "volume_usd": {
          "m5": "18341.703394214",
          "h1": "787471.636800199",
          "h6": "5359423.36290211",
          "h24": "23841602.1006697"
        },
        "reserve_in_usd": "1825476.3141"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xd29da236dd4aac627346e1bba06a619e8c22d7c5",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    }
  ]
}

为什么Web3项目会使用CoinGecko

“CoinGecko的DEX API为我们提供了一个快速、精准稳定的DEX价格数据源。它家的数据覆盖广泛,使用简便且极其可靠。CoinGecko 的 DEX API是Supra整合去中心化交易所的数据的关键DEX价格源之一。”
“CoinGecko的DEX API是我们开发过程中的不可或缺的部分,巧妙地处理我们没有精力处理的许多小任务。这大大简化了我们的工作流程,让我们能够专注于核心的开发任务。
“CoinGecko的DEX API覆盖面广,所支持的链数量最多,且可用性高。”

常见问题


使用 CoinGecko API为您的项目注入动力

利用可靠、准确、全面的加密货币价格数据,开启更多可能性。

绝不错过任何更新!

订阅我们的API新闻通讯邮件,获取最新的产品信息、端点更新和社区内容。
选择货币
建议的货币
USD
US Dollar
IDR
Indonesian Rupiah
TWD
New Taiwan Dollar
EUR
Euro
KRW
South Korean Won
JPY
Japanese Yen
RUB
Russian Ruble
CNY
Chinese Yuan
法定货币
AED
United Arab Emirates Dirham
ARS
Argentine Peso
AUD
Australian Dollar
BDT
Bangladeshi Taka
BHD
Bahraini Dinar
BMD
Bermudian Dollar
BRL
Brazil Real
CAD
Canadian Dollar
CHF
Swiss Franc
CLP
Chilean Peso
CZK
Czech Koruna
DKK
Danish Krone
GBP
British Pound Sterling
GEL
Georgian Lari
HKD
Hong Kong Dollar
HUF
Hungarian Forint
ILS
Israeli New Shekel
INR
Indian Rupee
KWD
Kuwaiti Dinar
LKR
Sri Lankan Rupee
MMK
Burmese Kyat
MXN
Mexican Peso
MYR
Malaysian Ringgit
NGN
Nigerian Naira
NOK
Norwegian Krone
NZD
New Zealand Dollar
PHP
Philippine Peso
PKR
Pakistani Rupee
PLN
Polish Zloty
SAR
Saudi Riyal
SEK
Swedish Krona
SGD
Singapore Dollar
THB
Thai Baht
TRY
Turkish Lira
UAH
Ukrainian hryvnia
VEF
Venezuelan bolívar fuerte
VND
Vietnamese đồng
ZAR
South African Rand
XDR
IMF Special Drawing Rights
加密货币
BTC
Bitcoin
ETH
Ether
LTC
Litecoin
BCH
Bitcoin Cash
BNB
Binance Coin
EOS
EOS
XRP
XRP
XLM
Lumens
LINK
Chainlink
DOT
Polkadot
YFI
Yearn.finance
比特币单位
BITS
Bits
SATS
Satoshi
商品
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
选择语言
受欢迎的语言
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT
Português
全部语言
AR
العربية
BG
български
CS
čeština
DA
dansk
EL
Ελληνικά
FI
suomen kieli
HE
עִבְרִית
HI
हिंदी
HR
hrvatski
HU
Magyar nyelv
ID
Bahasa Indonesia
IT
Italiano
JA
日本語
KO
한국어
LT
lietuvių kalba
NL
Nederlands
NO
norsk
RO
Limba română
SK
slovenský jazyk
SL
slovenski jezik
SV
Svenska
TH
ภาษาไทย
TR
Türkçe
UK
украї́нська мо́ва
ZH
简体中文
ZH-TW
繁體中文
登录后即可轻松追踪您最喜爱的货币 🚀
继续使用即表示您同意CoinGecko的服务条款,并确认您已阅读过我们的隐私政策
忘记密码?
没有收到确认邮件?
重新发送确认邮件
免费服务!使用CoinGecko追踪您最喜爱的货币 🚀
继续使用即表示您同意CoinGecko的服务条款,并确认您已阅读过我们的隐私政策
密码最少要有8个字,其中必须包含1个大写字母、1个小写字母、1个数字及一个特殊符号
没有收到确认邮件?
重新发送确认邮件
忘记密码?
几分钟后,您将收到重置密码的电子邮件。
重新发送确认邮件
几分钟后,您将收到确认帐户的电子邮件。
下载CoinGecko的APP
扫描此二维码,立即下载APP App QR Code 或在应用程序商店中查看
coingecko
在APP中继续
实时追踪汇率
打开APP