貨幣: 14,355
交易平台: 1,099
總市值: $ 2.756T 8.6%
24 小時交易量: $ 206.732B
Gas 費用: 15 GWEI
去除廣告

面向 DeFi 專案和開發者的鏈上去中心化交易平台代幣和市場資料 API

資料來源:
深受各大領先 Web3 專案的信賴

覆蓋廣泛且可靠的鏈上去中心化交易平台資料 API

透過我們覆蓋廣泛且可靠的去中心化交易平台資料 API,存取來自 Uniswap、PancakeSwap、Orca、Curve 等主要網路去中心化交易平台的鏈上市場資料。
200 萬+
貨幣和代幣
100+
網路
800+
去中心化交易平台

高效擴充您的 DeFi 專案

一體化 API 可存取加密貨幣、NFT 和去中心化交易平台資料

借助全面覆蓋的一體化加密貨幣資料 API 簡化整合流程
端點類別 說明
/onchain/simple/*/token_price/* 利用代幣地址取得網路上最新代幣美元價格的最簡單方法
/onchain/networks 取得支援網路的完整清單
/onchain/network/*dexes 取得網路上支援的去中心化交易平台的完整清單
/onchains/network/*/pools/* 取得流動性礦池資料,例如:熱門礦池、新礦池以及價格、儲備、市值、交易、交易量等市場資料。搜尋端點亦可用於搜尋網路上的礦池。
/onchains/network/*/tokens/* 取得代幣相關資料,例如熱門礦池、價格、完全攤薄估值、儲備、交易量、市值、GeckoTerminal 分數、CoinGecko API ID。此外,還可取得包括圖像、網站、描述和社群媒體連結在內的後設資料。
/onchains/network/*/ohlcvs/* 取得流動性礦池的 OHLCV 歷史走勢圖資料
/onchains/network/*/trades 取得從流動性礦池中的最近 300 筆交易
// 取得流動性礦池的價格和市場資料
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.998513305409627",
      "base_token_price_native_currency": "0.000262545589675376",
      "quote_token_price_usd": "3800.20420294295",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00026255",
      "quote_token_price_base_token": "3808.86",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3299767980",
      "market_cap_usd": "5362810289.41529",
      "price_change_percentage": {
        "m5": "-0.02",
        "h1": "-0.05",
        "h6": "-0.14",
        "h24": "-0.22"
      },
      "transactions": {
        "m5": {
          "buys": 4,
          "sells": 1,
          "buyers": 4,
          "sellers": 1
        },
        "m15": {
          "buys": 6,
          "sells": 4,
          "buyers": 6,
          "sellers": 4
        },
        "m30": {
          "buys": 17,
          "sells": 11,
          "buyers": 16,
          "sellers": 11
        },
        "h1": {
          "buys": 29,
          "sells": 20,
          "buyers": 23,
          "sellers": 17
        },
        "h24": {
          "buys": 729,
          "sells": 554,
          "buyers": 320,
          "sellers": 223
        }
      },
      "volume_usd": {
        "m5": "14791.2219209116",
        "h1": "1009507.84412145",
        "h6": "2463189.57757348",
        "h24": "23948568.7443218"
      },
      "reserve_in_usd": "5465885.603"
    },
    "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.000000000000642574169320817",
        "base_token_price_native_currency": "0.00000000000000104721529372696",
        "quote_token_price_usd": "614.845112363187",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000001047",
        "quote_token_price_base_token": "954913479577896",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "269881",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.63",
          "h1": "-6.99",
          "h6": "-36.08",
          "h24": "193.2"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 0,
            "buyers": 7,
            "sellers": 0
          },
          "m15": {
            "buys": 12,
            "sells": 23,
            "buyers": 12,
            "sellers": 22
          },
          "m30": {
            "buys": 21,
            "sells": 32,
            "buyers": 21,
            "sellers": 29
          },
          "h1": {
            "buys": 73,
            "sells": 85,
            "buyers": 67,
            "sellers": 73
          },
          "h24": {
            "buys": 3324,
            "sells": 2135,
            "buyers": 1896,
            "sellers": 1132
          }
        },
        "volume_usd": {
          "m5": "776.843633025824",
          "h1": "20679.4357979311",
          "h6": "165167.715742242",
          "h24": "756310.745539982"
        },
        "reserve_in_usd": "110678.5749"
      },
      "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.00527503242869534",
        "base_token_price_native_currency": "0.000831316843901707",
        "quote_token_price_usd": "6.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00083132",
        "quote_token_price_base_token": "1202.91",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "541820850",
        "market_cap_usd": "546226669.086835",
        "price_change_percentage": {
          "m5": "0.37",
          "h1": "0.44",
          "h6": "-2.41",
          "h24": "-0.68"
        },
        "transactions": {
          "m5": {
            "buys": 19,
            "sells": 121,
            "buyers": 17,
            "sellers": 121
          },
          "m15": {
            "buys": 77,
            "sells": 432,
            "buyers": 59,
            "sellers": 423
          },
          "m30": {
            "buys": 160,
            "sells": 905,
            "buyers": 121,
            "sellers": 887
          },
          "h1": {
            "buys": 312,
            "sells": 1884,
            "buyers": 240,
            "sellers": 1811
          },
          "h24": {
            "buys": 7117,
            "sells": 42753,
            "buyers": 4956,
            "sellers": 37037
          }
        },
        "volume_usd": {
          "m5": "11166.1418147658",
          "h1": "248446.563317617",
          "h6": "1524721.54057412",
          "h24": "4791274.2192444"
        },
        "reserve_in_usd": "5802507.6163"
      },
      "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.256142175419661",
        "base_token_price_native_currency": "0.000415734529628574400548972041162256719201959",
        "quote_token_price_usd": "0.99933650348863",
        "quote_token_price_native_currency": "0.00162113534576475",
        "base_token_price_quote_token": "0.25644653",
        "quote_token_price_base_token": "3.89944840",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "255717372",
        "market_cap_usd": "120059630.924914",
        "price_change_percentage": {
          "m5": "-0.03",
          "h1": "-0.51",
          "h6": "0.29",
          "h24": "11.46"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 8,
            "buyers": 3,
            "sellers": 8
          },
          "m15": {
            "buys": 24,
            "sells": 22,
            "buyers": 13,
            "sellers": 21
          },
          "m30": {
            "buys": 30,
            "sells": 34,
            "buyers": 18,
            "sellers": 31
          },
          "h1": {
            "buys": 41,
            "sells": 90,
            "buyers": 20,
            "sellers": 51
          },
          "h24": {
            "buys": 1263,
            "sells": 733,
            "buyers": 295,
            "sellers": 299
          }
        },
        "volume_usd": {
          "m5": "7168.70096996808",
          "h1": "68365.2756803724",
          "h6": "526609.18565643",
          "h24": "1297238.84781022"
        },
        "reserve_in_usd": "4462891.7745"
      },
      "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.233940165989657",
        "base_token_price_native_currency": "0.0363604885152165",
        "quote_token_price_usd": "6.41",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03636049",
        "quote_token_price_base_token": "27.50",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "4912743",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.14",
          "h1": "4.2",
          "h6": "4.27",
          "h24": "15.03"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 17,
            "sells": 10,
            "buyers": 16,
            "sellers": 10
          },
          "m30": {
            "buys": 44,
            "sells": 25,
            "buyers": 43,
            "sellers": 23
          },
          "h1": {
            "buys": 67,
            "sells": 46,
            "buyers": 62,
            "sellers": 42
          },
          "h24": {
            "buys": 1213,
            "sells": 1114,
            "buyers": 668,
            "sellers": 690
          }
        },
        "volume_usd": {
          "m5": "171.08187829728",
          "h1": "44044.4989478685",
          "h6": "574443.987782475",
          "h24": "1667155.05710282"
        },
        "reserve_in_usd": "849914.8149"
      },
      "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.00111418957936306",
        "base_token_price_native_currency": "0.000174172403474076",
        "quote_token_price_usd": "6.41",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00017417",
        "quote_token_price_base_token": "5741.44",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "975583",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-2.02",
          "h6": "-5.45",
          "h24": "10.45"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m30": {
            "buys": 6,
            "sells": 3,
            "buyers": 6,
            "sellers": 3
          },
          "h1": {
            "buys": 9,
            "sells": 7,
            "buyers": 9,
            "sellers": 7
          },
          "h24": {
            "buys": 998,
            "sells": 646,
            "buyers": 581,
            "sellers": 387
          }
        },
        "volume_usd": {
          "m5": "96.14999999359",
          "h1": "1149.80990438757",
          "h6": "31163.0514822944",
          "h24": "355152.554211168"
        },
        "reserve_in_usd": "97331.3875"
      },
      "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.00318854616372625",
        "base_token_price_native_currency": "0.000499794771697411",
        "quote_token_price_usd": "6.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00049979",
        "quote_token_price_base_token": "2000.82",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "446396",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.45",
          "h1": "-10.02",
          "h6": "-29.8",
          "h24": "-31.84"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 10,
            "sells": 4,
            "buyers": 9,
            "sellers": 4
          },
          "m30": {
            "buys": 11,
            "sells": 12,
            "buyers": 10,
            "sellers": 10
          },
          "h1": {
            "buys": 16,
            "sells": 16,
            "buyers": 15,
            "sellers": 13
          },
          "h24": {
            "buys": 1191,
            "sells": 740,
            "buyers": 626,
            "sellers": 395
          }
        },
        "volume_usd": {
          "m5": "163.44898534167",
          "h1": "6164.57185895179",
          "h6": "80174.9105188701",
          "h24": "557634.072234499"
        },
        "reserve_in_usd": "109994.1926"
      },
      "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.0184515433523588",
        "base_token_price_native_currency": "0.00285814598256177",
        "quote_token_price_usd": "6.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00285815",
        "quote_token_price_base_token": "349.88",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "92108771",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.17",
          "h1": "-2.07",
          "h6": "0.79",
          "h24": "23.57"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 3,
            "sells": 7,
            "buyers": 3,
            "sellers": 7
          },
          "m30": {
            "buys": 14,
            "sells": 21,
            "buyers": 14,
            "sellers": 21
          },
          "h1": {
            "buys": 27,
            "sells": 42,
            "buyers": 25,
            "sellers": 41
          },
          "h24": {
            "buys": 793,
            "sells": 862,
            "buyers": 559,
            "sellers": 635
          }
        },
        "volume_usd": {
          "m5": "6422.99919253345",
          "h1": "15988.2764124644",
          "h6": "617914.878134936",
          "h24": "1392789.91600354"
        },
        "reserve_in_usd": "1628734.2633"
      },
      "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": "eth_0x1458770554b8918b970444d8b2c02a47f6df99a7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.885542585983502",
        "base_token_price_native_currency": "0.0002319803834779999136465808633928",
        "quote_token_price_usd": "0.996752244272881",
        "quote_token_price_native_currency": "0.000262115814020804",
        "base_token_price_quote_token": "0.88503009",
        "quote_token_price_base_token": "1.12990508",
        "address": "0x1458770554b8918b970444d8b2c02a47f6df99a7",
        "name": "RETIK / USDT 0.3%",
        "pool_created_at": "2024-05-21T11:59:35Z",
        "fdv_usd": "885542586",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "5.4",
          "h1": "-16.2",
          "h6": "463.49",
          "h24": "463.49"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 4,
            "buyers": 7,
            "sellers": 4
          },
          "m15": {
            "buys": 69,
            "sells": 23,
            "buyers": 66,
            "sellers": 21
          },
          "m30": {
            "buys": 144,
            "sells": 46,
            "buyers": 127,
            "sellers": 32
          },
          "h1": {
            "buys": 357,
            "sells": 115,
            "buyers": 287,
            "sellers": 71
          },
          "h24": {
            "buys": 1158,
            "sells": 378,
            "buyers": 792,
            "sellers": 185
          }
        },
        "volume_usd": {
          "m5": "22735.4300072485",
          "h1": "1504995.76359983",
          "h6": "5578527.34891788",
          "h24": "5578527.34891788"
        },
        "reserve_in_usd": "729138.5223"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x26ebb8213fb8d66156f1af8908d43f7e3e367c1d",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xdac17f958d2ee523a2206206994597c13d831ec7",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v3",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "sui-network_0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.01439852624",
        "base_token_price_native_currency": "0.0127516939337894",
        "quote_token_price_usd": "1.15",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01275169",
        "quote_token_price_base_token": "78.42",
        "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": "4.13",
          "h1": "8.34",
          "h6": "0.33",
          "h24": "-30.5"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 54,
            "buyers": 6,
            "sellers": 50
          },
          "m15": {
            "buys": 14,
            "sells": 159,
            "buyers": 14,
            "sellers": 147
          },
          "m30": {
            "buys": 35,
            "sells": 355,
            "buyers": 34,
            "sellers": 335
          },
          "h1": {
            "buys": 75,
            "sells": 557,
            "buyers": 67,
            "sellers": 522
          },
          "h24": {
            "buys": 1795,
            "sells": 9354,
            "buyers": 1266,
            "sellers": 7734
          }
        },
        "volume_usd": {
          "m5": "528.7734251738",
          "h1": "3869.96468420108",
          "h6": "28473.4762584111",
          "h24": "117491.054970835"
        },
        "reserve_in_usd": "22057.639"
      },
      "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": "solana_5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.41418720690625",
        "base_token_price_native_currency": "0.002295589034027183971094746",
        "quote_token_price_usd": "180.65",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00229559",
        "quote_token_price_base_token": "435.62",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "230100439",
        "market_cap_usd": "206685497.989414",
        "price_change_percentage": {
          "m5": "0.32",
          "h1": "7.03",
          "h6": "4",
          "h24": "-7.92"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 17,
            "buyers": 7,
            "sellers": 13
          },
          "m15": {
            "buys": 42,
            "sells": 65,
            "buyers": 41,
            "sellers": 31
          },
          "m30": {
            "buys": 82,
            "sells": 209,
            "buyers": 62,
            "sellers": 84
          },
          "h1": {
            "buys": 218,
            "sells": 358,
            "buyers": 109,
            "sellers": 166
          },
          "h24": {
            "buys": 9263,
            "sells": 7884,
            "buyers": 3123,
            "sellers": 2834
          }
        },
        "volume_usd": {
          "m5": "13548.6196617953",
          "h1": "299941.075532149",
          "h6": "1752344.74086598",
          "h24": "11993243.6477094"
        },
        "reserve_in_usd": "5172903.1303"
      },
      "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.0055807963208523",
        "base_token_price_native_currency": "0.000031596947169177984983625",
        "quote_token_price_usd": "180.65",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003160",
        "quote_token_price_base_token": "31648.63",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "38424540",
        "market_cap_usd": "39472846.0819545",
        "price_change_percentage": {
          "m5": "-0.06",
          "h1": "-10.48",
          "h6": "-8.15",
          "h24": "-23.79"
        },
        "transactions": {
          "m5": {
            "buys": 16,
            "sells": 13,
            "buyers": 10,
            "sellers": 13
          },
          "m15": {
            "buys": 115,
            "sells": 47,
            "buyers": 62,
            "sellers": 43
          },
          "m30": {
            "buys": 298,
            "sells": 208,
            "buyers": 143,
            "sellers": 133
          },
          "h1": {
            "buys": 699,
            "sells": 363,
            "buyers": 253,
            "sellers": 206
          },
          "h24": {
            "buys": 11742,
            "sells": 10178,
            "buyers": 3078,
            "sellers": 3317
          }
        },
        "volume_usd": {
          "m5": "20711.4725833104",
          "h1": "1103075.89291845",
          "h6": "2377947.99010315",
          "h24": "14301534.9748327"
        },
        "reserve_in_usd": "2990115.9549"
      },
      "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": "ton_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.624595828012324",
        "base_token_price_native_currency": "0.0969467292761435",
        "quote_token_price_usd": "6.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09694673",
        "quote_token_price_base_token": "10.31",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "62459582",
        "market_cap_usd": "61999147.1160482",
        "price_change_percentage": {
          "m5": "0.91",
          "h1": "-0.85",
          "h6": "-1.34",
          "h24": "11.96"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 9,
            "sells": 4,
            "buyers": 8,
            "sellers": 4
          },
          "m30": {
            "buys": 16,
            "sells": 10,
            "buyers": 14,
            "sellers": 9
          },
          "h1": {
            "buys": 21,
            "sells": 21,
            "buyers": 19,
            "sellers": 19
          },
          "h24": {
            "buys": 545,
            "sells": 370,
            "buyers": 401,
            "sellers": 283
          }
        },
        "volume_usd": {
          "m5": "2255.28029025142",
          "h1": "51560.1572028373",
          "h6": "202865.024113649",
          "h24": "1104893.90380464"
        },
        "reserve_in_usd": "2488904.2051"
      },
      "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": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000125175805624613",
        "base_token_price_native_currency": "0.00000000328254534361181",
        "quote_token_price_usd": "3801.99107317556",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003282545344",
        "quote_token_price_base_token": "304641641",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "5179434685",
        "market_cap_usd": "5220077159.10794",
        "price_change_percentage": {
          "m5": "0.57",
          "h1": "7.04",
          "h6": "14.44",
          "h24": "32.64"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 3,
            "buyers": 8,
            "sellers": 3
          },
          "m15": {
            "buys": 26,
            "sells": 19,
            "buyers": 26,
            "sellers": 16
          },
          "m30": {
            "buys": 52,
            "sells": 42,
            "buyers": 50,
            "sellers": 37
          },
          "h1": {
            "buys": 116,
            "sells": 78,
            "buyers": 104,
            "sellers": 69
          },
          "h24": {
            "buys": 1079,
            "sells": 984,
            "buyers": 823,
            "sellers": 689
          }
        },
        "volume_usd": {
          "m5": "71253.8285241418",
          "h1": "2402478.78590686",
          "h6": "5326868.3147725",
          "h24": "20345061.6340423"
        },
        "reserve_in_usd": "52642001.4173"
      },
      "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": "base_0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00206097296903872",
        "base_token_price_native_currency": "0.000000544958147070445",
        "quote_token_price_usd": "3806.45",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000054",
        "quote_token_price_base_token": "1835003",
        "address": "0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
        "name": "SHIBA / WETH 0.3%",
        "pool_created_at": "2024-05-06T12:58:45Z",
        "fdv_usd": "20609730",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.57",
          "h1": "20.27",
          "h6": "-1.7",
          "h24": "-84.12"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 3,
            "buyers": 10,
            "sellers": 3
          },
          "m15": {
            "buys": 33,
            "sells": 13,
            "buyers": 31,
            "sellers": 13
          },
          "m30": {
            "buys": 65,
            "sells": 48,
            "buyers": 59,
            "sellers": 45
          },
          "h1": {
            "buys": 139,
            "sells": 111,
            "buyers": 117,
            "sellers": 92
          },
          "h24": {
            "buys": 8745,
            "sells": 4976,
            "buyers": 2383,
            "sellers": 1697
          }
        },
        "volume_usd": {
          "m5": "10505.5953638953",
          "h1": "156417.897624606",
          "h6": "1608154.4057218",
          "h24": "10288967.9202127"
        },
        "reserve_in_usd": "787083.1404"
      },
      "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_EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "3.86739221411046",
        "base_token_price_native_currency": "0.602344281971178",
        "quote_token_price_usd": "6.41",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.60234428",
        "quote_token_price_base_token": "1.66018012",
        "address": "EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
        "name": "RANDOM / TON 0.4%",
        "pool_created_at": "2024-05-15T16:23:22Z",
        "fdv_usd": "3692782",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "0.13",
          "h6": "-12.21",
          "h24": "70.2"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 5,
            "buyers": 3,
            "sellers": 4
          },
          "m30": {
            "buys": 7,
            "sells": 17,
            "buyers": 7,
            "sellers": 13
          },
          "h1": {
            "buys": 16,
            "sells": 26,
            "buyers": 13,
            "sellers": 22
          },
          "h24": {
            "buys": 1002,
            "sells": 698,
            "buyers": 357,
            "sellers": 325
          }
        },
        "volume_usd": {
          "m5": "512.8",
          "h1": "24183.6532793732",
          "h6": "240923.071904934",
          "h24": "769945.169481693"
        },
        "reserve_in_usd": "433209.8051"
      },
      "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.041687734699376",
        "base_token_price_native_currency": "0.00647477417839569",
        "quote_token_price_usd": "6.42",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00647477",
        "quote_token_price_base_token": "154.45",
        "address": "EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
        "name": "SHIT / TON",
        "pool_created_at": "2024-05-11T13:43:18Z",
        "fdv_usd": "4168676",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.67",
          "h1": "-0.01",
          "h6": "-4.39",
          "h24": "-4.11"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 5,
            "sells": 5,
            "buyers": 5,
            "sellers": 5
          },
          "m30": {
            "buys": 9,
            "sells": 10,
            "buyers": 8,
            "sellers": 10
          },
          "h1": {
            "buys": 13,
            "sells": 19,
            "buyers": 12,
            "sellers": 18
          },
          "h24": {
            "buys": 551,
            "sells": 471,
            "buyers": 391,
            "sellers": 356
          }
        },
        "volume_usd": {
          "m5": "1983.086739136",
          "h1": "14413.1465244326",
          "h6": "114287.851977864",
          "h24": "801193.045904769"
        },
        "reserve_in_usd": "1110448.091"
      },
      "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": "ton_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000859630321143539",
        "base_token_price_native_currency": "0.0000135060077484952",
        "quote_token_price_usd": "6.41",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001351",
        "quote_token_price_base_token": "74041.12",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "859630",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.89",
          "h1": "15.76",
          "h6": "49.6",
          "h24": "16773.08"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 7,
            "sells": 4,
            "buyers": 7,
            "sellers": 4
          },
          "m30": {
            "buys": 17,
            "sells": 11,
            "buyers": 17,
            "sellers": 11
          },
          "h1": {
            "buys": 23,
            "sells": 18,
            "buyers": 23,
            "sellers": 18
          },
          "h24": {
            "buys": 927,
            "sells": 547,
            "buyers": 537,
            "sellers": 323
          }
        },
        "volume_usd": {
          "m5": "730.4114270537",
          "h1": "6697.3932802538",
          "h6": "47241.3720006011",
          "h24": "225500.326936568"
        },
        "reserve_in_usd": "128036.0219"
      },
      "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_7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0412707133523846",
        "base_token_price_native_currency": "0.000214686010801033507350925",
        "quote_token_price_usd": "180.65",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00021469",
        "quote_token_price_base_token": "4657.97",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "39373832",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.42",
          "h1": "-10.55",
          "h6": "-10.52",
          "h24": "-9.58"
        },
        "transactions": {
          "m5": {
            "buys": 171,
            "sells": 54,
            "buyers": 149,
            "sellers": 41
          },
          "m15": {
            "buys": 253,
            "sells": 105,
            "buyers": 204,
            "sellers": 78
          },
          "m30": {
            "buys": 347,
            "sells": 184,
            "buyers": 266,
            "sellers": 143
          },
          "h1": {
            "buys": 642,
            "sells": 327,
            "buyers": 397,
            "sellers": 231
          },
          "h24": {
            "buys": 16471,
            "sells": 10778,
            "buyers": 5357,
            "sellers": 3763
          }
        },
        "volume_usd": {
          "m5": "86474.9185319693",
          "h1": "371714.313443266",
          "h6": "1221606.85551015",
          "h24": "17846449.5709343"
        },
        "reserve_in_usd": "939165.7552"
      },
      "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": "solana_7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0427539022106615",
        "base_token_price_native_currency": "0.00023630877862032398185318",
        "quote_token_price_usd": "180.65",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00023631",
        "quote_token_price_base_token": "4231.75",
        "address": "7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
        "name": "SLOTH / SOL",
        "pool_created_at": "2024-05-01T14:38:00Z",
        "fdv_usd": "79299678",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.59",
          "h1": "-0.71",
          "h6": "6.03",
          "h24": "-11.62"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 7,
            "buyers": 10,
            "sellers": 7
          },
          "m15": {
            "buys": 39,
            "sells": 34,
            "buyers": 35,
            "sellers": 33
          },
          "m30": {
            "buys": 80,
            "sells": 70,
            "buyers": 69,
            "sellers": 64
          },
          "h1": {
            "buys": 162,
            "sells": 141,
            "buyers": 134,
            "sellers": 119
          },
          "h24": {
            "buys": 6356,
            "sells": 4502,
            "buyers": 3418,
            "sellers": 2530
          }
        },
        "volume_usd": {
          "m5": "3387.49445222848",
          "h1": "243008.064479476",
          "h6": "1433185.50661861",
          "h24": "9788382.39054139"
        },
        "reserve_in_usd": "6158070.2085"
      },
      "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": "eth_0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000157369179783443",
        "base_token_price_native_currency": "0.0000000415042663192473",
        "quote_token_price_usd": "3803.0213434605",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004",
        "quote_token_price_base_token": "24093909",
        "address": "0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
        "name": "MAGA / WETH",
        "pool_created_at": "2024-05-16T14:08:11Z",
        "fdv_usd": "65047997",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.29",
          "h1": "-1.73",
          "h6": "-4.34",
          "h24": "63.13"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 15,
            "sells": 14,
            "buyers": 14,
            "sellers": 12
          },
          "m30": {
            "buys": 31,
            "sells": 32,
            "buyers": 26,
            "sellers": 27
          },
          "h1": {
            "buys": 69,
            "sells": 63,
            "buyers": 51,
            "sellers": 48
          },
          "h24": {
            "buys": 4524,
            "sells": 3431,
            "buyers": 2500,
            "sellers": 1740
          }
        },
        "volume_usd": {
          "m5": "246.641682579396",
          "h1": "456883.683737318",
          "h6": "5563669.7734595",
          "h24": "23533420.7552924"
        },
        "reserve_in_usd": "1829652.7058"
      },
      "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 的去中心化交易平台 API 為我們提供了快速、準確穩定的去中心化交易平台價格資料來源。它們的資料覆蓋範圍廣泛、易於使用且高度可靠。CoinGecko 的去中心化交易平台 API 已成為我們的關鍵去中心化交易平台價格饋送之一,Supra 利用它來整合來自眾多去中心化交易所的資料。」
「CoinGecko 的去中心化交易平台 API 已成為我們開發流程中必不可少的部分,它能夠輕鬆處理我們沒有精力管理的大量瑣碎任務。這極大地簡化了我們的工作流程,使我們能夠專注於核心開發工作。」
「CoinGecko 的去中心化交易平台 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 QR Code 或在應用程式商店中查找
coingecko
在app中繼續
追蹤即時匯率
開啟App