Coins: 17,370
ตลาดแลกเปลี่ยน: 1,480
มูลค่าตามราคาตลาด: 2.163T $ 5.5%
ปริมาณ 24 ชม.: 171.838B $
ค่าความเด่น:
แก๊ส: 1.093 GWEI
ไม่มีโฆษณา
CoinGecko CoinGecko

โทเค็น DEX และ API ข้อมูลการตลาดแบบออนไลน์สำหรับโครงการ DeFi และนักพัฒนา

รับการครอบคลุมตลาดคริปโตที่สมบูรณ์แบบ ที่ส่งมอบโดย CoinGecko API ซึ่งเป็นผู้มีอำนาจด้านข้อมูลคริปโตอิสระที่ใหญ่ที่สุดในโลกตั้งแต่ปี 2014
ข้อมูลได้รับการสนับสนุนโดย
ได้รับความไว้วางใจจากโครงการ Web3 ชั้นนำ

API ข้อมูล On-Chain DEX ที่กว้างขวางและเชื่อถือได้

เข้าถึงข้อมูลตลาดออนไลน์จาก DEX เช่น Uniswap, PancakeSwap, Orca, Curve และอื่นๆ ผ่านเครือข่ายหลักๆ ด้วย API ข้อมูล DEX ที่กว้างขวางและเชื่อถือได้ของเรา
39M+
คอยน์และโทเค็น
200+
เครือข่าย
1,500+
DEXes

ปรับขนาดโครงการ DeFi ของคุณอย่างมีประสิทธิภาพ

API ที่รวมเป็นหนึ่ง หนึ่งรายการสำหรับข้อมูลคริปโต, NFT และ DEX

