貨幣: 17,430
交易平台: 1,472
總市值: $ 2.769T 1.1%
24 小時交易量: $ 91.913B
Gas 費用: 0.444 GWEI
移除廣告

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

CoinGecko API 提供加密貨幣市場的全面範疇,
自 2014 年以來,CoinGecko 一直是全球最大、最具公信力的獨立加密資料權威。
資料來源:
深受各大領先 Web3 專案的信賴

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

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

高效擴充您的 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": "1.00051838419574",
      "base_token_price_native_currency": "0.000432749957864786",
      "quote_token_price_usd": "2317.8852206944",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0004327499579",
      "quote_token_price_base_token": "2310.803229038",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_name": "DAI / WETH",
      "pool_fee_percentage": "0.05",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "4438323964.77647",
      "market_cap_usd": "4438221416.58125",
      "price_change_percentage": {
        "m5": "0",
        "m15": "0.143",
        "m30": "0.163",
        "h1": "0.055",
        "h6": "0.278",
        "h24": "0.335"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 0,
          "buyers": 1,
          "sellers": 0
        },
        "m15": {
          "buys": 3,
          "sells": 1,
          "buyers": 3,
          "sellers": 1
        },
        "m30": {
          "buys": 5,
          "sells": 5,
          "buyers": 5,
          "sellers": 5
        },
        "h1": {
          "buys": 15,
          "sells": 31,
          "buyers": 15,
          "sellers": 27
        },
        "h6": {
          "buys": 125,
          "sells": 93,
          "buyers": 101,
          "sellers": 70
        },
        "h24": {
          "buys": 439,
          "sells": 441,
          "buyers": 299,
          "sellers": 254
        }
      },
      "volume_usd": {
        "m5": "139.2647360279",
        "m15": "858.0326369265",
        "m30": "1641.8427026665",
        "h1": "12762.9896820521",
        "h6": "56171.7538630134",
        "h24": "416133.760760087"
      },
      "reserve_in_usd": "2102635.2733",
      "locked_liquidity_percentage": null
    },
    "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_0x02369463dc939a3dac1a4644510ebb7d93ea3e71",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000230744142529113",
        "base_token_price_native_currency": "0.000000354217018971896",
        "quote_token_price_usd": "649.69",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000354217019",
        "quote_token_price_base_token": "2823128.04422122",
        "address": "0x02369463dc939a3dac1a4644510ebb7d93ea3e71",
        "name": "MBGA / WBNB",
        "pool_created_at": "2026-05-07T02:50:00Z",
        "fdv_usd": "230683.0678",
        "market_cap_usd": "230683.0678",
        "price_change_percentage": {
          "m5": "-0.037",
          "m15": "0.744",
          "m30": "0.614",
          "h1": "0.256",
          "h6": "5.623",
          "h24": "93.675"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 2,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 54,
            "sells": 14,
            "buyers": 2,
            "sellers": 1
          },
          "m30": {
            "buys": 124,
            "sells": 32,
            "buyers": 2,
            "sellers": 1
          },
          "h1": {
            "buys": 257,
            "sells": 69,
            "buyers": 2,
            "sellers": 2
          },
          "h6": {
            "buys": 1657,
            "sells": 479,
            "buyers": 26,
            "sellers": 34
          },
          "h24": {
            "buys": 26684,
            "sells": 11761,
            "buyers": 9835,
            "sellers": 9708
          }
        },
        "volume_usd": {
          "m5": "39.9971235244",
          "m15": "320.5284704215",
          "m30": "722.6967539041",
          "h1": "1658.2427877879",
          "h6": "27426.8243775074",
          "h24": "216438.74845217"
        },
        "reserve_in_usd": "47985.4537"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0xaa648834ea4f3ec34a6ce22042b6def9aa534444",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4qryQZJ1UK8ekpSvjTr4rMjdBQsUFTU8XeD6tw73Xb8z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00326883480184457152190948568058061102407414813712319187867896854",
        "base_token_price_native_currency": "0.0000346028346275083",
        "quote_token_price_usd": "93.714567867019313428958349007610022321650135798",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003460283463",
        "quote_token_price_base_token": "28899.3665046455",
        "address": "4qryQZJ1UK8ekpSvjTr4rMjdBQsUFTU8XeD6tw73Xb8z",
        "name": "HANTA / SOL",
        "pool_created_at": "2026-05-03T21:27:40Z",
        "fdv_usd": "3242454.1814697",
        "market_cap_usd": "3242454.42910965",
        "price_change_percentage": {
          "m5": "0.566",
          "m15": "-4.908",
          "m30": "-7.571",
          "h1": "-10.465",
          "h6": "-30.874",
          "h24": "-67.262"
        },
        "transactions": {
          "m5": {
            "buys": 39,
            "sells": 30,
            "buyers": 30,
            "sellers": 30
          },
          "m15": {
            "buys": 158,
            "sells": 104,
            "buyers": 112,
            "sellers": 99
          },
          "m30": {
            "buys": 254,
            "sells": 271,
            "buyers": 170,
            "sellers": 202
          },
          "h1": {
            "buys": 623,
            "sells": 451,
            "buyers": 309,
            "sellers": 342
          },
          "h6": {
            "buys": 5020,
            "sells": 4267,
            "buyers": 1766,
            "sellers": 1920
          },
          "h24": {
            "buys": 47447,
            "sells": 38492,
            "buyers": 10145,
            "sellers": 10164
          }
        },
        "volume_usd": {
          "m5": "5651.768650742",
          "m15": "28633.3779610272",
          "m30": "53740.1587877957",
          "h1": "99588.9804442112",
          "h6": "1066831.17358901",
          "h24": "11114864.3458385"
        },
        "reserve_in_usd": "234498.9456"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2tXpgu2DLTsPUf9zFmuZmA4xrYxXKBTpVq9wAM7hzs9y",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_J6hybSEsywufv8frkQiwU3hKDU9fb3pwynCFSA14sxTu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00139735064791198390117715215529889050274505170167683857261309486",
        "base_token_price_native_currency": "0.0000150280584293333",
        "quote_token_price_usd": "93.714524359119472955331822881341109076789539701",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001502805843",
        "quote_token_price_base_token": "66542.1953675731",
        "address": "J6hybSEsywufv8frkQiwU3hKDU9fb3pwynCFSA14sxTu",
        "name": "UAP / SOL",
        "pool_created_at": "2026-05-08T12:28:41Z",
        "fdv_usd": "1377746.84377611",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-2.465",
          "m15": "2.069",
          "m30": "-11.718",
          "h1": "-11.895",
          "h6": "20.853",
          "h24": "3727.94"
        },
        "transactions": {
          "m5": {
            "buys": 49,
            "sells": 21,
            "buyers": 24,
            "sellers": 21
          },
          "m15": {
            "buys": 346,
            "sells": 140,
            "buyers": 150,
            "sellers": 125
          },
          "m30": {
            "buys": 662,
            "sells": 334,
            "buyers": 321,
            "sellers": 287
          },
          "h1": {
            "buys": 1150,
            "sells": 748,
            "buyers": 580,
            "sellers": 568
          },
          "h6": {
            "buys": 8519,
            "sells": 6780,
            "buyers": 2823,
            "sellers": 2862
          },
          "h24": {
            "buys": 51349,
            "sells": 37266,
            "buyers": 10791,
            "sellers": 9606
          }
        },
        "volume_usd": {
          "m5": "3799.8121489399",
          "m15": "27942.2330688992",
          "m30": "69664.2270261693",
          "h1": "160160.344444366",
          "h6": "1528335.30540256",
          "h24": "7953591.21955912"
        },
        "reserve_in_usd": "118448.2883"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3jG3vjwbEuQCR3YkJKtLmH41jqHx9n36BBW1Kznkpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_6E5j2ezf4qXish7kdvvYQXaJaEZUhsQjfsaEdvKJu9TR",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00010990851964181551065607105708946362381729426636384090796116464",
        "base_token_price_native_currency": "0.00000112258738786693",
        "quote_token_price_usd": "93.71455509139043998233488956925179620992548184",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001122587388",
        "quote_token_price_base_token": "890799.24717499",
        "address": "6E5j2ezf4qXish7kdvvYQXaJaEZUhsQjfsaEdvKJu9TR",
        "name": "UFO / SOL",
        "pool_created_at": "2026-05-08T12:14:48Z",
        "fdv_usd": "107879.9991",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "7.781",
          "m30": "1.165",
          "h1": "8.57",
          "h6": "-11.38",
          "h24": "196.387"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 33,
            "sells": 39,
            "buyers": 25,
            "sellers": 33
          },
          "m30": {
            "buys": 68,
            "sells": 77,
            "buyers": 46,
            "sellers": 63
          },
          "h1": {
            "buys": 124,
            "sells": 153,
            "buyers": 83,
            "sellers": 122
          },
          "h6": {
            "buys": 1025,
            "sells": 913,
            "buyers": 476,
            "sellers": 531
          },
          "h24": {
            "buys": 48658,
            "sells": 41348,
            "buyers": 9550,
            "sellers": 8806
          }
        },
        "volume_usd": {
          "m5": "182.8181812393",
          "m15": "5039.8219122892",
          "m30": "8485.0766823616",
          "h1": "14479.6780104655",
          "h6": "105423.117342861",
          "h24": "7427631.36281146"
        },
        "reserve_in_usd": "33967.9923"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Au2PSMbU2jX8QW8FrM98xAy6SVY9XhBmCd9BRqfwpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQAz3tUhxP66d_zQA4hagFSgmo5M3Ak5cynEZnnUH_mijDw5",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00865592299254518",
        "base_token_price_native_currency": "0.00339639557067509",
        "quote_token_price_usd": "2.55",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.003396395571",
        "quote_token_price_base_token": "294.429779804",
        "address": "EQAz3tUhxP66d_zQA4hagFSgmo5M3Ak5cynEZnnUH_mijDw5",
        "name": "道德經 / TON 0.25%",
        "pool_created_at": "2026-05-07T13:33:06Z",
        "fdv_usd": "865592.281988154",
        "market_cap_usd": "865592.2993",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.219",
          "m30": "4.151",
          "h1": "-3.904",
          "h6": "-8.424",
          "h24": "5518.514"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 14,
            "sells": 13,
            "buyers": 13,
            "sellers": 11
          },
          "m30": {
            "buys": 35,
            "sells": 30,
            "buyers": 31,
            "sellers": 26
          },
          "h1": {
            "buys": 87,
            "sells": 63,
            "buyers": 67,
            "sellers": 56
          },
          "h6": {
            "buys": 714,
            "sells": 511,
            "buyers": 380,
            "sellers": 312
          },
          "h24": {
            "buys": 4956,
            "sells": 3877,
            "buyers": 1813,
            "sellers": 1311
          }
        },
        "volume_usd": {
          "m5": "68.9703944046",
          "m15": "2666.7091856484",
          "m30": "12684.3142416767",
          "h1": "28894.0824478243",
          "h6": "258399.261062908",
          "h24": "1588074.07818792"
        },
        "reserve_in_usd": "71219.0994"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQDNSqsfNSDXdCEhU1DZIgfZUktbx3IfMpxW3Gre9VQPC5ss",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9ViX1VductEoC2wERTSp2TuDxXPwAf69aeET8ENPJpsN",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0440030252333528296458239854976194946572547313",
        "base_token_price_native_currency": "0.000468703810540359",
        "quote_token_price_usd": "93.764177031920666817597426827",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0004687038105",
        "quote_token_price_base_token": "2133.543567412",
        "address": "9ViX1VductEoC2wERTSp2TuDxXPwAf69aeET8ENPJpsN",
        "name": "aura / SOL",
        "pool_created_at": "2024-05-30T20:01:08Z",
        "fdv_usd": "42592637.3556527",
        "market_cap_usd": "42592637.3556649",
        "price_change_percentage": {
          "m5": "2.07",
          "m15": "8.379",
          "m30": "2.68",
          "h1": "16.557",
          "h6": "85.826",
          "h24": "378.91"
        },
        "transactions": {
          "m5": {
            "buys": 51,
            "sells": 96,
            "buyers": 37,
            "sellers": 43
          },
          "m15": {
            "buys": 295,
            "sells": 246,
            "buyers": 176,
            "sellers": 120
          },
          "m30": {
            "buys": 747,
            "sells": 752,
            "buyers": 364,
            "sellers": 285
          },
          "h1": {
            "buys": 1692,
            "sells": 1700,
            "buyers": 693,
            "sellers": 490
          },
          "h6": {
            "buys": 9367,
            "sells": 9152,
            "buyers": 2171,
            "sellers": 1577
          },
          "h24": {
            "buys": 18749,
            "sells": 17946,
            "buyers": 3732,
            "sellers": 2789
          }
        },
        "volume_usd": {
          "m5": "54532.5966760079",
          "m15": "163416.186635454",
          "m30": "498671.743569777",
          "h1": "1133939.6306137",
          "h6": "5734939.56309305",
          "h24": "10567297.5974906"
        },
        "reserve_in_usd": "2776600.1311"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_DtR4D9FtVoTX2569gaL837ZgrB6wNjj6tkmnX9Rdk9B2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7nVP4qykvMpEuhobyrzCn1TQiz7K8PMK5UXQeeBrZyh",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0012593542228612579696194649940079791378596472099227609513605522",
        "base_token_price_native_currency": "0.0000135550520816928",
        "quote_token_price_usd": "93.78814372632404651075923927324314779164701309",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001355505208",
        "quote_token_price_base_token": "73773.2318528367",
        "address": "7nVP4qykvMpEuhobyrzCn1TQiz7K8PMK5UXQeeBrZyh",
        "name": "Aliens / SOL",
        "pool_created_at": "2026-02-15T00:08:26Z",
        "fdv_usd": "1259354.223",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.272",
          "m15": "-3.584",
          "m30": "-1.099",
          "h1": "0.028",
          "h6": "-26.272",
          "h24": "-16.579"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m15": {
            "buys": 28,
            "sells": 31,
            "buyers": 26,
            "sellers": 30
          },
          "m30": {
            "buys": 85,
            "sells": 82,
            "buyers": 60,
            "sellers": 78
          },
          "h1": {
            "buys": 326,
            "sells": 306,
            "buyers": 203,
            "sellers": 228
          },
          "h6": {
            "buys": 2231,
            "sells": 1742,
            "buyers": 1000,
            "sellers": 971
          },
          "h24": {
            "buys": 25717,
            "sells": 20271,
            "buyers": 6734,
            "sellers": 6534
          }
        },
        "volume_usd": {
          "m5": "1489.2016181238",
          "m15": "7571.9078469799",
          "m30": "15131.4857008873",
          "h1": "95698.1311195255",
          "h6": "451985.905324604",
          "h24": "7502809.36070941"
        },
        "reserve_in_usd": "186870.4845"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_F5tfztTnE4sYsMhZT5KrFpWvHmYSfJZoRjCuxKPbpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x7c84276e317f128b55bd270dbfba3ef94c84b984c124a1de7c4f72da90bfba45",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.126872357873588",
        "base_token_price_native_currency": "0.0000559647601103457",
        "quote_token_price_usd": "2314.56",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00005596476011",
        "quote_token_price_base_token": "17868.3871427002",
        "address": "0x7c84276e317f128b55bd270dbfba3ef94c84b984c124a1de7c4f72da90bfba45",
        "name": "POD / ETH 1%",
        "pool_created_at": "2026-03-02T17:54:15Z",
        "fdv_usd": "63436178.95",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-2.055",
          "m15": "-3.164",
          "m30": "-8.807",
          "h1": "-11.54",
          "h6": "-21.618",
          "h24": "40.97"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 10,
            "sells": 8,
            "buyers": 9,
            "sellers": 6
          },
          "m30": {
            "buys": 21,
            "sells": 22,
            "buyers": 16,
            "sellers": 20
          },
          "h1": {
            "buys": 61,
            "sells": 38,
            "buyers": 47,
            "sellers": 31
          },
          "h6": {
            "buys": 315,
            "sells": 247,
            "buyers": 162,
            "sellers": 153
          },
          "h24": {
            "buys": 1822,
            "sells": 1150,
            "buyers": 480,
            "sellers": 415
          }
        },
        "volume_usd": {
          "m5": "1502.0866861151",
          "m15": "36686.4472449871",
          "m30": "66611.1020220973",
          "h1": "127980.383397572",
          "h6": "612809.406179597",
          "h24": "3187071.9789292"
        },
        "reserve_in_usd": "2121444.6211"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xed664536023d8e4b1640c394777d34abaff1df8f",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQAUclx_Idff_d03WczcbF9rU-e7EPYK8AR3z5BH2FzHpyMT",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00290139350203326",
        "base_token_price_native_currency": "0.00113591397272787",
        "quote_token_price_usd": "2.55",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.001135913973",
        "quote_token_price_base_token": "880.348357366",
        "address": "EQAUclx_Idff_d03WczcbF9rU-e7EPYK8AR3z5BH2FzHpyMT",
        "name": "Acton / TON 0.25%",
        "pool_created_at": "2026-05-07T20:05:38Z",
        "fdv_usd": "294051.3002",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0",
          "m15": "6.923",
          "m30": "20.363",
          "h1": "18.566",
          "h6": "44.807",
          "h24": "69.626"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 24,
            "sells": 6,
            "buyers": 22,
            "sellers": 5
          },
          "m30": {
            "buys": 26,
            "sells": 15,
            "buyers": 24,
            "sellers": 13
          },
          "h1": {
            "buys": 36,
            "sells": 21,
            "buyers": 34,
            "sellers": 18
          },
          "h6": {
            "buys": 99,
            "sells": 52,
            "buyers": 86,
            "sellers": 42
          },
          "h24": {
            "buys": 2230,
            "sells": 1523,
            "buyers": 1019,
            "sellers": 769
          }
        },
        "volume_usd": {
          "m5": "175.7250570158",
          "m15": "639.515641619",
          "m30": "4641.7568021947",
          "h1": "5184.3550114488",
          "h6": "12988.3634924346",
          "h24": "374852.402764509"
        },
        "reserve_in_usd": "37944.8078"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBrE_gHNIgXiYHoAxtFMFeA07xNtYWpWc7bqkgQh4S-bZ8t",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_6ZgRwW3UcGdyRAiJ3NwGYHszeqs4WzAABFTJRceboFVP",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0006084099192674036313584641096074867189192335801433371552840916",
        "base_token_price_native_currency": "0.00000642532259590625",
        "quote_token_price_usd": "93.714567867019313428958349007610022321650135798",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000006425322596",
        "quote_token_price_base_token": "155634.209033664",
        "address": "6ZgRwW3UcGdyRAiJ3NwGYHszeqs4WzAABFTJRceboFVP",
        "name": "Bear / SOL",
        "pool_created_at": "2026-05-08T17:05:47Z",
        "fdv_usd": "602132.36477038",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-3.774",
          "m15": "13.808",
          "m30": "42.929",
          "h1": "105.658",
          "h6": "135.747",
          "h24": "1583.568"
        },
        "transactions": {
          "m5": {
            "buys": 36,
            "sells": 30,
            "buyers": 31,
            "sellers": 27
          },
          "m15": {
            "buys": 292,
            "sells": 259,
            "buyers": 171,
            "sellers": 170
          },
          "m30": {
            "buys": 516,
            "sells": 447,
            "buyers": 273,
            "sellers": 273
          },
          "h1": {
            "buys": 737,
            "sells": 677,
            "buyers": 370,
            "sellers": 400
          },
          "h6": {
            "buys": 3764,
            "sells": 2977,
            "buyers": 1167,
            "sellers": 1193
          },
          "h24": {
            "buys": 26554,
            "sells": 20814,
            "buyers": 6002,
            "sellers": 5406
          }
        },
        "volume_usd": {
          "m5": "8434.1646225577",
          "m15": "42301.9490079625",
          "m30": "72427.3999535303",
          "h1": "96617.7131380709",
          "h6": "534701.927278285",
          "h24": "3576468.63548244"
        },
        "reserve_in_usd": "73687.418"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8BuGJvmzrtKg1Pq31pdcabFk5UVdvykAYqNqPfWGpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x01784ef301d79e4b2df3a21ad9a536d4cf09a5ce",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "15.345487196935",
        "base_token_price_native_currency": "0.00659172207152576",
        "quote_token_price_usd": "2314.2",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.006591722072",
        "quote_token_price_base_token": "151.705425251",
        "address": "0x01784ef301d79e4b2df3a21ad9a536d4cf09a5ce",
        "name": "VVV / WETH",
        "pool_created_at": "2025-01-27T16:44:59Z",
        "fdv_usd": "1225642060.47197",
        "market_cap_usd": "705381390.068543",
        "price_change_percentage": {
          "m5": "0.001",
          "m15": "0.054",
          "m30": "-0.673",
          "h1": "0.652",
          "h6": "6.587",
          "h24": "14.361"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 61,
            "sells": 19,
            "buyers": 14,
            "sellers": 12
          },
          "m30": {
            "buys": 83,
            "sells": 71,
            "buyers": 18,
            "sellers": 29
          },
          "h1": {
            "buys": 212,
            "sells": 118,
            "buyers": 36,
            "sellers": 37
          },
          "h6": {
            "buys": 2307,
            "sells": 2321,
            "buyers": 264,
            "sellers": 414
          },
          "h24": {
            "buys": 5029,
            "sells": 3841,
            "buyers": 404,
            "sellers": 589
          }
        },
        "volume_usd": {
          "m5": "2047.9390967517",
          "m15": "33392.6126805455",
          "m30": "56679.269467368",
          "h1": "115902.629167895",
          "h6": "2637713.76871157",
          "h24": "4321330.99481867"
        },
        "reserve_in_usd": "9671149.6431"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xacfe6019ed1a7dc6f7b508c02d1b04ec88cc21bf",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x673dbd89b4de73f139ccca01f515536d386bc993c35efb3abf0a4d4b02b6dd20",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0912380536428325",
        "base_token_price_native_currency": "0.000141242580856336",
        "quote_token_price_usd": "0.998790643741987",
        "quote_token_price_native_currency": "0.00153358140093508",
        "base_token_price_quote_token": "0.09209982644",
        "quote_token_price_base_token": "10.8577837621",
        "address": "0x673dbd89b4de73f139ccca01f515536d386bc993c35efb3abf0a4d4b02b6dd20",
        "name": "BILL / USDT 0.007%",
        "pool_created_at": "2026-05-03T11:42:10Z",
        "fdv_usd": "17923680.1564421",
        "market_cap_usd": "222751197.95256",
        "price_change_percentage": {
          "m5": "2.764",
          "m15": "-3.085",
          "m30": "-4.081",
          "h1": "-4.387",
          "h6": "7.472",
          "h24": "14.832"
        },
        "transactions": {
          "m5": {
            "buys": 208,
            "sells": 185,
            "buyers": 126,
            "sellers": 111
          },
          "m15": {
            "buys": 1295,
            "sells": 1244,
            "buyers": 390,
            "sellers": 417
          },
          "m30": {
            "buys": 2178,
            "sells": 2137,
            "buyers": 530,
            "sellers": 551
          },
          "h1": {
            "buys": 3949,
            "sells": 3938,
            "buyers": 759,
            "sellers": 756
          },
          "h6": {
            "buys": 20017,
            "sells": 19659,
            "buyers": 1980,
            "sellers": 1930
          },
          "h24": {
            "buys": 109194,
            "sells": 100402,
            "buyers": 13859,
            "sellers": 4274
          }
        },
        "volume_usd": {
          "m5": "106862.599963806",
          "m15": "717521.314842079",
          "m30": "1137837.04043317",
          "h1": "2004229.90580576",
          "h6": "10098341.6276618",
          "h24": "52241743.7730703"
        },
        "reserve_in_usd": "1977081.5143"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0xdf24f8c21cb404b3031a450d8e049d6e39fc1fa5",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-infinity-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xa682edb626e90bbf54ded4538c5bc1fa92b8e918",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00198315092710055",
        "base_token_price_native_currency": "0.000000856198477242733",
        "quote_token_price_usd": "2316.67902499529",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000008561984772",
        "quote_token_price_base_token": "1167953.49043409",
        "address": "0xa682edb626e90bbf54ded4538c5bc1fa92b8e918",
        "name": "ELIEN / WETH",
        "pool_created_at": "2026-04-22T16:42:35Z",
        "fdv_usd": "1983150.927",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-4.401",
          "m15": "-6.244",
          "m30": "-5.73",
          "h1": "-5.207",
          "h6": "35.632",
          "h24": "73.817"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 6,
            "sells": 8,
            "buyers": 6,
            "sellers": 7
          },
          "m30": {
            "buys": 12,
            "sells": 13,
            "buyers": 12,
            "sellers": 11
          },
          "h1": {
            "buys": 45,
            "sells": 38,
            "buyers": 36,
            "sellers": 31
          },
          "h6": {
            "buys": 347,
            "sells": 282,
            "buyers": 213,
            "sellers": 172
          },
          "h24": {
            "buys": 2258,
            "sells": 1791,
            "buyers": 932,
            "sellers": 800
          }
        },
        "volume_usd": {
          "m5": "3447.3738840409",
          "m15": "4963.2122518807",
          "m30": "12571.7997549146",
          "h1": "36316.5762509466",
          "h6": "241817.809619747",
          "h24": "1689021.75584603"
        },
        "reserve_in_usd": "158544.4774"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xc7e4254a72169fdf7a2e080462724f2f642daf7e",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCO9NDT4Il25_4ZpHIOgMAUbRJvpsI9pLzqhD8X7eTVB7X_",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0487064033843445",
        "base_token_price_native_currency": "0.0189902632481047",
        "quote_token_price_usd": "2.54",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01899026325",
        "quote_token_price_base_token": "52.658564388",
        "address": "EQCO9NDT4Il25_4ZpHIOgMAUbRJvpsI9pLzqhD8X7eTVB7X_",
        "name": "UTYA / TON",
        "pool_created_at": "2024-04-11T17:23:13Z",
        "fdv_usd": "48219322.2631585",
        "market_cap_usd": "48706403.38",
        "price_change_percentage": {
          "m5": "0.905",
          "m15": "-2.011",
          "m30": "-2.011",
          "h1": "-1.066",
          "h6": "3.973",
          "h24": "2.405"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 6,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "m30": {
            "buys": 6,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "h1": {
            "buys": 11,
            "sells": 4,
            "buyers": 8,
            "sellers": 4
          },
          "h6": {
            "buys": 53,
            "sells": 63,
            "buyers": 36,
            "sellers": 39
          },
          "h24": {
            "buys": 371,
            "sells": 267,
            "buyers": 184,
            "sellers": 138
          }
        },
        "volume_usd": {
          "m5": "3091.815",
          "m15": "15062.6719402448",
          "m30": "15062.6719402448",
          "h1": "25300.505609972",
          "h6": "162843.18537225",
          "h24": "745882.089803069"
        },
        "reserve_in_usd": "1298663.3145"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBaCgUwOoc6gHCNln_oJzb0mVs79YG7wYoavh-o1ItaneLA",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000984993419677821",
        "base_token_price_native_currency": "0.0000000435255171866344",
        "quote_token_price_usd": "2314.73",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004352551719",
        "quote_token_price_base_token": "22975028.5496223",
        "address": "0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
        "name": "LFI / WETH",
        "pool_created_at": "2026-05-01T16:42:23Z",
        "fdv_usd": "9849934.197",
        "market_cap_usd": "6205446.63497526",
        "price_change_percentage": {
          "m5": "-0.196",
          "m15": "-0.196",
          "m30": "-0.325",
          "h1": "-4.639",
          "h6": "8.768",
          "h24": "21.639"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m15": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m30": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "h1": {
            "buys": 13,
            "sells": 33,
            "buyers": 12,
            "sellers": 23
          },
          "h6": {
            "buys": 158,
            "sells": 184,
            "buyers": 106,
            "sellers": 121
          },
          "h24": {
            "buys": 602,
            "sells": 753,
            "buyers": 278,
            "sellers": 353
          }
        },
        "volume_usd": {
          "m5": "603.497008198",
          "m15": "603.497008198",
          "m30": "764.1106362871",
          "h1": "4837.9980942625",
          "h6": "93690.234353255",
          "h24": "299374.946567044"
        },
        "reserve_in_usd": "718483.859"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x3722264ab15a1dfce5a5af89e6547f7949a8aba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xb04b187062efbf94cf9b4b6f42bf688258d3c88b7c9283bbc74dbbfb1af40d54",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000297991347882708",
        "base_token_price_native_currency": "0.0000000128073581932524",
        "quote_token_price_usd": "2314.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000001280735819",
        "quote_token_price_base_token": "78080114.9550774",
        "address": "0xb04b187062efbf94cf9b4b6f42bf688258d3c88b7c9283bbc74dbbfb1af40d54",
        "name": "ClawBank / WETH",
        "pool_created_at": "2026-02-09T16:39:29Z",
        "fdv_usd": "3040725.931",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "3.074",
          "m15": "3.269",
          "m30": "3.249",
          "h1": "3.007",
          "h6": "15.634",
          "h24": "60.585"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 5,
            "sells": 5,
            "buyers": 5,
            "sellers": 5
          },
          "m30": {
            "buys": 8,
            "sells": 9,
            "buyers": 8,
            "sellers": 9
          },
          "h1": {
            "buys": 9,
            "sells": 20,
            "buyers": 9,
            "sellers": 14
          },
          "h6": {
            "buys": 92,
            "sells": 198,
            "buyers": 79,
            "sellers": 114
          },
          "h24": {
            "buys": 640,
            "sells": 1212,
            "buyers": 395,
            "sellers": 483
          }
        },
        "volume_usd": {
          "m5": "2059.5729829742",
          "m15": "2262.6926383762",
          "m30": "2490.7472879284",
          "h1": "2997.5284999079",
          "h6": "68857.7218227722",
          "h24": "452338.179794771"
        },
        "reserve_in_usd": "2956758.8069"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x16332535e2c27da578bc2e82beb09ce9d3c8eb07",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x3f0296bf652e19bca772ec3df08b32732f93014a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.927086568193129",
        "base_token_price_native_currency": "0.000399331980689079",
        "quote_token_price_usd": "2314.34",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0003993319807",
        "quote_token_price_base_token": "2504.182105011",
        "address": "0x3f0296bf652e19bca772ec3df08b32732f93014a",
        "name": "VIRTUAL / WETH 0.05%",
        "pool_created_at": "2025-01-06T20:15:25Z",
        "fdv_usd": "461047155.554697",
        "market_cap_usd": "608753186.365501",
        "price_change_percentage": {
          "m5": "-0.016",
          "m15": "-0.005",
          "m30": "-0.911",
          "h1": "-1.584",
          "h6": "-2.769",
          "h24": "-0.197"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 8,
            "buyers": 5,
            "sellers": 5
          },
          "m15": {
            "buys": 78,
            "sells": 66,
            "buyers": 54,
            "sellers": 28
          },
          "m30": {
            "buys": 203,
            "sells": 169,
            "buyers": 104,
            "sellers": 46
          },
          "h1": {
            "buys": 393,
            "sells": 334,
            "buyers": 165,
            "sellers": 92
          },
          "h6": {
            "buys": 2523,
            "sells": 2298,
            "buyers": 581,
            "sellers": 414
          },
          "h24": {
            "buys": 11548,
            "sells": 11600,
            "buyers": 1776,
            "sellers": 1391
          }
        },
        "volume_usd": {
          "m5": "5039.4078394014",
          "m15": "47363.057429273",
          "m30": "165390.841331349",
          "h1": "350911.490621493",
          "h6": "2305393.63296537",
          "h24": "10321176.8671016"
        },
        "reserve_in_usd": "831871.2297"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-slipstream",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DMnTidVC8dMxRxUzFyZ4StQkbS4R8ACwxhNsEyi6u3Lx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00605401617993320124894183385883997156092535516331448453531778134",
        "base_token_price_native_currency": "0.0000640493889830787",
        "quote_token_price_usd": "93.714567867019313428958349007610022321650135798",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006404938898",
        "quote_token_price_base_token": "15612.9514407107",
        "address": "DMnTidVC8dMxRxUzFyZ4StQkbS4R8ACwxhNsEyi6u3Lx",
        "name": "maxxing / SOL",
        "pool_created_at": "2025-12-01T22:37:46Z",
        "fdv_usd": "6031843.76679953",
        "market_cap_usd": "6031843.76679953",
        "price_change_percentage": {
          "m5": "0.576",
          "m15": "0.399",
          "m30": "0.782",
          "h1": "3.537",
          "h6": "-12.596",
          "h24": "64.248"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 2,
            "buyers": 6,
            "sellers": 2
          },
          "m15": {
            "buys": 22,
            "sells": 19,
            "buyers": 19,
            "sellers": 17
          },
          "m30": {
            "buys": 47,
            "sells": 55,
            "buyers": 36,
            "sellers": 49
          },
          "h1": {
            "buys": 90,
            "sells": 121,
            "buyers": 65,
            "sellers": 103
          },
          "h6": {
            "buys": 1755,
            "sells": 1563,
            "buyers": 754,
            "sellers": 862
          },
          "h24": {
            "buys": 5146,
            "sells": 4642,
            "buyers": 1751,
            "sellers": 1798
          }
        },
        "volume_usd": {
          "m5": "962.0921365815",
          "m15": "2829.1926858357",
          "m30": "10980.797859899",
          "h1": "23437.4561575604",
          "h6": "630148.375112521",
          "h24": "2243613.00078157"
        },
        "reserve_in_usd": "395566.5001"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_32CdQdBUxbCsLy5AUHWmyidfwhgGUr9N573NBUrDpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x659be70647b0f63217d60e077f4417b1ecc65064",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0810800467073463",
        "base_token_price_native_currency": "0.00003490128918815513684392424682618",
        "quote_token_price_usd": "1.00142107937706",
        "quote_token_price_native_currency": "0.000432702662260971",
        "base_token_price_quote_token": "0.08065882702",
        "quote_token_price_base_token": "12.3978991128",
        "address": "0x659be70647b0f63217d60e077f4417b1ecc65064",
        "name": "FUN / USDC 1%",
        "pool_created_at": "2026-01-15T13:53:08Z",
        "fdv_usd": "81080046.6848246",
        "market_cap_usd": "14432248.31438",
        "price_change_percentage": {
          "m5": "0.416",
          "m15": "2.755",
          "m30": "2.933",
          "h1": "3.304",
          "h6": "-4.384",
          "h24": "21.553"
        },
        "transactions": {
          "m5": {
            "buys": 29,
            "sells": 0,
            "buyers": 9,
            "sellers": 0
          },
          "m15": {
            "buys": 136,
            "sells": 3,
            "buyers": 35,
            "sellers": 3
          },
          "m30": {
            "buys": 235,
            "sells": 15,
            "buyers": 45,
            "sellers": 13
          },
          "h1": {
            "buys": 288,
            "sells": 39,
            "buyers": 54,
            "sellers": 27
          },
          "h6": {
            "buys": 1657,
            "sells": 1092,
            "buyers": 207,
            "sellers": 204
          },
          "h24": {
            "buys": 7970,
            "sells": 6292,
            "buyers": 642,
            "sellers": 885
          }
        },
        "volume_usd": {
          "m5": "2426.4376431226",
          "m15": "10108.2851880647",
          "m30": "17253.7450909918",
          "h1": "25403.0198903825",
          "h6": "385310.54289778",
          "h24": "2675508.07699489"
        },
        "reserve_in_usd": "583078.0597"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x16ee7ecac70d1028e7712751e2ee6ba808a7dd92",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-slipstream-2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xf630370cbfeb1d04c5c7b564143010e8d30b4e10",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.142444964944564",
        "base_token_price_native_currency": "0.0000615502210172005",
        "quote_token_price_usd": "2314.2",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006155022102",
        "quote_token_price_base_token": "16246.8953559167",
        "address": "0xf630370cbfeb1d04c5c7b564143010e8d30b4e10",
        "name": "LAND / WETH 1%",
        "pool_created_at": "2026-05-05T11:37:47Z",
        "fdv_usd": "321367.204800029",
        "market_cap_usd": "321367.204928742",
        "price_change_percentage": {
          "m5": "-0.016",
          "m15": "1.739",
          "m30": "-1.689",
          "h1": "-7.463",
          "h6": "-28.08",
          "h24": "-82.007"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 3,
            "buyers": 3,
            "sellers": 3
          },
          "m30": {
            "buys": 11,
            "sells": 11,
            "buyers": 9,
            "sellers": 11
          },
          "h1": {
            "buys": 35,
            "sells": 33,
            "buyers": 26,
            "sellers": 29
          },
          "h6": {
            "buys": 301,
            "sells": 351,
            "buyers": 183,
            "sellers": 275
          },
          "h24": {
            "buys": 2241,
            "sells": 2102,
            "buyers": 758,
            "sellers": 989
          }
        },
        "volume_usd": {
          "m5": "2.3899135844",
          "m15": "116.74439718",
          "m30": "2446.3916968378",
          "h1": "5727.402720607",
          "h6": "93303.1060361676",
          "h24": "1446244.87725548"
        },
        "reserve_in_usd": "101089.214"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xb738b1568f08b0d6894a580ef805e9298ebfab46",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    }
  ]
}
支援的網路

