貨幣: 17,139
交易平台: 1,296
總市值: $ 2.780T 0.5%
24 小時交易量: $ 123.032B
Gas 費用: 0.6 GWEI
去除廣告

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

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

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

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

高效擴充您的 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.999878847295872",
      "base_token_price_native_currency": "0.0005530224203521",
      "quote_token_price_usd": "1811.67",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005530224204",
      "quote_token_price_base_token": "1808.2449521",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3132383519.25525",
      "market_cap_usd": "3129517915.41415",
      "price_change_percentage": {
        "m5": "-0.06",
        "m15": "-0.04",
        "m30": "-0.23",
        "h1": "-0.12",
        "h6": "0.4",
        "h24": "0.11"
      },
      "transactions": {
        "m5": {
          "buys": 4,
          "sells": 3,
          "buyers": 3,
          "sellers": 3
        },
        "m15": {
          "buys": 5,
          "sells": 5,
          "buyers": 4,
          "sellers": 5
        },
        "m30": {
          "buys": 11,
          "sells": 8,
          "buyers": 7,
          "sellers": 7
        },
        "h1": {
          "buys": 44,
          "sells": 28,
          "buyers": 29,
          "sellers": 22
        },
        "h6": {
          "buys": 212,
          "sells": 203,
          "buyers": 110,
          "sellers": 102
        },
        "h24": {
          "buys": 618,
          "sells": 668,
          "buyers": 229,
          "sellers": 220
        }
      },
      "volume_usd": {
        "m5": "3341.1503114593",
        "m15": "4711.7569990316",
        "m30": "9480.538009126",
        "h1": "34276.735516187",
        "h6": "416813.729335708",
        "h24": "814341.411844207"
      },
      "reserve_in_usd": "2244156.733",
      "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_0x82bb7279d6ac87e180864f6e55217c79b06d8829",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000156454539648695",
        "base_token_price_native_currency": "0.00000000264560596434306",
        "quote_token_price_usd": "587.79",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000002645605964",
        "quote_token_price_base_token": "377985237.96733",
        "address": "0x82bb7279d6ac87e180864f6e55217c79b06d8829",
        "name": "BOTTLE / WBNB",
        "pool_created_at": "2025-04-03T18:00:05Z",
        "fdv_usd": "1564.545396487",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0",
          "h1": "0",
          "h6": "0",
          "h24": "-97.12"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m30": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "h1": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "h6": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "h24": {
            "buys": 98,
            "sells": 198,
            "buyers": 65,
            "sellers": 68
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "0.0",
          "m30": "0.0",
          "h1": "0.0",
          "h6": "0.0",
          "h24": "32673.6356049793"
        },
        "reserve_in_usd": "2684.1275"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x12cd5ad420929f7021c37fa31bcb4d0fd74220aa",
            "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_8n1LYpyMePFzf2kXueHvXtqve6J53wBW4oG9vincr3x7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000578392706494077",
        "base_token_price_native_currency": "0.00000476431909037495",
        "quote_token_price_usd": "121.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000476431909",
        "quote_token_price_base_token": "209893.582069311",
        "address": "8n1LYpyMePFzf2kXueHvXtqve6J53wBW4oG9vincr3x7",
        "name": "GOLD / SOL",
        "pool_created_at": "2025-03-14T02:44:56Z",
        "fdv_usd": "578109.979728112",
        "market_cap_usd": "546764.768322471",
        "price_change_percentage": {
          "m5": "6.25",
          "m15": "-2.37",
          "m30": "-10.05",
          "h1": "-15.37",
          "h6": "-24.42",
          "h24": "26.3"
        },
        "transactions": {
          "m5": {
            "buys": 44,
            "sells": 42,
            "buyers": 41,
            "sellers": 41
          },
          "m15": {
            "buys": 147,
            "sells": 99,
            "buyers": 122,
            "sellers": 96
          },
          "m30": {
            "buys": 259,
            "sells": 182,
            "buyers": 207,
            "sellers": 169
          },
          "h1": {
            "buys": 460,
            "sells": 368,
            "buyers": 332,
            "sellers": 322
          },
          "h6": {
            "buys": 2330,
            "sells": 2237,
            "buyers": 1173,
            "sellers": 1355
          },
          "h24": {
            "buys": 18279,
            "sells": 14236,
            "buyers": 6306,
            "sellers": 5048
          }
        },
        "volume_usd": {
          "m5": "6889.9076823912",
          "m15": "25781.6001930264",
          "m30": "42334.0441778658",
          "h1": "77914.7964060839",
          "h6": "501737.145383594",
          "h24": "3786139.02067558"
        },
        "reserve_in_usd": "123203.2881"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9YnfbEaXPaPmoXnKZFmNH8hzcLyjbRf56MQP7oqGpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4qQM2x2pfhU3ToscAqkQxTfhTm7DmJe8LGWU9kvqeNH4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0334391682941215",
        "base_token_price_native_currency": "0.00027549805573865",
        "quote_token_price_usd": "121.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002754980557",
        "quote_token_price_base_token": "3629.789681524",
        "address": "4qQM2x2pfhU3ToscAqkQxTfhTm7DmJe8LGWU9kvqeNH4",
        "name": "titcoin / SOL",
        "pool_created_at": "2025-03-06T19:43:30Z",
        "fdv_usd": "33423585.5428583",
        "market_cap_usd": "31776059.9503205",
        "price_change_percentage": {
          "m5": "1.4",
          "m15": "-0.1",
          "m30": "-5.13",
          "h1": "-10.52",
          "h6": "-2.15",
          "h24": "29.63"
        },
        "transactions": {
          "m5": {
            "buys": 72,
            "sells": 117,
            "buyers": 59,
            "sellers": 78
          },
          "m15": {
            "buys": 385,
            "sells": 301,
            "buyers": 276,
            "sellers": 201
          },
          "m30": {
            "buys": 531,
            "sells": 448,
            "buyers": 356,
            "sellers": 314
          },
          "h1": {
            "buys": 1235,
            "sells": 768,
            "buyers": 648,
            "sellers": 504
          },
          "h6": {
            "buys": 5766,
            "sells": 5319,
            "buyers": 1965,
            "sellers": 2167
          },
          "h24": {
            "buys": 19103,
            "sells": 19456,
            "buyers": 4867,
            "sellers": 5729
          }
        },
        "volume_usd": {
          "m5": "40548.1634453941",
          "m15": "163305.733346802",
          "m30": "260052.3644428",
          "h1": "695765.25260478",
          "h6": "3370159.89872671",
          "h24": "10726059.7904575"
        },
        "reserve_in_usd": "1339351.64"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FtUEW73K6vEYHfbkfpdBZfWpxgQar2HipGdbutEhpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_63amWndBz75z2j7jyKDbzXvzt36L9qdGw7CZAXbD4KNe",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0113359771439926",
        "base_token_price_native_currency": "0.0000934554451262505",
        "quote_token_price_usd": "121.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00009345544513",
        "quote_token_price_base_token": "10700.2860951449",
        "address": "63amWndBz75z2j7jyKDbzXvzt36L9qdGw7CZAXbD4KNe",
        "name": "BUTTCOIN / SOL",
        "pool_created_at": "2025-01-30T16:58:31Z",
        "fdv_usd": "11323400.998934",
        "market_cap_usd": "11201760.0933693",
        "price_change_percentage": {
          "m5": "1.08",
          "m15": "0.82",
          "m30": "-1.28",
          "h1": "-5.17",
          "h6": "48.98",
          "h24": "58.74"
        },
        "transactions": {
          "m5": {
            "buys": 35,
            "sells": 56,
            "buyers": 32,
            "sellers": 43
          },
          "m15": {
            "buys": 120,
            "sells": 149,
            "buyers": 84,
            "sellers": 115
          },
          "m30": {
            "buys": 293,
            "sells": 285,
            "buyers": 187,
            "sellers": 207
          },
          "h1": {
            "buys": 846,
            "sells": 850,
            "buyers": 440,
            "sellers": 511
          },
          "h6": {
            "buys": 3614,
            "sells": 4367,
            "buyers": 1352,
            "sellers": 1751
          },
          "h24": {
            "buys": 13617,
            "sells": 13368,
            "buyers": 3592,
            "sellers": 3883
          }
        },
        "volume_usd": {
          "m5": "27640.4474215088",
          "m15": "74406.1031778072",
          "m30": "139809.574263949",
          "h1": "501435.966376352",
          "h6": "2202456.11855351",
          "h24": "6356425.15966807"
        },
        "reserve_in_usd": "1063397.7259"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FasH397CeZLNYWkd3wWK9vrmjd1z93n3b59DssRXpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.36011753904594",
        "base_token_price_native_currency": "0.000199391014477134452107208759000509115141256",
        "quote_token_price_usd": "1.00121007666737",
        "quote_token_price_native_currency": "0.000552644839660296",
        "base_token_price_quote_token": "0.3607941306",
        "quote_token_price_base_token": "2.7716637137",
        "address": "0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
        "name": "AERO / USDC",
        "pool_created_at": "2023-09-07T22:50:55Z",
        "fdv_usd": "565406688.551516",
        "market_cap_usd": "291252811.499955",
        "price_change_percentage": {
          "m5": "-0.1",
          "m15": "0.34",
          "m30": "-0.7",
          "h1": "1.32",
          "h6": "2.14",
          "h24": "-5.79"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 41,
            "buyers": 13,
            "sellers": 1
          },
          "m15": {
            "buys": 47,
            "sells": 132,
            "buyers": 32,
            "sellers": 22
          },
          "m30": {
            "buys": 62,
            "sells": 236,
            "buyers": 49,
            "sellers": 29
          },
          "h1": {
            "buys": 221,
            "sells": 393,
            "buyers": 59,
            "sellers": 56
          },
          "h6": {
            "buys": 2278,
            "sells": 3049,
            "buyers": 439,
            "sellers": 414
          },
          "h24": {
            "buys": 4624,
            "sells": 12147,
            "buyers": 995,
            "sellers": 709
          }
        },
        "volume_usd": {
          "m5": "21157.1623948758",
          "m15": "135398.921738998",
          "m30": "235290.65594114",
          "h1": "434181.93514233",
          "h6": "4120853.88775739",
          "h24": "8249774.87200218"
        },
        "reserve_in_usd": "42227353.5753"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x940181a94a35a4569e4529a3cdfb74e38fd98631",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x594b83709464a83f37ac77e69ddd447a8a33c0ee",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0968388428161458",
        "base_token_price_native_currency": "0.000053606120294496083126905100031023751",
        "quote_token_price_usd": "84003.7906918982",
        "quote_token_price_native_currency": "46.3681524184306",
        "base_token_price_quote_token": "0.000001156097828",
        "quote_token_price_base_token": "864978.703246901",
        "address": "0x594b83709464a83f37ac77e69ddd447a8a33c0ee",
        "name": "EDGE / cbBTC",
        "pool_created_at": "2025-04-02T13:00:58Z",
        "fdv_usd": "96838842.8161458",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.44",
          "m15": "-0.72",
          "m30": "6.1",
          "h1": "4.5",
          "h6": "17.06",
          "h24": "1.04"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 11,
            "buyers": 2,
            "sellers": 5
          },
          "m15": {
            "buys": 33,
            "sells": 58,
            "buyers": 10,
            "sellers": 22
          },
          "m30": {
            "buys": 136,
            "sells": 144,
            "buyers": 27,
            "sellers": 40
          },
          "h1": {
            "buys": 146,
            "sells": 203,
            "buyers": 32,
            "sellers": 47
          },
          "h6": {
            "buys": 622,
            "sells": 703,
            "buyers": 113,
            "sellers": 163
          },
          "h24": {
            "buys": 1783,
            "sells": 2083,
            "buyers": 297,
            "sellers": 540
          }
        },
        "volume_usd": {
          "m5": "7692.287151158",
          "m15": "33485.1734230576",
          "m30": "123718.531721642",
          "h1": "138153.473325619",
          "h6": "470806.722794235",
          "h24": "1209408.42583667"
        },
        "reserve_in_usd": "1689570.3451"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xed6e000def95780fb89734c07ee2ce9f6dcaf110",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Gj5t6KjTw3gWW7SrMHEi1ojCkaYHyvLwb17gktf96HNH",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00933060371204953",
        "base_token_price_native_currency": "0.0000765319214965796",
        "quote_token_price_usd": "121.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000765319215",
        "quote_token_price_base_token": "13066.4431317681",
        "address": "Gj5t6KjTw3gWW7SrMHEi1ojCkaYHyvLwb17gktf96HNH",
        "name": "House / SOL",
        "pool_created_at": "2025-03-24T17:16:11Z",
        "fdv_usd": "9319610.81033846",
        "market_cap_usd": "9784973.20936071",
        "price_change_percentage": {
          "m5": "-4.08",
          "m15": "-0.99",
          "m30": "-6.71",
          "h1": "-16.3",
          "h6": "10.66",
          "h24": "55.53"
        },
        "transactions": {
          "m5": {
            "buys": 75,
            "sells": 90,
            "buyers": 58,
            "sellers": 69
          },
          "m15": {
            "buys": 150,
            "sells": 191,
            "buyers": 117,
            "sellers": 138
          },
          "m30": {
            "buys": 311,
            "sells": 341,
            "buyers": 195,
            "sellers": 218
          },
          "h1": {
            "buys": 708,
            "sells": 654,
            "buyers": 398,
            "sellers": 403
          },
          "h6": {
            "buys": 3271,
            "sells": 3770,
            "buyers": 1374,
            "sellers": 1696
          },
          "h24": {
            "buys": 13617,
            "sells": 13397,
            "buyers": 4064,
            "sellers": 4277
          }
        },
        "volume_usd": {
          "m5": "56968.9843435715",
          "m15": "108138.640986917",
          "m30": "177541.643898829",
          "h1": "381625.758698794",
          "h6": "1726828.17001121",
          "h24": "6565861.37328872"
        },
        "reserve_in_usd": "428114.6679"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_DitHyRMQiSDhn5cnKMJV2CDDt6sVct96YrECiM49pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xd9edc75a3a797ec92ca370f19051babebfb2edee",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.153456117010729",
        "base_token_price_native_currency": "0.0000846984638052535",
        "quote_token_price_usd": "1811.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00008469846381",
        "quote_token_price_base_token": "11806.5895775783",
        "address": "0xd9edc75a3a797ec92ca370f19051babebfb2edee",
        "name": "KTA / WETH",
        "pool_created_at": "2025-03-05T18:32:49Z",
        "fdv_usd": "153456108.859595",
        "market_cap_usd": "61370491.6",
        "price_change_percentage": {
          "m5": "-0.01",
          "m15": "-1.17",
          "m30": "-1.05",
          "h1": "6.21",
          "h6": "9.27",
          "h24": "30.36"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 0,
            "buyers": 5,
            "sellers": 0
          },
          "m15": {
            "buys": 13,
            "sells": 8,
            "buyers": 10,
            "sellers": 5
          },
          "m30": {
            "buys": 32,
            "sells": 20,
            "buyers": 19,
            "sellers": 17
          },
          "h1": {
            "buys": 76,
            "sells": 75,
            "buyers": 44,
            "sellers": 48
          },
          "h6": {
            "buys": 421,
            "sells": 465,
            "buyers": 184,
            "sellers": 209
          },
          "h24": {
            "buys": 1412,
            "sells": 1136,
            "buyers": 529,
            "sellers": 423
          }
        },
        "volume_usd": {
          "m5": "36.6897508237",
          "m15": "14767.1050341215",
          "m30": "45051.4122367754",
          "h1": "221109.976246507",
          "h6": "1264393.75456471",
          "h24": "3625756.30055688"
        },
        "reserve_in_usd": "5133200.2611"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xc0634090f2fe6c6d75e61be2b949464abb498973",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xade9bcd4b968ee26bed102dd43a55f6a8c2416df",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000616629995514549",
        "base_token_price_native_currency": "0.000000339986694341605",
        "quote_token_price_usd": "1809.92",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000003399866943",
        "quote_token_price_base_token": "2941291.57594397",
        "address": "0xade9bcd4b968ee26bed102dd43a55f6a8c2416df",
        "name": "doginme / WETH 1%",
        "pool_created_at": "2024-02-04T23:35:17Z",
        "fdv_usd": "41696112.1174596",
        "market_cap_usd": "41482707.0340781",
        "price_change_percentage": {
          "m5": "0.15",
          "m15": "0.3",
          "m30": "-0.23",
          "h1": "3.12",
          "h6": "-5.85",
          "h24": "7.88"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 7,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "m30": {
            "buys": 8,
            "sells": 3,
            "buyers": 6,
            "sellers": 3
          },
          "h1": {
            "buys": 37,
            "sells": 9,
            "buyers": 30,
            "sellers": 5
          },
          "h6": {
            "buys": 165,
            "sells": 160,
            "buyers": 80,
            "sellers": 77
          },
          "h24": {
            "buys": 726,
            "sells": 831,
            "buyers": 233,
            "sellers": 259
          }
        },
        "volume_usd": {
          "m5": "5203.5649219246",
          "m15": "5729.6703009469",
          "m30": "7840.9898224058",
          "h1": "75437.5281900981",
          "h6": "342803.87625434",
          "h24": "1222885.82344228"
        },
        "reserve_in_usd": "3439276.2333"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x6921b130d297cc43754afba22e5eac0fbf8db75b",
            "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": "solana_4dzcTqnKYMEDyvYZGzZnK9iGnyRKytqSUcKxVtD1N2cN",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000992410821995913",
        "base_token_price_native_currency": "0.000000808853380579341",
        "quote_token_price_usd": "121.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000008088533806",
        "quote_token_price_base_token": "1236318.00770091",
        "address": "4dzcTqnKYMEDyvYZGzZnK9iGnyRKytqSUcKxVtD1N2cN",
        "name": "wstDOG / SOL",
        "pool_created_at": "2025-04-03T21:48:50Z",
        "fdv_usd": "99241.0821991561",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "12.04",
          "m15": "-4.2",
          "m30": "-4.97",
          "h1": "-20.27",
          "h6": "-49.74",
          "h24": "89.15"
        },
        "transactions": {
          "m5": {
            "buys": 24,
            "sells": 28,
            "buyers": 19,
            "sellers": 25
          },
          "m15": {
            "buys": 74,
            "sells": 66,
            "buyers": 51,
            "sellers": 58
          },
          "m30": {
            "buys": 113,
            "sells": 114,
            "buyers": 78,
            "sellers": 95
          },
          "h1": {
            "buys": 264,
            "sells": 273,
            "buyers": 149,
            "sellers": 196
          },
          "h6": {
            "buys": 1871,
            "sells": 1672,
            "buyers": 797,
            "sellers": 956
          },
          "h24": {
            "buys": 55103,
            "sells": 47026,
            "buyers": 12796,
            "sellers": 11583
          }
        },
        "volume_usd": {
          "m5": "4425.3743928914",
          "m15": "9381.4412716681",
          "m30": "15132.9228810039",
          "h1": "32847.6337564252",
          "h6": "268464.945323857",
          "h24": "13227202.3184443"
        },
        "reserve_in_usd": "39268.7188"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_7dKNGtP9YYk26V9G8SzhSRoy7QYk6LmT6oxGazrapump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "tomochain_0xaf742719c8af167bf6332c1fe4c0543b91505234",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000144919024999901",
        "base_token_price_native_currency": "0.000070416131385218510521489327424114188491395",
        "quote_token_price_usd": "0.0566874438853492",
        "quote_token_price_native_currency": "0.274617866639615",
        "base_token_price_quote_token": "0.0002564149676",
        "quote_token_price_base_token": "3899.9283436531",
        "address": "0xaf742719c8af167bf6332c1fe4c0543b91505234",
        "name": "WHEEE / C98 0.3%",
        "pool_created_at": "2025-03-25T08:18:00Z",
        "fdv_usd": "608659.904999584",
        "market_cap_usd": "589899.86664",
        "price_change_percentage": {
          "m5": "2.58",
          "m15": "3.56",
          "m30": "4.18",
          "h1": "3.97",
          "h6": "-6.92",
          "h24": "97.5"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 2,
            "buyers": 5,
            "sellers": 2
          },
          "m15": {
            "buys": 12,
            "sells": 9,
            "buyers": 12,
            "sellers": 9
          },
          "m30": {
            "buys": 29,
            "sells": 14,
            "buyers": 29,
            "sellers": 14
          },
          "h1": {
            "buys": 58,
            "sells": 31,
            "buyers": 56,
            "sellers": 31
          },
          "h6": {
            "buys": 312,
            "sells": 626,
            "buyers": 287,
            "sellers": 598
          },
          "h24": {
            "buys": 1324,
            "sells": 1591,
            "buyers": 1146,
            "sellers": 1470
          }
        },
        "volume_usd": {
          "m5": "570.1053034239",
          "m15": "689.6498453255",
          "m30": "689.6503523899",
          "h1": "715.0441848656",
          "h6": "13733.6811416664",
          "h24": "125728.375211602"
        },
        "reserve_in_usd": "77488.5549"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "tomochain_0x4ade201e7a66c3c9210bab9002522c8fdbc6d1d7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "tomochain_0x0fd0288aaae91eaf935e2ec14b23486f86516c8c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "tomochain",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "rabbitswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "pepe-unchained_0x63c0dc95866cd72e5eee74682cd3027ee9df33b6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00494868166262161",
        "base_token_price_native_currency": "1.58771641256316",
        "quote_token_price_usd": "0.00311214",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "1.5877164126",
        "quote_token_price_base_token": "0.6298353989",
        "address": "0x63c0dc95866cd72e5eee74682cd3027ee9df33b6",
        "name": "ESCAPE / WPEPU 1%",
        "pool_created_at": "2025-02-17T05:05:47Z",
        "fdv_usd": "4948681.66262161",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.45",
          "m15": "-0.54",
          "m30": "-1.35",
          "h1": "0.53",
          "h6": "4.99",
          "h24": "119.24"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 11,
            "sells": 4,
            "buyers": 9,
            "sellers": 4
          },
          "m30": {
            "buys": 25,
            "sells": 7,
            "buyers": 13,
            "sellers": 6
          },
          "h1": {
            "buys": 53,
            "sells": 43,
            "buyers": 23,
            "sellers": 23
          },
          "h6": {
            "buys": 297,
            "sells": 118,
            "buyers": 115,
            "sellers": 66
          },
          "h24": {
            "buys": 904,
            "sells": 527,
            "buyers": 247,
            "sellers": 150
          }
        },
        "volume_usd": {
          "m5": "465.1266090291",
          "m15": "3191.379240296",
          "m30": "6530.3412109697",
          "h1": "41328.2467848628",
          "h6": "170053.260834429",
          "h24": "537171.20201652"
        },
        "reserve_in_usd": "613043.13"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "pepe-unchained_0x94948b4800870b4ec877f75e391d04c10f2b1c28",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "pepe-unchained_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "pepe-unchained",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pepuswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x377feeed4820b3b28d1ab429509e7a0789824fca",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00285979465548687",
        "base_token_price_native_currency": "0.00000158331853525289",
        "quote_token_price_usd": "1811.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001583318535",
        "quote_token_price_base_token": "631584.850259003",
        "address": "0x377feeed4820b3b28d1ab429509e7a0789824fca",
        "name": "KEYCAT / WETH",
        "pool_created_at": "2024-03-26T02:40:03Z",
        "fdv_usd": "28597553.2436427",
        "market_cap_usd": "28653088.33",
        "price_change_percentage": {
          "m5": "-0.2",
          "m15": "-0.02",
          "m30": "-1.99",
          "h1": "0.1",
          "h6": "-3.77",
          "h24": "7.35"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "m15": {
            "buys": 11,
            "sells": 1,
            "buyers": 9,
            "sellers": 1
          },
          "m30": {
            "buys": 47,
            "sells": 14,
            "buyers": 36,
            "sellers": 4
          },
          "h1": {
            "buys": 71,
            "sells": 47,
            "buyers": 49,
            "sellers": 25
          },
          "h6": {
            "buys": 686,
            "sells": 454,
            "buyers": 250,
            "sellers": 164
          },
          "h24": {
            "buys": 2897,
            "sells": 2544,
            "buyers": 997,
            "sellers": 498
          }
        },
        "volume_usd": {
          "m5": "1002.8319390618",
          "m15": "1731.5694030077",
          "m30": "6942.2812146897",
          "h1": "26877.8663490954",
          "h6": "293893.49253525",
          "h24": "1324229.24966212"
        },
        "reserve_in_usd": "1112403.2132"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x9a26f5433671751c3276a065f57e5a02d2817973",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_8FcLaFE3gCWC3Wcbr8H1hqMbC7PBfaMnv8fMesiVArrM",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000112079578364684",
        "base_token_price_native_currency": "0.00000089697679367201",
        "quote_token_price_usd": "121.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000008969767937",
        "quote_token_price_base_token": "1114856.04427539",
        "address": "8FcLaFE3gCWC3Wcbr8H1hqMbC7PBfaMnv8fMesiVArrM",
        "name": "FEETCOIN / SOL",
        "pool_created_at": "2025-04-03T22:41:57Z",
        "fdv_usd": "112079.578364684",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-16.65",
          "m15": "-27.87",
          "m30": "-90.27",
          "h1": "-92.03",
          "h6": "-68.53",
          "h24": "129.64"
        },
        "transactions": {
          "m5": {
            "buys": 175,
            "sells": 122,
            "buyers": 137,
            "sellers": 118
          },
          "m15": {
            "buys": 713,
            "sells": 456,
            "buyers": 429,
            "sellers": 371
          },
          "m30": {
            "buys": 2355,
            "sells": 1774,
            "buyers": 927,
            "sellers": 1119
          },
          "h1": {
            "buys": 3375,
            "sells": 2525,
            "buyers": 1341,
            "sellers": 1488
          },
          "h6": {
            "buys": 9859,
            "sells": 7201,
            "buyers": 4471,
            "sellers": 3435
          },
          "h24": {
            "buys": 185998,
            "sells": 15277,
            "buyers": 177240,
            "sellers": 8866
          }
        },
        "volume_usd": {
          "m5": "25537.1086729299",
          "m15": "118992.93412356",
          "m30": "525802.010090427",
          "h1": "786914.669983758",
          "h6": "1994504.07200372",
          "h24": "4295075.58570821"
        },
        "reserve_in_usd": "36066.0861"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3cegQ2WzuCvpdQrGbnd8pGKoQEK2U5C3hg24Lvsppump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x0abd7643b61fbd919e8b3b92e19bda26f22c546c",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0234597592810501",
        "base_token_price_native_currency": "0.0000394263444786306009507899076368",
        "quote_token_price_usd": "0.998544301731684",
        "quote_token_price_native_currency": "0.00167630993441392",
        "base_token_price_quote_token": "0.0235197225",
        "quote_token_price_base_token": "42.5175084472",
        "address": "0x0abd7643b61fbd919e8b3b92e19bda26f22c546c",
        "name": "AITECH / USDT 0.05%",
        "pool_created_at": "2024-03-18T11:41:37Z",
        "fdv_usd": "46699682.0823625",
        "market_cap_usd": "35524468.9630046",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0.1",
          "h1": "-0.19",
          "h6": "-0.94",
          "h24": "1.62"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m30": {
            "buys": 2,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "h1": {
            "buys": 5,
            "sells": 10,
            "buyers": 4,
            "sellers": 8
          },
          "h6": {
            "buys": 82,
            "sells": 82,
            "buyers": 57,
            "sellers": 46
          },
          "h24": {
            "buys": 247,
            "sells": 335,
            "buyers": 139,
            "sellers": 148
          }
        },
        "volume_usd": {
          "m5": "95.2940194839",
          "m15": "95.2940194839",
          "m30": "219.6304606756",
          "h1": "1489.2790159516",
          "h6": "20524.4923238592",
          "h24": "76656.0593137705"
        },
        "reserve_in_usd": "364261.0702"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x2d060ef4d6bf7f9e5edde373ab735513c0e4f944",
            "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": "solana_GiqkyXUkexS2WNMadEKq1JRPELcF97nU7zHz1DH4zyvM",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000839506846302026",
        "base_token_price_native_currency": "0.00000687574811781282",
        "quote_token_price_usd": "121.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000006875748118",
        "quote_token_price_base_token": "145438.719229596",
        "address": "GiqkyXUkexS2WNMadEKq1JRPELcF97nU7zHz1DH4zyvM",
        "name": "PT / SOL",
        "pool_created_at": "2025-04-02T22:05:39Z",
        "fdv_usd": "839506.846302026",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-16.58",
          "m15": "-35.66",
          "m30": "-36.59",
          "h1": "-35.77",
          "h6": "-45.15",
          "h24": "-64.65"
        },
        "transactions": {
          "m5": {
            "buys": 191,
            "sells": 122,
            "buyers": 139,
            "sellers": 98
          },
          "m15": {
            "buys": 601,
            "sells": 363,
            "buyers": 294,
            "sellers": 273
          },
          "m30": {
            "buys": 711,
            "sells": 433,
            "buyers": 336,
            "sellers": 325
          },
          "h1": {
            "buys": 889,
            "sells": 577,
            "buyers": 410,
            "sellers": 432
          },
          "h6": {
            "buys": 3881,
            "sells": 3417,
            "buyers": 1513,
            "sellers": 1652
          },
          "h24": {
            "buys": 19121,
            "sells": 16260,
            "buyers": 5644,
            "sellers": 6093
          }
        },
        "volume_usd": {
          "m5": "56116.2036611515",
          "m15": "243143.999059127",
          "m30": "271613.514435527",
          "h1": "337737.838818034",
          "h6": "1323481.46860049",
          "h24": "5874295.14903762"
        },
        "reserve_in_usd": "128529.8921"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_4M4ypzyZA7Sp2weYEMfnWuJ6wBVpNaMgaGTanmTspump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_H9d3XHfvMGfoohydEpqh4w3mopnvjCRzE9VqaiHKdqs7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00835268705302401",
        "base_token_price_native_currency": "0.0000688681676298039",
        "quote_token_price_usd": "121.84",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006886816763",
        "quote_token_price_base_token": "14520.4966883311",
        "address": "H9d3XHfvMGfoohydEpqh4w3mopnvjCRzE9VqaiHKdqs7",
        "name": "Ghibli / SOL",
        "pool_created_at": "2025-03-26T09:50:11Z",
        "fdv_usd": "8351915.13172626",
        "market_cap_usd": "8405757.64914665",
        "price_change_percentage": {
          "m5": "-0.67",
          "m15": "-1.53",
          "m30": "-0.29",
          "h1": "3.07",
          "h6": "1.3",
          "h24": "0.23"
        },
        "transactions": {
          "m5": {
            "buys": 12,
            "sells": 16,
            "buyers": 11,
            "sellers": 4
          },
          "m15": {
            "buys": 32,
            "sells": 47,
            "buyers": 19,
            "sellers": 24
          },
          "m30": {
            "buys": 77,
            "sells": 87,
            "buyers": 31,
            "sellers": 50
          },
          "h1": {
            "buys": 205,
            "sells": 264,
            "buyers": 67,
            "sellers": 106
          },
          "h6": {
            "buys": 1272,
            "sells": 1221,
            "buyers": 412,
            "sellers": 477
          },
          "h24": {
            "buys": 5594,
            "sells": 4754,
            "buyers": 1305,
            "sellers": 1395
          }
        },
        "volume_usd": {
          "m5": "1449.4082043361",
          "m15": "9864.6799517086",
          "m30": "19642.6373072545",
          "h1": "46060.9345096476",
          "h6": "400005.473511291",
          "h24": "1687118.43119912"
        },
        "reserve_in_usd": "569939.5981"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_4TBi66vi32S7J8X1A6eWfaLHYmUXu7CStcEmsJQdpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_GseMAnNDvntR5uFePZ51yZBXzNSn7GdFPkfHwfr6d77J",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00374168686080301",
        "base_token_price_native_currency": "0.0000303937439570478",
        "quote_token_price_usd": "121.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003039374396",
        "quote_token_price_base_token": "32901.5076725392",
        "address": "GseMAnNDvntR5uFePZ51yZBXzNSn7GdFPkfHwfr6d77J",
        "name": "Figure / SOL",
        "pool_created_at": "2025-03-31T17:27:40Z",
        "fdv_usd": "3741686.86080301",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.94",
          "m15": "-9.17",
          "m30": "-9.64",
          "h1": "-2.53",
          "h6": "6.48",
          "h24": "211.34"
        },
        "transactions": {
          "m5": {
            "buys": 108,
            "sells": 51,
            "buyers": 80,
            "sellers": 47
          },
          "m15": {
            "buys": 234,
            "sells": 177,
            "buyers": 156,
            "sellers": 149
          },
          "m30": {
            "buys": 381,
            "sells": 302,
            "buyers": 243,
            "sellers": 233
          },
          "h1": {
            "buys": 813,
            "sells": 687,
            "buyers": 445,
            "sellers": 461
          },
          "h6": {
            "buys": 5033,
            "sells": 4285,
            "buyers": 2158,
            "sellers": 2005
          },
          "h24": {
            "buys": 24225,
            "sells": 16778,
            "buyers": 6265,
            "sellers": 5133
          }
        },
        "volume_usd": {
          "m5": "37887.3423787106",
          "m15": "91227.9304331784",
          "m30": "141801.973422232",
          "h1": "311752.82337573",
          "h6": "2051686.70149153",
          "h24": "7866910.17298235"
        },
        "reserve_in_usd": "225269.2637"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_7LSsEoJGhLeZzGvDofTdNg7M3JttxQqGWNLo6vWMpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Bzc9NZfMqkXR6fz1DBph7BDf9BroyEf6pnzESP7v5iiw",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.468627046672935",
        "base_token_price_native_currency": "0.00386554074705478",
        "quote_token_price_usd": "121.84",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.003865540747",
        "quote_token_price_base_token": "258.696018342",
        "address": "Bzc9NZfMqkXR6fz1DBph7BDf9BroyEf6pnzESP7v5iiw",
        "name": "Fartcoin / SOL",
        "pool_created_at": "2024-10-18T06:09:47Z",
        "fdv_usd": "468623713.772868",
        "market_cap_usd": "469803520.650427",
        "price_change_percentage": {
          "m5": "-0.09",
          "m15": "-0.45",
          "m30": "-3.6",
          "h1": "2.43",
          "h6": "13.47",
          "h24": "26.64"
        },
        "transactions": {
          "m5": {
            "buys": 43,
            "sells": 55,
            "buyers": 12,
            "sellers": 9
          },
          "m15": {
            "buys": 112,
            "sells": 142,
            "buyers": 23,
            "sellers": 37
          },
          "m30": {
            "buys": 191,
            "sells": 353,
            "buyers": 52,
            "sellers": 48
          },
          "h1": {
            "buys": 494,
            "sells": 655,
            "buyers": 125,
            "sellers": 89
          },
          "h6": {
            "buys": 3666,
            "sells": 4437,
            "buyers": 439,
            "sellers": 412
          },
          "h24": {
            "buys": 11617,
            "sells": 11616,
            "buyers": 895,
            "sellers": 834
          }
        },
        "volume_usd": {
          "m5": "39288.6757454423",
          "m15": "141369.35373147",
          "m30": "325536.612274254",
          "h1": "978184.545139958",
          "h6": "5793678.29481239",
          "h24": "16865119.7348428"
        },
        "reserve_in_usd": "14402317.0172"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_q4oggBDyBgQrCR8XbpjxULzehaTUokLYTZMnnJfVC6e",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000401387008891678",
        "base_token_price_native_currency": "0.00000330509555118181",
        "quote_token_price_usd": "121.9",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003305095551",
        "quote_token_price_base_token": "302563.113384855",
        "address": "q4oggBDyBgQrCR8XbpjxULzehaTUokLYTZMnnJfVC6e",
        "name": "Gold Card / SOL",
        "pool_created_at": "2025-02-27T00:31:14Z",
        "fdv_usd": "401314.120179228",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "7.18",
          "m15": "-11.63",
          "m30": "-17.19",
          "h1": "-20.1",
          "h6": "-26.35",
          "h24": "219.9"
        },
        "transactions": {
          "m5": {
            "buys": 36,
            "sells": 20,
            "buyers": 31,
            "sellers": 18
          },
          "m15": {
            "buys": 120,
            "sells": 64,
            "buyers": 87,
            "sellers": 56
          },
          "m30": {
            "buys": 163,
            "sells": 128,
            "buyers": 125,
            "sellers": 113
          },
          "h1": {
            "buys": 418,
            "sells": 302,
            "buyers": 252,
            "sellers": 225
          },
          "h6": {
            "buys": 1141,
            "sells": 976,
            "buyers": 624,
            "sellers": 668
          },
          "h24": {
            "buys": 9356,
            "sells": 7048,
            "buyers": 3408,
            "sellers": 2744
          }
        },
        "volume_usd": {
          "m5": "4806.8912056528",
          "m15": "21539.0524583917",
          "m30": "35332.3398161364",
          "h1": "128387.169088613",
          "h6": "303493.65331285",
          "h24": "2619213.68014069"
        },
        "reserve_in_usd": "79276.8102"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2r14PUPidY1ZGPvDRVSQCZMYW8R8t8WtqdbCXFsLpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "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 服務條款 並確認您已閱讀我們的 隱私政策
密碼最少要有8個字,其中必須包含1個大寫字母、1個小寫字母、1個數字及一個特殊符號
沒有收到確認信件?
重新寄送確認信
忘記密碼?
您將在幾分鐘後收到一封電子郵件,內有重新設定密碼的步驟說明。
重新寄送確認信
您將在幾分鐘後收到一封電子郵件,內有驗證帳號的步驟說明。
獲取 CoinGecko 應用程式。
掃描此二維條碼立即下載應用程式 App QR Code 或在應用程式商店中查找
coingecko
在app中繼續
追蹤即時匯率
開啟App