ลดความซับซ้อนของกระบวนการบูรณาการด้วย API ข้อมูลการเข้ารหัสแบบรวมหนึ่งเดียวที่ให้การครอบคลุมที่สมบูรณ์
หมวดหมู่จุดสิ้นสุด คำอธิบาย
/onchain/simple/*/token_price/* วิธีที่ง่ายที่สุดในการรับราคาโทเค็น USD ล่าสุดบนเครือข่ายพร้อมที่อยู่โทเค็น
/onchain/networks รับรายชื่อเครือข่ายที่รองรับทั้งหมด
/onchain/network/*dexes รับรายการ dexes ที่รองรับทั้งหมดบนเครือข่าย
/onchains/network/*/pools/* รับข้อมูลกลุ่มสภาพคล่อง เช่น กลุ่มแนวโน้ม กลุ่มใหม่ และข้อมูลตลาด เช่น ราคา สำรอง มูลค่าตลาด ธุรกรรม ปริมาณ จุดสิ้นสุดการค้นหายังพร้อมให้ค้นหาพูลบนเครือข่ายอีกด้วย
/onchains/network/*/tokens/* รับข้อมูลที่เกี่ยวข้องกับโทเค็น เช่น กลุ่มยอดนิยม ราคา fdv สำรอง ปริมาณ มูลค่าตลาด คะแนน geckoterminal รหัส coingecko api นอกจากนี้ยังมีข้อมูลเมตา รวมถึงรูปภาพ เว็บไซต์ คำอธิบาย และลิงก์โซเชียลมีเดีย
/onchains/network/*/ohlcvs/* รับข้อมูลแผนภูมิประวัติ OHLCV ของกลุ่มสภาพคล่อง
/onchains/network/*/trades รับการซื้อขายล่าสุด 300 รายการจากกลุ่มสภาพคล่อง
// รับราคาและข้อมูลการตลาดของกลุ่มสภาพคล่อง
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "1.00148000343326",
      "base_token_price_native_currency": "0.000646620350229565",
      "quote_token_price_usd": "1549.99666340976",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0006466203502",
      "quote_token_price_base_token": "1546.502518278",
      "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": "4318331164.97087",
      "market_cap_usd": "4314025003.14455",
      "price_change_percentage": {
        "m5": "0.123",
        "m15": "0.321",
        "m30": "-0.093",
        "h1": "0.059",
        "h6": "0.114",
        "h24": "0.134"
      },
      "transactions": {
        "m5": {
          "buys": 5,
          "sells": 0,
          "buyers": 4,
          "sellers": 0
        },
        "m15": {
          "buys": 7,
          "sells": 12,
          "buyers": 5,
          "sellers": 11
        },
        "m30": {
          "buys": 27,
          "sells": 38,
          "buyers": 21,
          "sellers": 31
        },
        "h1": {
          "buys": 66,
          "sells": 96,
          "buyers": 47,
          "sellers": 65
        },
        "h6": {
          "buys": 341,
          "sells": 463,
          "buyers": 170,
          "sellers": 239
        },
        "h24": {
          "buys": 1115,
          "sells": 1556,
          "buyers": 414,
          "sellers": 500
        }
      },
      "volume_usd": {
        "m5": "3544.5540767367",
        "m15": "9376.6284647154",
        "m30": "40250.986636745",
        "h1": "123420.723740236",
        "h6": "667739.368015145",
        "h24": "1321239.51584108"
      },
      "reserve_in_usd": "1159856.3032",
      "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": "solana_EYsDErowTsFTm1X5ABW5hWUhrvmv88goZSVDeCPar38f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000155855288889111573243174053688894406319951208578823372436540214",
        "base_token_price_native_currency": "0.00000250776590985733",
        "quote_token_price_usd": "62.149501213856195793374903960831653876981649366",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000250776591",
        "quote_token_price_base_token": "398761.302268796",
        "address": "EYsDErowTsFTm1X5ABW5hWUhrvmv88goZSVDeCPar38f",
        "name": "DOGEUS / SOL",
        "pool_created_at": "2026-05-29T10:10:37Z",
        "fdv_usd": "155897.37946558",
        "market_cap_usd": "147565.971737924",
        "price_change_percentage": {
          "m5": "0.897",
          "m15": "5.995",
          "m30": "3.989",
          "h1": "-3.231",
          "h6": "-23.701",
          "h24": "-25.203"
        },
        "transactions": {
          "m5": {
            "buys": 39,
            "sells": 18,
            "buyers": 37,
            "sellers": 18
          },
          "m15": {
            "buys": 214,
            "sells": 74,
            "buyers": 199,
            "sellers": 72
          },
          "m30": {
            "buys": 475,
            "sells": 178,
            "buyers": 417,
            "sellers": 169
          },
          "h1": {
            "buys": 999,
            "sells": 400,
            "buyers": 772,
            "sellers": 367
          },
          "h6": {
            "buys": 6430,
            "sells": 2384,
            "buyers": 2170,
            "sellers": 1534
          },
          "h24": {
            "buys": 15439,
            "sells": 7424,
            "buyers": 3000,
            "sellers": 2806
          }
        },
        "volume_usd": {
          "m5": "238.4026282913",
          "m15": "572.8260841632",
          "m30": "1219.6163207502",
          "h1": "4432.7754500852",
          "h6": "43702.4153204829",
          "h24": "314262.420543026"
        },
        "reserve_in_usd": "35201.8023"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FeMrhDeddUvuzo25RZriZD6Te8xy3tdyKLLXBhEEpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000699616746273041",
        "base_token_price_native_currency": "0.000000451716102694516",
        "quote_token_price_usd": "1558.78576228358",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000004517161027",
        "quote_token_price_base_token": "2213779.83657199",
        "address": "0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
        "name": "SPCX / WETH",
        "pool_created_at": "2026-05-25T00:54:11Z",
        "fdv_usd": "689673.3944",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "10.888",
          "h1": "38.68",
          "h6": "5.858",
          "h24": "-79.104"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m30": {
            "buys": 8,
            "sells": 1,
            "buyers": 8,
            "sellers": 1
          },
          "h1": {
            "buys": 24,
            "sells": 3,
            "buyers": 22,
            "sellers": 3
          },
          "h6": {
            "buys": 114,
            "sells": 79,
            "buyers": 93,
            "sellers": 79
          },
          "h24": {
            "buys": 1542,
            "sells": 927,
            "buyers": 1093,
            "sellers": 915
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "0.0",
          "m30": "2397.3980507482",
          "h1": "6937.2691058352",
          "h6": "62036.7822033321",
          "h24": "1012775.32507185"
        },
        "reserve_in_usd": "65050.3122"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xcb891c8f1e3a4d04229e4d871dc27124411d8952",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0036039676395984665514861886454703388344594351485886737353091172",
        "base_token_price_native_currency": "0.0000575525866953041",
        "quote_token_price_usd": "62.149898134599065037396508662684591245981649366",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000575525867",
        "quote_token_price_base_token": "17375.4136420352",
        "address": "5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
        "name": "three / SOL",
        "pool_created_at": "2026-04-29T07:09:01Z",
        "fdv_usd": "3578976.02470713",
        "market_cap_usd": "3578977.2698111",
        "price_change_percentage": {
          "m5": "-2.479",
          "m15": "-6.095",
          "m30": "-11.745",
          "h1": "2.161",
          "h6": "-7.353",
          "h24": "-57.998"
        },
        "transactions": {
          "m5": {
            "buys": 64,
            "sells": 37,
            "buyers": 61,
            "sellers": 34
          },
          "m15": {
            "buys": 339,
            "sells": 131,
            "buyers": 285,
            "sellers": 118
          },
          "m30": {
            "buys": 751,
            "sells": 310,
            "buyers": 592,
            "sellers": 275
          },
          "h1": {
            "buys": 1657,
            "sells": 1120,
            "buyers": 1094,
            "sellers": 702
          },
          "h6": {
            "buys": 9706,
            "sells": 5396,
            "buyers": 3158,
            "sellers": 2694
          },
          "h24": {
            "buys": 32718,
            "sells": 24573,
            "buyers": 7024,
            "sellers": 6506
          }
        },
        "volume_usd": {
          "m5": "1681.5906213388",
          "m15": "16619.1571454147",
          "m30": "34231.5461473039",
          "h1": "151208.030352494",
          "h6": "681437.230399809",
          "h24": "5316473.56221118"
        },
        "reserve_in_usd": "216737.8453"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FeMbDoX7R1Psc4GEcvJdsbNbZA3bfztcyDCatJVJpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x3122a3fa830e4918d6a9c09bd4769d0d95bf291548e7c7960cd7ccd9e3ac3627",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0547365433476585",
        "base_token_price_native_currency": "0.0000972931821417625",
        "quote_token_price_usd": "1.00291837575721",
        "quote_token_price_native_currency": "0.0017830927990563",
        "base_token_price_quote_token": "0.05456428414",
        "quote_token_price_base_token": "18.3270066803",
        "address": "0x3122a3fa830e4918d6a9c09bd4769d0d95bf291548e7c7960cd7ccd9e3ac3627",
        "name": "BTW / USDT 0.007%",
        "pool_created_at": "2026-02-26T08:10:50Z",
        "fdv_usd": "550560676.381416",
        "market_cap_usd": "121123351.382",
        "price_change_percentage": {
          "m5": "-4.362",
          "m15": "-5.006",
          "m30": "-5.303",
          "h1": "3.456",
          "h6": "26.265",
          "h24": "82.954"
        },
        "transactions": {
          "m5": {
            "buys": 154,
            "sells": 169,
            "buyers": 68,
            "sellers": 89
          },
          "m15": {
            "buys": 673,
            "sells": 660,
            "buyers": 192,
            "sellers": 201
          },
          "m30": {
            "buys": 1608,
            "sells": 1698,
            "buyers": 354,
            "sellers": 357
          },
          "h1": {
            "buys": 2973,
            "sells": 3242,
            "buyers": 493,
            "sellers": 503
          },
          "h6": {
            "buys": 12916,
            "sells": 15015,
            "buyers": 946,
            "sellers": 1172
          },
          "h24": {
            "buys": 60979,
            "sells": 73796,
            "buyers": 1947,
            "sellers": 4002
          }
        },
        "volume_usd": {
          "m5": "30324.3068056613",
          "m15": "122412.819711756",
          "m30": "328655.632408941",
          "h1": "606228.109653444",
          "h6": "2345777.0836515",
          "h24": "13308514.0172346"
        },
        "reserve_in_usd": "1228231.9778"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x444045b0ee1ee319a660a5e3d604ca0ffa35acaa",
            "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": "solana_Chop45gMLf9BtY5UwVWHXRtykvFaY4SWfU3qLmyGT79o",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00026484459104614854150432257192514599273060575556380141416418217",
        "base_token_price_native_currency": "0.00000428971194137319",
        "quote_token_price_usd": "62.149501213856195793374903960831653876981649366",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004289711941",
        "quote_token_price_base_token": "233115.88602378",
        "address": "Chop45gMLf9BtY5UwVWHXRtykvFaY4SWfU3qLmyGT79o",
        "name": "Bountywork / SOL",
        "pool_created_at": "2026-06-04T14:49:54Z",
        "fdv_usd": "270356.466002078",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "4.837",
          "m15": "14.348",
          "m30": "-9.718",
          "h1": "-21.51",
          "h6": "-42.337",
          "h24": "-41.902"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 20,
            "buyers": 10,
            "sellers": 16
          },
          "m15": {
            "buys": 121,
            "sells": 119,
            "buyers": 87,
            "sellers": 92
          },
          "m30": {
            "buys": 546,
            "sells": 407,
            "buyers": 322,
            "sellers": 261
          },
          "h1": {
            "buys": 851,
            "sells": 613,
            "buyers": 424,
            "sellers": 391
          },
          "h6": {
            "buys": 4711,
            "sells": 3807,
            "buyers": 1493,
            "sellers": 1776
          },
          "h24": {
            "buys": 24188,
            "sells": 19399,
            "buyers": 5010,
            "sellers": 5468
          }
        },
        "volume_usd": {
          "m5": "1205.7392005036",
          "m15": "11020.8257498142",
          "m30": "47095.4083254506",
          "h1": "74422.8485697783",
          "h6": "510923.709768253",
          "h24": "2422028.5001473"
        },
        "reserve_in_usd": "45301.8937"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_J4x1EMmQjF6WEzXq2tUtzY89x5aMhYz5CzfevcJEpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_KKyUyWncRfakBZh2M318BFfdR6332WWu1NePd9amQtj",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.95422620367069246566252418670854183350905193110299574612098323",
        "base_token_price_native_currency": "0.0153425215774133",
        "quote_token_price_usd": "1.0016476399704292067506634111223961432127496616273767940356924",
        "quote_token_price_native_currency": "0.0160762881556468",
        "base_token_price_quote_token": "0.9543572141",
        "quote_token_price_base_token": "1.0478256833",
        "address": "KKyUyWncRfakBZh2M318BFfdR6332WWu1NePd9amQtj",
        "name": "SV151 / USDC",
        "pool_created_at": "2026-06-04T13:11:33Z",
        "fdv_usd": "954226.2037",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.801",
          "m15": "0.807",
          "m30": "-14.85",
          "h1": "-17.163",
          "h6": "-29.829",
          "h24": "-48.461"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 3
          },
          "m15": {
            "buys": 81,
            "sells": 56,
            "buyers": 51,
            "sellers": 40
          },
          "m30": {
            "buys": 223,
            "sells": 102,
            "buyers": 108,
            "sellers": 74
          },
          "h1": {
            "buys": 256,
            "sells": 154,
            "buyers": 123,
            "sellers": 97
          },
          "h6": {
            "buys": 776,
            "sells": 671,
            "buyers": 328,
            "sellers": 404
          },
          "h24": {
            "buys": 5562,
            "sells": 3761,
            "buyers": 1670,
            "sellers": 1717
          }
        },
        "volume_usd": {
          "m5": "936.2489241753",
          "m15": "10288.246994266",
          "m30": "34894.7205173692",
          "h1": "42827.3330111996",
          "h6": "138247.754084758",
          "h24": "872114.254693501"
        },
        "reserve_in_usd": "90461.3859"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_SV151D5pjygAKA8aJJcKzm4wFnRX5G92Fye94jQJk7g",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora-damm-v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_GjJxdHcyd5NyMWryA7MfJwZyuYCwN19AUzQtmPnDSXWo",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00015650820851576247727362098339350482717821772734114917379499441",
        "base_token_price_native_currency": "0.00000254188551772603",
        "quote_token_price_usd": "62.22166789266889410298922459903790236826408027",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002541885518",
        "quote_token_price_base_token": "393408.748358817",
        "address": "GjJxdHcyd5NyMWryA7MfJwZyuYCwN19AUzQtmPnDSXWo",
        "name": "goblintown / SOL",
        "pool_created_at": "2026-05-02T03:46:39Z",
        "fdv_usd": "160657.8718",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.032",
          "m15": "-1.336",
          "m30": "-3.535",
          "h1": "-18.406",
          "h6": "-53.4",
          "h24": "-11.807"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 4,
            "buyers": 2,
            "sellers": 4
          },
          "m15": {
            "buys": 43,
            "sells": 35,
            "buyers": 39,
            "sellers": 34
          },
          "m30": {
            "buys": 132,
            "sells": 59,
            "buyers": 61,
            "sellers": 54
          },
          "h1": {
            "buys": 312,
            "sells": 154,
            "buyers": 201,
            "sellers": 132
          },
          "h6": {
            "buys": 1127,
            "sells": 944,
            "buyers": 574,
            "sellers": 606
          },
          "h24": {
            "buys": 10538,
            "sells": 8723,
            "buyers": 2909,
            "sellers": 2806
          }
        },
        "volume_usd": {
          "m5": "373.2784607534",
          "m15": "3634.4861495261",
          "m30": "5580.873772508",
          "h1": "19516.6980437743",
          "h6": "115924.255887817",
          "h24": "1853260.10028837"
        },
        "reserve_in_usd": "36574.0776"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_DJ15QJxVPFGv6kYhT6LvDGqG9b4aBFWQzavA7dGxpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.310666529257466",
        "base_token_price_native_currency": "0.000200181710689799111410325632217040804026871",
        "quote_token_price_usd": "1.00517205228461",
        "quote_token_price_native_currency": "0.000645856337487061",
        "base_token_price_quote_token": "0.3099477377",
        "quote_token_price_base_token": "3.2263503757",
        "address": "0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
        "name": "AERO / USDC",
        "pool_created_at": "2023-09-07T22:50:55Z",
        "fdv_usd": "594255222.327509",
        "market_cap_usd": "294538842.486005",
        "price_change_percentage": {
          "m5": "-0.225",
          "m15": "0.401",
          "m30": "0.903",
          "h1": "-1.475",
          "h6": "-8.352",
          "h24": "-15.064"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 10,
            "buyers": 2,
            "sellers": 3
          },
          "m15": {
            "buys": 55,
            "sells": 21,
            "buyers": 27,
            "sellers": 8
          },
          "m30": {
            "buys": 75,
            "sells": 65,
            "buyers": 38,
            "sellers": 27
          },
          "h1": {
            "buys": 112,
            "sells": 183,
            "buyers": 51,
            "sellers": 85
          },
          "h6": {
            "buys": 474,
            "sells": 1181,
            "buyers": 172,
            "sellers": 321
          },
          "h24": {
            "buys": 1411,
            "sells": 3434,
            "buyers": 338,
            "sellers": 503
          }
        },
        "volume_usd": {
          "m5": "15612.3441499442",
          "m15": "180643.322489033",
          "m30": "273940.833275667",
          "h1": "475257.37980635",
          "h6": "2043084.29779064",
          "h24": "4393532.22475241"
        },
        "reserve_in_usd": "19239136.7724"
      },
      "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_0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00114302212246722",
        "base_token_price_native_currency": "0.000000733027939906571",
        "quote_token_price_usd": "1559.62",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000007330279399",
        "quote_token_price_base_token": "1364204.48056517",
        "address": "0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
        "name": "DEGEN / WETH 0.3%",
        "pool_created_at": "2024-01-07T19:30:45Z",
        "fdv_usd": "42252641.5956709",
        "market_cap_usd": "42252647.5265054",
        "price_change_percentage": {
          "m5": "-0.074",
          "m15": "2.302",
          "m30": "1.419",
          "h1": "-1.688",
          "h6": "-9.62",
          "h24": "-26.656"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 5,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 24,
            "sells": 28,
            "buyers": 14,
            "sellers": 12
          },
          "m30": {
            "buys": 37,
            "sells": 45,
            "buyers": 20,
            "sellers": 20
          },
          "h1": {
            "buys": 109,
            "sells": 103,
            "buyers": 68,
            "sellers": 47
          },
          "h6": {
            "buys": 1417,
            "sells": 1281,
            "buyers": 363,
            "sellers": 371
          },
          "h24": {
            "buys": 8525,
            "sells": 9623,
            "buyers": 1034,
            "sellers": 1133
          }
        },
        "volume_usd": {
          "m5": "393.3367023036",
          "m15": "17934.6098373925",
          "m30": "23403.8075070049",
          "h1": "51311.014424851",
          "h6": "578940.114285885",
          "h24": "2633647.38569462"
        },
        "reserve_in_usd": "1046959.3887"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x4ed4e862860bed51a9570b96d89af5e1b0efefed",
            "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": "bsc_0x085f29091ee8a818ede960a89bd578fe4ac8e824",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "10.3900920359423",
        "base_token_price_native_currency": "0.018573955930524298675461539612",
        "quote_token_price_usd": "1.00263308090936",
        "quote_token_price_native_currency": "0.0017830927990563",
        "base_token_price_quote_token": "10.4167073864",
        "quote_token_price_base_token": "0.09599962473",
        "address": "0x085f29091ee8a818ede960a89bd578fe4ac8e824",
        "name": "LAB / USDT 0.3%",
        "pool_created_at": "2025-10-14T18:39:58Z",
        "fdv_usd": "10388011519.0514",
        "market_cap_usd": "3246698684.4603",
        "price_change_percentage": {
          "m5": "-0.244",
          "m15": "-2.964",
          "m30": "-3.331",
          "h1": "-13.504",
          "h6": "-4.143",
          "h24": "-24.346"
        },
        "transactions": {
          "m5": {
            "buys": 25,
            "sells": 35,
            "buyers": 23,
            "sellers": 21
          },
          "m15": {
            "buys": 100,
            "sells": 195,
            "buyers": 64,
            "sellers": 65
          },
          "m30": {
            "buys": 301,
            "sells": 513,
            "buyers": 134,
            "sellers": 126
          },
          "h1": {
            "buys": 1093,
            "sells": 1235,
            "buyers": 310,
            "sellers": 320
          },
          "h6": {
            "buys": 6127,
            "sells": 6615,
            "buyers": 700,
            "sellers": 730
          },
          "h24": {
            "buys": 22238,
            "sells": 24062,
            "buyers": 1253,
            "sellers": 1231
          }
        },
        "volume_usd": {
          "m5": "7625.7660544081",
          "m15": "43706.5994893615",
          "m30": "165660.459155265",
          "h1": "646986.991494947",
          "h6": "3361162.99334376",
          "h24": "9412101.49228536"
        },
        "reserve_in_usd": "188163.2311"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x7ec43cf65f1663f820427c62a5780b8f2e25593a",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x91a06c8f90cc4a21f47d20ff6b81ddef508fe483f1b11e02457836b2467e1351",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000795423260640329",
        "base_token_price_native_currency": "0.00000000510020781890449",
        "quote_token_price_usd": "1559.62",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000005100207819",
        "quote_token_price_base_token": "196070441.736391",
        "address": "0x91a06c8f90cc4a21f47d20ff6b81ddef508fe483f1b11e02457836b2467e1351",
        "name": "rootai / WETH",
        "pool_created_at": "2026-05-17T21:19:31Z",
        "fdv_usd": "785604.893197363",
        "market_cap_usd": "795423.2606",
        "price_change_percentage": {
          "m5": "-1.344",
          "m15": "1.901",
          "m30": "0.664",
          "h1": "-5.55",
          "h6": "-32.347",
          "h24": "-33.47"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 11,
            "buyers": 4,
            "sellers": 8
          },
          "m30": {
            "buys": 7,
            "sells": 16,
            "buyers": 6,
            "sellers": 13
          },
          "h1": {
            "buys": 12,
            "sells": 26,
            "buyers": 10,
            "sellers": 20
          },
          "h6": {
            "buys": 100,
            "sells": 159,
            "buyers": 71,
            "sellers": 96
          },
          "h24": {
            "buys": 451,
            "sells": 619,
            "buyers": 260,
            "sellers": 335
          }
        },
        "volume_usd": {
          "m5": "2.2423676626",
          "m15": "1937.8790327787",
          "m30": "3279.8373511313",
          "h1": "8280.5382539647",
          "h6": "45776.170557801",
          "h24": "165377.080236284"
        },
        "reserve_in_usd": "274859.3549"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x461d3c96d170e551611f54fa466d3d74a680aba3",
            "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": "eth_0x12d44f8b4d3e28bdeb35e8e2e6585dfcc33eda5f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00394407088411779",
        "base_token_price_native_currency": "0.00000253819487334154",
        "quote_token_price_usd": "1559.14674481037",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002538194873",
        "quote_token_price_base_token": "393980.781579429",
        "address": "0x12d44f8b4d3e28bdeb35e8e2e6585dfcc33eda5f",
        "name": "DOGEUS / WETH",
        "pool_created_at": "2026-05-27T13:15:35Z",
        "fdv_usd": "3944070.884",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "1.188",
          "m15": "3.089",
          "m30": "1.886",
          "h1": "-4.541",
          "h6": "-27.717",
          "h24": "-41.188"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 18,
            "sells": 10,
            "buyers": 18,
            "sellers": 10
          },
          "m30": {
            "buys": 49,
            "sells": 33,
            "buyers": 44,
            "sellers": 27
          },
          "h1": {
            "buys": 74,
            "sells": 63,
            "buyers": 63,
            "sellers": 49
          },
          "h6": {
            "buys": 531,
            "sells": 480,
            "buyers": 308,
            "sellers": 248
          },
          "h24": {
            "buys": 3236,
            "sells": 2609,
            "buyers": 1267,
            "sellers": 1061
          }
        },
        "volume_usd": {
          "m5": "623.9882343101",
          "m15": "6339.1245635254",
          "m30": "30719.9709876339",
          "h1": "44713.5489519866",
          "h6": "440686.757879682",
          "h24": "2252816.76916258"
        },
        "reserve_in_usd": "180428.3592"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x759f8b83db57033aed95545694f6ada480b6e987",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000227803454980905",
        "base_token_price_native_currency": "0.000000014635419492286",
        "quote_token_price_usd": "1556.71",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000001463541949",
        "quote_token_price_base_token": "68327388.9434517",
        "address": "0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
        "name": "aeon / WETH",
        "pool_created_at": "2026-03-10T22:01:31Z",
        "fdv_usd": "2278034.55",
        "market_cap_usd": "2012588.55809916",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.391",
          "m30": "-0.02",
          "h1": "-2.277",
          "h6": "-17.061",
          "h24": "-16.012"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m30": {
            "buys": 0,
            "sells": 4,
            "buyers": 0,
            "sellers": 4
          },
          "h1": {
            "buys": 1,
            "sells": 5,
            "buyers": 1,
            "sellers": 5
          },
          "h6": {
            "buys": 66,
            "sells": 66,
            "buyers": 53,
            "sellers": 54
          },
          "h24": {
            "buys": 284,
            "sells": 284,
            "buyers": 193,
            "sellers": 198
          }
        },
        "volume_usd": {
          "m5": "7.1405464552",
          "m15": "62.2428803641",
          "m30": "128.2307923986",
          "h1": "2206.7769149165",
          "h6": "62181.3892974219",
          "h24": "209953.789824379"
        },
        "reserve_in_usd": "1003534.9696"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xbf8e8f0e8866a7052f948c16508644347c57aba3",
            "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": "solana_F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00169526678165215627162409231930834499898961799925835797488374772",
        "base_token_price_native_currency": "0.0000270006768419396",
        "quote_token_price_usd": "62.237702249020907071701599359597916853186155586",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002700067684",
        "quote_token_price_base_token": "37036.1086077191",
        "address": "F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
        "name": "KINS / SOL",
        "pool_created_at": "2026-05-22T17:47:24Z",
        "fdv_usd": "1687797.05103305",
        "market_cap_usd": "1687806.33934057",
        "price_change_percentage": {
          "m5": "-1.049",
          "m15": "3.203",
          "m30": "2.896",
          "h1": "-7.574",
          "h6": "-18.234",
          "h24": "23.388"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 26,
            "sells": 12,
            "buyers": 19,
            "sellers": 9
          },
          "m30": {
            "buys": 44,
            "sells": 48,
            "buyers": 35,
            "sellers": 40
          },
          "h1": {
            "buys": 198,
            "sells": 175,
            "buyers": 169,
            "sellers": 148
          },
          "h6": {
            "buys": 1807,
            "sells": 1654,
            "buyers": 1016,
            "sellers": 1039
          },
          "h24": {
            "buys": 8307,
            "sells": 7260,
            "buyers": 2672,
            "sellers": 2745
          }
        },
        "volume_usd": {
          "m5": "74.8786493164",
          "m15": "4029.5066119709",
          "m30": "6237.7264664049",
          "h1": "24589.9984514583",
          "h6": "282954.191056319",
          "h24": "1654994.51513111"
        },
        "reserve_in_usd": "110296.3353"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Tqj8yFmagrg7oorpQkVGYR52r96RFTamvWfth9bpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x0c3b466104545efa096b8f944c1e524e1d0d4888",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.108443879880887",
        "base_token_price_native_currency": "0.0000693656106390204",
        "quote_token_price_usd": "0.542493866684466",
        "quote_token_price_native_currency": "0.000348046979934602",
        "base_token_price_quote_token": "0.199299562",
        "quote_token_price_base_token": "5.0175724935",
        "address": "0x0c3b466104545efa096b8f944c1e524e1d0d4888",
        "name": "TIBBIR / VIRTUAL",
        "pool_created_at": "2025-01-12T00:30:03Z",
        "fdv_usd": "108393549.591938",
        "market_cap_usd": "108433554.285557",
        "price_change_percentage": {
          "m5": "2.281",
          "m15": "1.082",
          "m30": "1.963",
          "h1": "2.111",
          "h6": "-7.003",
          "h24": "-11.473"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m30": {
            "buys": 20,
            "sells": 4,
            "buyers": 12,
            "sellers": 4
          },
          "h1": {
            "buys": 31,
            "sells": 4,
            "buyers": 21,
            "sellers": 4
          },
          "h6": {
            "buys": 109,
            "sells": 35,
            "buyers": 77,
            "sellers": 25
          },
          "h24": {
            "buys": 478,
            "sells": 145,
            "buyers": 255,
            "sellers": 85
          }
        },
        "volume_usd": {
          "m5": "30.8773769495",
          "m15": "464.8464129053",
          "m30": "9334.166622491",
          "h1": "12873.092662846",
          "h6": "48477.7694010688",
          "h24": "155832.934524124"
        },
        "reserve_in_usd": "1927872.814"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xa4a2e2ca3fbfe21aed83471d28b6f65a233c6e00",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HXmUVCxsVvCnpyM86a4xtsjXVegVqqbuXopusWR13S6X",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00174171499654010723311987354723093021625924949206176018905102432",
        "base_token_price_native_currency": "0.0000286527813640185",
        "quote_token_price_usd": "62.158433531608447502948350715310443105859404832",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002865278136",
        "quote_token_price_base_token": "34900.6257820323",
        "address": "HXmUVCxsVvCnpyM86a4xtsjXVegVqqbuXopusWR13S6X",
        "name": "HUNTER / SOL",
        "pool_created_at": "2026-06-02T09:24:14Z",
        "fdv_usd": "1789793.463",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.457",
          "m15": "13.202",
          "m30": "18.753",
          "h1": "13.36",
          "h6": "74.391",
          "h24": "386.607"
        },
        "transactions": {
          "m5": {
            "buys": 41,
            "sells": 29,
            "buyers": 32,
            "sellers": 28
          },
          "m15": {
            "buys": 243,
            "sells": 217,
            "buyers": 163,
            "sellers": 165
          },
          "m30": {
            "buys": 398,
            "sells": 343,
            "buyers": 254,
            "sellers": 252
          },
          "h1": {
            "buys": 773,
            "sells": 608,
            "buyers": 455,
            "sellers": 442
          },
          "h6": {
            "buys": 7392,
            "sells": 5881,
            "buyers": 2529,
            "sellers": 2289
          },
          "h24": {
            "buys": 14735,
            "sells": 66494,
            "buyers": 4088,
            "sellers": 3774
          }
        },
        "volume_usd": {
          "m5": "8720.9210103931",
          "m15": "46997.3850136912",
          "m30": "69238.0041021926",
          "h1": "126708.140752719",
          "h6": "1412207.51290274",
          "h24": "2863041.95030304"
        },
        "reserve_in_usd": "108577.5042"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9zwhS3b1oYuUEqWNpu2SPkEH24JMVWFEVQvHuYXZpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x3ce99c117ae6ac0819c498b4a29a690a94d778b631ef736f8cbebdf834c79750",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.221808684772385",
        "base_token_price_native_currency": "0.00039400615130751",
        "quote_token_price_usd": "1.00046069725454",
        "quote_token_price_native_currency": "0.00177872328210814",
        "base_token_price_quote_token": "0.2215106505",
        "quote_token_price_base_token": "4.514455615",
        "address": "0x3ce99c117ae6ac0819c498b4a29a690a94d778b631ef736f8cbebdf834c79750",
        "name": "OPN / USDT 0.007%",
        "pool_created_at": "2026-03-02T08:18:22Z",
        "fdv_usd": "43945378.2218692",
        "market_cap_usd": "40800362.1871142",
        "price_change_percentage": {
          "m5": "-3.275",
          "m15": "-5.906",
          "m30": "-13.79",
          "h1": "-10.254",
          "h6": "3.939",
          "h24": "-4.625"
        },
        "transactions": {
          "m5": {
            "buys": 150,
            "sells": 219,
            "buyers": 77,
            "sellers": 119
          },
          "m15": {
            "buys": 913,
            "sells": 1011,
            "buyers": 283,
            "sellers": 321
          },
          "m30": {
            "buys": 2054,
            "sells": 2375,
            "buyers": 405,
            "sellers": 484
          },
          "h1": {
            "buys": 4456,
            "sells": 4941,
            "buyers": 532,
            "sellers": 602
          },
          "h6": {
            "buys": 21963,
            "sells": 23760,
            "buyers": 906,
            "sellers": 1402
          },
          "h24": {
            "buys": 88367,
            "sells": 110888,
            "buyers": 1545,
            "sellers": 21535
          }
        },
        "volume_usd": {
          "m5": "148125.952776731",
          "m15": "780833.034297579",
          "m30": "1820886.91306198",
          "h1": "3902956.92416209",
          "h6": "16385311.1223387",
          "h24": "59906237.467712"
        },
        "reserve_in_usd": "716173.006"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x7977bf3e7e0c954d12cdca3e013adaf57e0b06e0",
            "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": "solana_ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0059171808059111492612910015069859321883552981824664989391808516",
        "base_token_price_native_currency": "0.0000966046597005424",
        "quote_token_price_usd": "62.150408591775007877440501326285130104981649366",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000966046597",
        "quote_token_price_base_token": "10351.4675492862",
        "address": "ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
        "name": "WORLDCUP / SOL",
        "pool_created_at": "2026-05-11T20:38:31Z",
        "fdv_usd": "5934979.814",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.04",
          "m15": "1.299",
          "m30": "-2.737",
          "h1": "-7.569",
          "h6": "11.439",
          "h24": "29.273"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 15,
            "buyers": 14,
            "sellers": 15
          },
          "m15": {
            "buys": 75,
            "sells": 84,
            "buyers": 66,
            "sellers": 73
          },
          "m30": {
            "buys": 255,
            "sells": 206,
            "buyers": 176,
            "sellers": 168
          },
          "h1": {
            "buys": 844,
            "sells": 549,
            "buyers": 461,
            "sellers": 349
          },
          "h6": {
            "buys": 4255,
            "sells": 3553,
            "buyers": 1575,
            "sellers": 1503
          },
          "h24": {
            "buys": 6452,
            "sells": 5516,
            "buyers": 2391,
            "sellers": 2199
          }
        },
        "volume_usd": {
          "m5": "2339.3557425304",
          "m15": "13672.0143236266",
          "m30": "40549.3997469366",
          "h1": "136412.835254735",
          "h6": "905671.544646581",
          "h24": "1320537.79019284"
        },
        "reserve_in_usd": "245326.8777"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_33eum82LaAhtv5YkUq1BdwEviSErH5CnFxqVNLT5pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xaa7a431d1f79ea1f96f4299cce18267b278eb417bd8457b33f3be3c2645254ad",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000119818598883055",
        "base_token_price_native_currency": "0.000000000770944728712058",
        "quote_token_price_usd": "1558.68",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000007709447287",
        "quote_token_price_base_token": "1297109848.16071",
        "address": "0xaa7a431d1f79ea1f96f4299cce18267b278eb417bd8457b33f3be3c2645254ad",
        "name": "AZL / WETH",
        "pool_created_at": "2026-06-03T22:53:23Z",
        "fdv_usd": "119818.5989",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-2.819",
          "m30": "-3.062",
          "h1": "-4.387",
          "h6": "-32.595",
          "h24": "42.581"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 6,
            "buyers": 1,
            "sellers": 5
          },
          "m30": {
            "buys": 4,
            "sells": 11,
            "buyers": 3,
            "sellers": 7
          },
          "h1": {
            "buys": 11,
            "sells": 27,
            "buyers": 9,
            "sellers": 19
          },
          "h6": {
            "buys": 79,
            "sells": 166,
            "buyers": 57,
            "sellers": 110
          },
          "h24": {
            "buys": 575,
            "sells": 1067,
            "buyers": 250,
            "sellers": 393
          }
        },
        "volume_usd": {
          "m5": "131.4008147857",
          "m15": "870.4782871343",
          "m30": "3107.8421964238",
          "h1": "5075.9205490191",
          "h6": "47481.5008638568",
          "h24": "268309.99077645"
        },
        "reserve_in_usd": "80043.9293"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x931517e9502f9d52cdf6f5ac7fca7925e2a1bba3",
            "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_0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000676291221807985",
        "base_token_price_native_currency": "0.0000000436003842048544",
        "quote_token_price_usd": "1550.2",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000436003842",
        "quote_token_price_base_token": "22935577.7073327",
        "address": "0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
        "name": "GITLAWB / WETH",
        "pool_created_at": "2026-03-11T02:00:07Z",
        "fdv_usd": "6754719.63014594",
        "market_cap_usd": "6762912.218",
        "price_change_percentage": {
          "m5": "0.107",
          "m15": "0.19",
          "m30": "2.652",
          "h1": "0.959",
          "h6": "-4.805",
          "h24": "-18.462"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 7,
            "sells": 0,
            "buyers": 7,
            "sellers": 0
          },
          "m30": {
            "buys": 7,
            "sells": 3,
            "buyers": 7,
            "sellers": 3
          },
          "h1": {
            "buys": 7,
            "sells": 7,
            "buyers": 7,
            "sellers": 7
          },
          "h6": {
            "buys": 123,
            "sells": 51,
            "buyers": 90,
            "sellers": 45
          },
          "h24": {
            "buys": 281,
            "sells": 176,
            "buyers": 166,
            "sellers": 127
          }
        },
        "volume_usd": {
          "m5": "189.4580487472",
          "m15": "705.9191907624",
          "m30": "1338.3009927262",
          "h1": "2203.4741288254",
          "h6": "74210.2072373471",
          "h24": "168433.51141008"
        },
        "reserve_in_usd": "2166463.0459"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x5f980dcfc4c0fa3911554cf5ab288ed0eb13dba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    }
  ]
}
เครือข่ายที่รองรับ