跨多條區塊鏈的廣泛覆蓋範圍

無論是主要區塊鏈到新上市,從 200+ 網絡獲取加密貨幣價格和市場資料。

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
SOL
Solana
比特幣單位
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-BR
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(幣虎)
歡迎回來!
在幾秒內登入或註冊
忘記密碼?
沒有收到確認信件?
重新寄送確認信
密碼最少要有8個字,其中必須包含1個大寫字母、1個小寫字母、1個數字及一個特殊符號
若繼續,即表示您確認已閱讀並完全同意我們的 服務條款 隱私政策
透過 CoinGecko 應用程式接收價格提醒
忘記密碼?
您將在幾分鐘後收到一封電子郵件,內有重新設定密碼的步驟說明。
重新寄送確認信
您將在幾分鐘後收到一封電子郵件,內有驗證帳號的步驟說明。
獲取 CoinGecko 應用程式。
掃描此二維條碼立即下載應用程式 App QR Code 或在應用程式商店中查找
新增 NFT
追蹤錢包位址
貼上
僅顯示來自支援網路的資產。
Ethereum Mainnet
Base Mainnet
BNB Smart Chain
Arbitrum
Avalanche
Fantom
Flare
Gnosis
Linea
Optimism
Polygon
Polygon zkEVM
Scroll
Stellar
Story
Syscoin
Telos
X Layer
Xai
僅限讀取權限
僅抓取公開資料。不存取私鑰,也不需簽署交易,我們無法對您的錢包進行任何操作。
建立投資組合
選取圖示
💎
🔥
👀
🚀
💰
🦍
🌱
💩
🌙
🪂
💚
CoinGecko
使用應用程式體驗更佳
即時價格警報,更快、更順暢的體驗。
您已達到上限。
訪客投資組合僅限於 10 貨幣。註冊或登入,保存下列所列貨幣。