รองรับหลายห่วงโซ่อย่างครอบคลุม

เข้าถึงราคาคริปโตและข้อมูลตลาดจาก 200+ เครือข่ายต่าง ๆ ครอบคลุมตั้งแต่บล็อกเชนหลักไปจนถึงเครือข่ายใหม่ล่าสุด

เหตุใดโครงการ Web3 จึงใช้ CoinGecko

“DEX API ของ CoinGecko ช่วยให้เราได้รับรวดเร็ว แม่นยำสูง และแหล่งข้อมูลราคา DEX ที่แข็งแกร่ง มีข้อมูลครอบคลุมกว้างขวาง ใช้งานง่าย และเชื่อถือได้สูง DEX API ของ CoinGecko ได้กลายเป็นหนึ่งในฟีดราคา DEX หลักของเราที่ Supra ใช้เพื่อรวบรวมข้อมูลจากการแลกเปลี่ยนแบบกระจายอำนาจ”
"DEX API ของ CoinGecko ได้กลายเป็นส่วนสำคัญของกระบวนการพัฒนาของเรา โดยสามารถจัดการกับงานเล็กๆ น้อยๆ มากมายที่เราไม่มีความสามารถในการจัดการได้อย่างเชี่ยวชาญ สิ่งนี้ได้ ปรับปรุงขั้นตอนการทำงานของเราอย่างมาก ทำให้เราสามารถมุ่งเน้นไปที่การพัฒนาหลักได้"
"DEX API ของ CoinGecko มีการครอบคลุมที่กว้าง รองรับเชนจำนวนมากที่สุด และมีความพร้อมใช้งานสูง"

คำถามที่พบบ่อย

เพิ่มพลังให้กับโครงการของคุณด้วย 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
Cryptocurrency
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 ตัว และอักขระพิเศษ 1 ตัว
การดำเนินการต่อแสดงว่าคุณรับทราบว่าคุณได้อ่านและยอมรับข้อกำหนดและเงื่อนไข เงื่อนไขการให้บริการ และ นโยบายความเป็นส่วนตัวของเราโดยสมบูรณ์
รับการแจ้งเตือนราคาด้วยแอป CoinGecko
ลืมรหัสผ่าน?
คุณจะได้รับอีเมล์แนะนำการตั้งค่ารหัสผ่านในไม่ช้า
ส่งยืนยันคำขออีกครั้ง
คุณจะได้รับอีเมล์แนะนำวิธีการยืนยันบัญชีภายในไม่ไม่ช้า
เลือกรับบแอป CoinGecko
สแกนรหัส QR นี้เพื่อดาวน์โหลดแอปทันที App QR Code หรือเข้าไปดูใน App Store ได้เลย
เพิ่ม 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 จำนวนเหรียญ ลงทะเบียนหรือลงชื่อเข้าใช้เพื่อเก็บเหรียญที่แสดงด้านล่าง