Coins: 17,135
ตลาดแลกเปลี่ยน: 1,293
มูลค่าตามราคาตลาด: US$2.862T 0.1%
ปริมาณ 24 ชม.: US$87.3B
ค่าความเด่น:
แก๊ส: 1.909 GWEI
ไม่มีโฆษณา
CoinGecko CoinGecko

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

ข้อมูลได้รับการสนับสนุนโดย
ได้รับความไว้วางใจจากโครงการ Web3 ชั้นนำ

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

เข้าถึงข้อมูลตลาดออนไลน์จาก DEX เช่น Uniswap, PancakeSwap, Orca, Curve และอื่นๆ ผ่านเครือข่ายหลักๆ ด้วย API ข้อมูล DEX ที่กว้างขวางและเชื่อถือได้ของเรา
6M+
คอยน์และโทเค็น
200+
เครือข่าย
1,000+
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.00000395304963",
      "base_token_price_native_currency": "0.0005192760932694",
      "quote_token_price_usd": "1924.18",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005192760933",
      "quote_token_price_base_token": "1925.757825098",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3208919032.19438",
      "market_cap_usd": "3214750534.77783",
      "price_change_percentage": {
        "m5": "-0.07",
        "m15": "-0.32",
        "m30": "-0.31",
        "h1": "-0.1",
        "h6": "-0.18",
        "h24": "-0.18"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 5,
          "buyers": 1,
          "sellers": 5
        },
        "m15": {
          "buys": 22,
          "sells": 11,
          "buyers": 17,
          "sellers": 6
        },
        "m30": {
          "buys": 33,
          "sells": 18,
          "buyers": 22,
          "sellers": 12
        },
        "h1": {
          "buys": 79,
          "sells": 38,
          "buyers": 38,
          "sellers": 25
        },
        "h6": {
          "buys": 186,
          "sells": 186,
          "buyers": 86,
          "sellers": 95
        },
        "h24": {
          "buys": 549,
          "sells": 534,
          "buyers": 191,
          "sellers": 214
        }
      },
      "volume_usd": {
        "m5": "17813.7346814559",
        "m15": "55531.9866770257",
        "m30": "97286.7264161698",
        "h1": "259485.434525563",
        "h6": "468024.031768684",
        "h24": "1253156.00536192"
      },
      "reserve_in_usd": "2332004.1419",
      "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": "base_0xade9bcd4b968ee26bed102dd43a55f6a8c2416df",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00134935271021731",
        "base_token_price_native_currency": "0.000000716093938499468",
        "quote_token_price_usd": "1924.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000007160939385",
        "quote_token_price_base_token": "1396464.82987335",
        "address": "0xade9bcd4b968ee26bed102dd43a55f6a8c2416df",
        "name": "doginme / WETH 1%",
        "pool_created_at": "2024-02-04T23:35:17Z",
        "fdv_usd": "91242337.0586608",
        "market_cap_usd": "92572751.103893",
        "price_change_percentage": {
          "m5": "2.25",
          "m15": "-0.39",
          "m30": "-0.67",
          "h1": "1.69",
          "h6": "-6.13",
          "h24": "49.87"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 22,
            "sells": 5,
            "buyers": 20,
            "sellers": 3
          },
          "m30": {
            "buys": 29,
            "sells": 24,
            "buyers": 27,
            "sellers": 19
          },
          "h1": {
            "buys": 77,
            "sells": 42,
            "buyers": 59,
            "sellers": 30
          },
          "h6": {
            "buys": 316,
            "sells": 185,
            "buyers": 158,
            "sellers": 108
          },
          "h24": {
            "buys": 1526,
            "sells": 1411,
            "buyers": 694,
            "sellers": 580
          }
        },
        "volume_usd": {
          "m5": "5286.2522716375",
          "m15": "47245.1334683155",
          "m30": "100518.885158279",
          "h1": "184935.235233254",
          "h6": "568378.264893008",
          "h24": "3202776.77298717"
        },
        "reserve_in_usd": "6309555.6853"
      },
      "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": "base_0x377feeed4820b3b28d1ab429509e7a0789824fca",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00623145908475773",
        "base_token_price_native_currency": "0.00000324872486657814",
        "quote_token_price_usd": "1922.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003248724867",
        "quote_token_price_base_token": "307813.077767122",
        "address": "0x377feeed4820b3b28d1ab429509e7a0789824fca",
        "name": "KEYCAT / WETH",
        "pool_created_at": "2024-03-26T02:40:03Z",
        "fdv_usd": "62313733.8270189",
        "market_cap_usd": "62426250.78",
        "price_change_percentage": {
          "m5": "-0.73",
          "m15": "0.36",
          "m30": "-2.72",
          "h1": "-2.14",
          "h6": "-5.33",
          "h24": "18.64"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 5,
            "buyers": 3,
            "sellers": 5
          },
          "m15": {
            "buys": 24,
            "sells": 16,
            "buyers": 20,
            "sellers": 14
          },
          "m30": {
            "buys": 83,
            "sells": 41,
            "buyers": 65,
            "sellers": 32
          },
          "h1": {
            "buys": 120,
            "sells": 111,
            "buyers": 90,
            "sellers": 59
          },
          "h6": {
            "buys": 784,
            "sells": 626,
            "buyers": 351,
            "sellers": 278
          },
          "h24": {
            "buys": 3475,
            "sells": 3793,
            "buyers": 1287,
            "sellers": 1226
          }
        },
        "volume_usd": {
          "m5": "5134.3723999614",
          "m15": "18296.3720851527",
          "m30": "64213.3950564353",
          "h1": "105531.278694094",
          "h6": "642981.183772917",
          "h24": "4210075.71414055"
        },
        "reserve_in_usd": "1660127.8246"
      },
      "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_Gj5t6KjTw3gWW7SrMHEi1ojCkaYHyvLwb17gktf96HNH",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00303054795224108",
        "base_token_price_native_currency": "0.0000235086577994017",
        "quote_token_price_usd": "129.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000235086578",
        "quote_token_price_base_token": "42537.5199440544",
        "address": "Gj5t6KjTw3gWW7SrMHEi1ojCkaYHyvLwb17gktf96HNH",
        "name": "House / SOL",
        "pool_created_at": "2025-03-24T17:16:11Z",
        "fdv_usd": "3026998.44078233",
        "market_cap_usd": "3250891.46068668",
        "price_change_percentage": {
          "m5": "-7.69",
          "m15": "-2.84",
          "m30": "11.85",
          "h1": "34.72",
          "h6": "-46.38",
          "h24": "127.69"
        },
        "transactions": {
          "m5": {
            "buys": 48,
            "sells": 32,
            "buyers": 38,
            "sellers": 31
          },
          "m15": {
            "buys": 241,
            "sells": 194,
            "buyers": 156,
            "sellers": 144
          },
          "m30": {
            "buys": 560,
            "sells": 487,
            "buyers": 323,
            "sellers": 278
          },
          "h1": {
            "buys": 888,
            "sells": 1020,
            "buyers": 489,
            "sellers": 500
          },
          "h6": {
            "buys": 4989,
            "sells": 4520,
            "buyers": 1671,
            "sellers": 1861
          },
          "h24": {
            "buys": 36503,
            "sells": 30793,
            "buyers": 9298,
            "sellers": 7852
          }
        },
        "volume_usd": {
          "m5": "15603.213891764",
          "m15": "96281.6465701117",
          "m30": "277193.224811925",
          "h1": "444496.946763256",
          "h6": "2100505.85465299",
          "h24": "16044621.1588141"
        },
        "reserve_in_usd": "218186.365"
      },
      "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": "solana_J3JeorQjFNLpP1Te1shKDs2CGnqVma1iaxJxPKUaCxKh",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00156769294171362",
        "base_token_price_native_currency": "0.0000121009767959356",
        "quote_token_price_usd": "129.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000121009768",
        "quote_token_price_base_token": "82637.9569900402",
        "address": "J3JeorQjFNLpP1Te1shKDs2CGnqVma1iaxJxPKUaCxKh",
        "name": "COUNTRY / SOL",
        "pool_created_at": "2025-03-31T17:00:45Z",
        "fdv_usd": "1567692.94171362",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.42",
          "m15": "-8.4",
          "m30": "-11.27",
          "h1": "8.6",
          "h6": "13.81",
          "h24": "2821.33"
        },
        "transactions": {
          "m5": {
            "buys": 64,
            "sells": 20,
            "buyers": 46,
            "sellers": 15
          },
          "m15": {
            "buys": 319,
            "sells": 191,
            "buyers": 169,
            "sellers": 131
          },
          "m30": {
            "buys": 626,
            "sells": 417,
            "buyers": 339,
            "sellers": 264
          },
          "h1": {
            "buys": 1192,
            "sells": 973,
            "buyers": 668,
            "sellers": 564
          },
          "h6": {
            "buys": 10273,
            "sells": 7925,
            "buyers": 4240,
            "sellers": 3653
          },
          "h24": {
            "buys": 98237,
            "sells": 77780,
            "buyers": 20509,
            "sellers": 17072
          }
        },
        "volume_usd": {
          "m5": "8661.1556268222",
          "m15": "51784.3694802462",
          "m30": "135787.238307559",
          "h1": "298402.273793405",
          "h6": "2885041.5165831",
          "h24": "31319639.9462643"
        },
        "reserve_in_usd": "176002.1242"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_A8JBhB6t8ktie5FcX2wqieQfQFJ34JyPZYvGVE3Ypump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x9f1350f9db56c3f2449453a5feca918b55538695",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000000178299547973505",
        "base_token_price_native_currency": "0.000000000000913950051409153",
        "quote_token_price_usd": "1922.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000000009139500514",
        "quote_token_price_base_token": "1094151697303.56",
        "address": "0x9f1350f9db56c3f2449453a5feca918b55538695",
        "name": "TRUMP / WETH",
        "pool_created_at": "2025-03-22T09:57:33Z",
        "fdv_usd": "217342.678877416",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.8",
          "m15": "-7.59",
          "m30": "-9.8",
          "h1": "-6.49",
          "h6": "-58.46",
          "h24": "-40.44"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 7,
            "sells": 9,
            "buyers": 7,
            "sellers": 9
          },
          "m30": {
            "buys": 16,
            "sells": 21,
            "buyers": 16,
            "sellers": 21
          },
          "h1": {
            "buys": 40,
            "sells": 38,
            "buyers": 40,
            "sellers": 38
          },
          "h6": {
            "buys": 121,
            "sells": 189,
            "buyers": 117,
            "sellers": 189
          },
          "h24": {
            "buys": 915,
            "sells": 866,
            "buyers": 899,
            "sellers": 866
          }
        },
        "volume_usd": {
          "m5": "1511.1756729822",
          "m15": "10092.4356585452",
          "m30": "20013.0338259853",
          "h1": "44826.76078455",
          "h6": "143257.874648119",
          "h24": "906324.214984209"
        },
        "reserve_in_usd": "98499.5183"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x1f5ae26f204832349f1fdf625f96311d0f7514ab",
            "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": "bsc_0x11dbd3915ec2a933cdd2f9f3acf03507190a258a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00183302989141829",
        "base_token_price_native_currency": "0.00000296141492141676",
        "quote_token_price_usd": "618.99",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002961414921",
        "quote_token_price_base_token": "337676.423782451",
        "address": "0x11dbd3915ec2a933cdd2f9f3acf03507190a258a",
        "name": "4444 / WBNB",
        "pool_created_at": "2025-03-31T11:27:15Z",
        "fdv_usd": "1833029.89141829",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.17",
          "m15": "4.06",
          "m30": "-4.97",
          "h1": "-2.6",
          "h6": "-45.54",
          "h24": "5.21"
        },
        "transactions": {
          "m5": {
            "buys": 12,
            "sells": 9,
            "buyers": 11,
            "sellers": 9
          },
          "m15": {
            "buys": 129,
            "sells": 108,
            "buyers": 105,
            "sellers": 96
          },
          "m30": {
            "buys": 240,
            "sells": 185,
            "buyers": 184,
            "sellers": 160
          },
          "h1": {
            "buys": 457,
            "sells": 349,
            "buyers": 313,
            "sellers": 277
          },
          "h6": {
            "buys": 4194,
            "sells": 3079,
            "buyers": 1870,
            "sellers": 1731
          },
          "h24": {
            "buys": 19020,
            "sells": 15414,
            "buyers": 5584,
            "sellers": 5359
          }
        },
        "volume_usd": {
          "m5": "10232.3534042456",
          "m15": "66110.7527972705",
          "m30": "114891.788529122",
          "h1": "223579.59678785",
          "h6": "2252499.92066969",
          "h24": "11151220.612736"
        },
        "reserve_in_usd": "184186.5303"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x661af369690a8f5591cc0df7d581c83d1a6e4444",
            "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_DUjFqjqJ69pSRQhGcZetD5QCaLANYY12TBWVFcpQXvKu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0069116408432776",
        "base_token_price_native_currency": "0.000052839797875009",
        "quote_token_price_usd": "129.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00005283979788",
        "quote_token_price_base_token": "18925.129168084",
        "address": "DUjFqjqJ69pSRQhGcZetD5QCaLANYY12TBWVFcpQXvKu",
        "name": "Buckazoids / SOL",
        "pool_created_at": "2025-03-28T03:07:32Z",
        "fdv_usd": "6911640.8432776",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.19",
          "m15": "-3.96",
          "m30": "19.99",
          "h1": "14.79",
          "h6": "12.8",
          "h24": "20.77"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 15,
            "buyers": 7,
            "sellers": 15
          },
          "m15": {
            "buys": 118,
            "sells": 111,
            "buyers": 97,
            "sellers": 105
          },
          "m30": {
            "buys": 264,
            "sells": 351,
            "buyers": 183,
            "sellers": 247
          },
          "h1": {
            "buys": 514,
            "sells": 502,
            "buyers": 333,
            "sellers": 372
          },
          "h6": {
            "buys": 3166,
            "sells": 2695,
            "buyers": 1372,
            "sellers": 1429
          },
          "h24": {
            "buys": 19629,
            "sells": 16536,
            "buyers": 5445,
            "sellers": 5868
          }
        },
        "volume_usd": {
          "m5": "3856.1834992828",
          "m15": "65450.3554755356",
          "m30": "207418.466804052",
          "h1": "322776.289107232",
          "h6": "1584509.868455",
          "h24": "8654188.8779718"
        },
        "reserve_in_usd": "454277.1693"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BQQzEvYT4knThhkSPBvSKBLg1LEczisWLhx5ydJipump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_3YRRDA9hNkPcYtjqS8Kjp8MHGgS3k88WZiktYnuwCvvM",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.05094165292483",
        "base_token_price_native_currency": "0.00783044542943043",
        "quote_token_price_usd": "129.22",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.007830445429",
        "quote_token_price_base_token": "127.7066559",
        "address": "3YRRDA9hNkPcYtjqS8Kjp8MHGgS3k88WZiktYnuwCvvM",
        "name": "TNFT / SOL",
        "pool_created_at": "2025-03-30T14:23:35Z",
        "fdv_usd": "1050941652.92483",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "8.82",
          "m30": "2.61",
          "h1": "25.72",
          "h6": "-31.45",
          "h24": "-75.41"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m30": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "h1": {
            "buys": 9,
            "sells": 2,
            "buyers": 6,
            "sellers": 2
          },
          "h6": {
            "buys": 73,
            "sells": 48,
            "buyers": 43,
            "sellers": 32
          },
          "h24": {
            "buys": 404,
            "sells": 278,
            "buyers": 121,
            "sellers": 87
          }
        },
        "volume_usd": {
          "m5": "11.6298",
          "m15": "13.1251162892",
          "m30": "35.0869147527",
          "h1": "63.0317665356",
          "h6": "1368.2682203444",
          "h24": "8408.6549863258"
        },
        "reserve_in_usd": "676.6745"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_A7hH5nUroq18nptYfomZBVp338bapvVCAM83hgVLny5W",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xd9edc75a3a797ec92ca370f19051babebfb2edee",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.182839808472517",
        "base_token_price_native_currency": "0.0000950238511985097",
        "quote_token_price_usd": "1924.18",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000950238512",
        "quote_token_price_base_token": "10523.6736607418",
        "address": "0xd9edc75a3a797ec92ca370f19051babebfb2edee",
        "name": "KTA / WETH",
        "pool_created_at": "2025-03-05T18:32:49Z",
        "fdv_usd": "182839798.760608",
        "market_cap_usd": "72955449.44",
        "price_change_percentage": {
          "m5": "0",
          "m15": "1.92",
          "m30": "1.21",
          "h1": "5.21",
          "h6": "4.13",
          "h24": "35.72"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 19,
            "sells": 12,
            "buyers": 14,
            "sellers": 11
          },
          "m30": {
            "buys": 37,
            "sells": 21,
            "buyers": 29,
            "sellers": 20
          },
          "h1": {
            "buys": 74,
            "sells": 39,
            "buyers": 54,
            "sellers": 35
          },
          "h6": {
            "buys": 353,
            "sells": 282,
            "buyers": 210,
            "sellers": 172
          },
          "h24": {
            "buys": 1688,
            "sells": 1789,
            "buyers": 700,
            "sellers": 707
          }
        },
        "volume_usd": {
          "m5": "24.5474955312",
          "m15": "42879.6430685337",
          "m30": "91517.4144958518",
          "h1": "182332.013507216",
          "h6": "963648.63021488",
          "h24": "5682232.28910362"
        },
        "reserve_in_usd": "5780717.44"
      },
      "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": "solana_4qQM2x2pfhU3ToscAqkQxTfhTm7DmJe8LGWU9kvqeNH4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0278649077785187",
        "base_token_price_native_currency": "0.000214851493822896",
        "quote_token_price_usd": "129.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002148514938",
        "quote_token_price_base_token": "4654.377692269",
        "address": "4qQM2x2pfhU3ToscAqkQxTfhTm7DmJe8LGWU9kvqeNH4",
        "name": "titcoin / SOL",
        "pool_created_at": "2025-03-06T19:43:30Z",
        "fdv_usd": "27852480.4540758",
        "market_cap_usd": "26798715.6020721",
        "price_change_percentage": {
          "m5": "-0.83",
          "m15": "4.68",
          "m30": "10.71",
          "h1": "10.25",
          "h6": "43.5",
          "h24": "66.77"
        },
        "transactions": {
          "m5": {
            "buys": 104,
            "sells": 92,
            "buyers": 81,
            "sellers": 71
          },
          "m15": {
            "buys": 431,
            "sells": 472,
            "buyers": 261,
            "sellers": 293
          },
          "m30": {
            "buys": 996,
            "sells": 968,
            "buyers": 619,
            "sellers": 560
          },
          "h1": {
            "buys": 2188,
            "sells": 1996,
            "buyers": 1108,
            "sellers": 1067
          },
          "h6": {
            "buys": 7999,
            "sells": 7191,
            "buyers": 3070,
            "sellers": 2884
          },
          "h24": {
            "buys": 21373,
            "sells": 18072,
            "buyers": 6424,
            "sellers": 5852
          }
        },
        "volume_usd": {
          "m5": "89736.6558395009",
          "m15": "278957.620128845",
          "m30": "598532.639643217",
          "h1": "1161596.20083644",
          "h6": "3527040.83151637",
          "h24": "8290013.7610935"
        },
        "reserve_in_usd": "1137218.2572"
      },
      "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_H9d3XHfvMGfoohydEpqh4w3mopnvjCRzE9VqaiHKdqs7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00866170319115949",
        "base_token_price_native_currency": "0.0000669570999015154",
        "quote_token_price_usd": "129.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000669570999",
        "quote_token_price_base_token": "14934.9359734944",
        "address": "H9d3XHfvMGfoohydEpqh4w3mopnvjCRzE9VqaiHKdqs7",
        "name": "Ghibli / SOL",
        "pool_created_at": "2025-03-26T09:50:11Z",
        "fdv_usd": "8660918.34074236",
        "market_cap_usd": "8690181.61501202",
        "price_change_percentage": {
          "m5": "-1",
          "m15": "-6.16",
          "m30": "-8.67",
          "h1": "-8.65",
          "h6": "5.13",
          "h24": "9.16"
        },
        "transactions": {
          "m5": {
            "buys": 62,
            "sells": 22,
            "buyers": 38,
            "sellers": 21
          },
          "m15": {
            "buys": 184,
            "sells": 136,
            "buyers": 81,
            "sellers": 77
          },
          "m30": {
            "buys": 309,
            "sells": 210,
            "buyers": 124,
            "sellers": 128
          },
          "h1": {
            "buys": 615,
            "sells": 444,
            "buyers": 219,
            "sellers": 238
          },
          "h6": {
            "buys": 4736,
            "sells": 4049,
            "buyers": 1446,
            "sellers": 1314
          },
          "h24": {
            "buys": 13093,
            "sells": 11265,
            "buyers": 3116,
            "sellers": 2874
          }
        },
        "volume_usd": {
          "m5": "11846.2744235381",
          "m15": "64617.1570298097",
          "m30": "115879.488579164",
          "h1": "207756.160170819",
          "h6": "2286435.33372904",
          "h24": "5714232.81705577"
        },
        "reserve_in_usd": "572386.3965"
      },
      "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_Bzc9NZfMqkXR6fz1DBph7BDf9BroyEf6pnzESP7v5iiw",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.537136825971452",
        "base_token_price_native_currency": "0.00414822337122201",
        "quote_token_price_usd": "129.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.004148223371",
        "quote_token_price_base_token": "241.067057029",
        "address": "Bzc9NZfMqkXR6fz1DBph7BDf9BroyEf6pnzESP7v5iiw",
        "name": "Fartcoin / SOL",
        "pool_created_at": "2024-10-18T06:09:47Z",
        "fdv_usd": "537133020.914688",
        "market_cap_usd": "536372903.327918",
        "price_change_percentage": {
          "m5": "0.24",
          "m15": "0.99",
          "m30": "0.22",
          "h1": "3.58",
          "h6": "0.55",
          "h24": "22.84"
        },
        "transactions": {
          "m5": {
            "buys": 29,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 99,
            "sells": 61,
            "buyers": 26,
            "sellers": 23
          },
          "m30": {
            "buys": 218,
            "sells": 226,
            "buyers": 63,
            "sellers": 56
          },
          "h1": {
            "buys": 511,
            "sells": 502,
            "buyers": 121,
            "sellers": 89
          },
          "h6": {
            "buys": 2446,
            "sells": 2527,
            "buyers": 330,
            "sellers": 341
          },
          "h24": {
            "buys": 7752,
            "sells": 7940,
            "buyers": 656,
            "sellers": 648
          }
        },
        "volume_usd": {
          "m5": "21030.3184838413",
          "m15": "93535.9286738975",
          "m30": "335625.428783738",
          "h1": "760268.202256115",
          "h6": "3686482.34275846",
          "h24": "9840378.33382727"
        },
        "reserve_in_usd": "15762342.2518"
      },
      "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_B4PHSkL6CeZbxVqm1aUPQuVpc5ERFcaZj7u9dhtphmVX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0986610823058074",
        "base_token_price_native_currency": "0.000763447188317077",
        "quote_token_price_usd": "129.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0007634471883",
        "quote_token_price_base_token": "1309.848297699",
        "address": "B4PHSkL6CeZbxVqm1aUPQuVpc5ERFcaZj7u9dhtphmVX",
        "name": "ACT / SOL",
        "pool_created_at": "2024-10-19T11:36:39Z",
        "fdv_usd": "93554925.5185142",
        "market_cap_usd": "93867138.7125775",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-1.57",
          "m30": "-3.01",
          "h1": "-1.56",
          "h6": "-48.04",
          "h24": "-47.76"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 2,
            "buyers": 5,
            "sellers": 2
          },
          "m15": {
            "buys": 111,
            "sells": 86,
            "buyers": 43,
            "sellers": 26
          },
          "m30": {
            "buys": 207,
            "sells": 200,
            "buyers": 78,
            "sellers": 45
          },
          "h1": {
            "buys": 492,
            "sells": 511,
            "buyers": 157,
            "sellers": 117
          },
          "h6": {
            "buys": 12225,
            "sells": 10954,
            "buyers": 2198,
            "sellers": 1461
          },
          "h24": {
            "buys": 12837,
            "sells": 11544,
            "buyers": 2254,
            "sellers": 1535
          }
        },
        "volume_usd": {
          "m5": "3230.2663191793",
          "m15": "83380.8235764651",
          "m30": "139535.873952816",
          "h1": "383043.560247036",
          "h6": "17873301.1594848",
          "h24": "18069238.0870519"
        },
        "reserve_in_usd": "4020171.0421"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_GJAFwWjJ3vnTsrQVabjBVK2TYB1YtRCQXRDfDgUnpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x76c0106bba123e9b32770b2b34b6d13bf4cfa933",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00283417144729689",
        "base_token_price_native_currency": "0.0000015035208207562",
        "quote_token_price_usd": "1922.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001503520821",
        "quote_token_price_base_token": "665105.521782563",
        "address": "0x76c0106bba123e9b32770b2b34b6d13bf4cfa933",
        "name": "CLIZA / WETH 1%",
        "pool_created_at": "2025-03-10T13:09:03Z",
        "fdv_usd": "2764586.47389785",
        "market_cap_usd": "2323969.21360302",
        "price_change_percentage": {
          "m5": "-1.79",
          "m15": "-2.2",
          "m30": "0.08",
          "h1": "5.8",
          "h6": "0.93",
          "h24": "-7.14"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 3,
            "sells": 6,
            "buyers": 3,
            "sellers": 5
          },
          "m30": {
            "buys": 7,
            "sells": 10,
            "buyers": 6,
            "sellers": 9
          },
          "h1": {
            "buys": 21,
            "sells": 60,
            "buyers": 17,
            "sellers": 32
          },
          "h6": {
            "buys": 231,
            "sells": 210,
            "buyers": 123,
            "sellers": 120
          },
          "h24": {
            "buys": 1109,
            "sells": 789,
            "buyers": 424,
            "sellers": 338
          }
        },
        "volume_usd": {
          "m5": "262.0759057223",
          "m15": "1801.559366227",
          "m30": "4184.5965397824",
          "h1": "18302.9884932077",
          "h6": "83715.727744562",
          "h24": "383302.752012723"
        },
        "reserve_in_usd": "566539.1273"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x290f057a2c59b95d8027aa4abf31782676502071",
            "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_58fzJMbX5PatnfJPqWWsqkVFPRKptkbb5r2vCw4Qq3z9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0431116606584",
        "base_token_price_native_currency": "0.000333036837183528",
        "quote_token_price_usd": "129.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0003330368372",
        "quote_token_price_base_token": "3002.67084103",
        "address": "58fzJMbX5PatnfJPqWWsqkVFPRKptkbb5r2vCw4Qq3z9",
        "name": "VINE / SOL",
        "pool_created_at": "2025-01-23T00:22:43Z",
        "fdv_usd": "43111009.6443483",
        "market_cap_usd": "42990130.6113277",
        "price_change_percentage": {
          "m5": "0.24",
          "m15": "-1.4",
          "m30": "-0.34",
          "h1": "2.62",
          "h6": "0.36",
          "h24": "-11.97"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 6,
            "buyers": 1,
            "sellers": 6
          },
          "m15": {
            "buys": 151,
            "sells": 77,
            "buyers": 48,
            "sellers": 29
          },
          "m30": {
            "buys": 230,
            "sells": 159,
            "buyers": 72,
            "sellers": 59
          },
          "h1": {
            "buys": 388,
            "sells": 332,
            "buyers": 128,
            "sellers": 104
          },
          "h6": {
            "buys": 1414,
            "sells": 1395,
            "buyers": 313,
            "sellers": 427
          },
          "h24": {
            "buys": 7590,
            "sells": 7087,
            "buyers": 1557,
            "sellers": 1479
          }
        },
        "volume_usd": {
          "m5": "1129.0660297876",
          "m15": "135777.474310428",
          "m30": "235327.929285771",
          "h1": "421287.963776223",
          "h6": "1295864.48884205",
          "h24": "6464616.81550326"
        },
        "reserve_in_usd": "3123233.3539"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6AJcP7wuLwmRYLBNbi825wgguaPsWzPBEHcHndpRpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x5116773e18a9c7bb03ebb961b38678e45e238923",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000127965663839444",
        "base_token_price_native_currency": "0.0000000665235508487705",
        "quote_token_price_usd": "1924.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000006652355085",
        "quote_token_price_base_token": "15032270.3349574",
        "address": "0x5116773e18a9c7bb03ebb961b38678e45e238923",
        "name": "DRB / WETH 1%",
        "pool_created_at": "2025-03-07T09:58:57Z",
        "fdv_usd": "12795361.8954",
        "market_cap_usd": "13033650.86",
        "price_change_percentage": {
          "m5": "-1.88",
          "m15": "3.5",
          "m30": "7.35",
          "h1": "12.5",
          "h6": "20.84",
          "h24": "9.4"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m15": {
            "buys": 33,
            "sells": 8,
            "buyers": 24,
            "sellers": 7
          },
          "m30": {
            "buys": 55,
            "sells": 15,
            "buyers": 39,
            "sellers": 10
          },
          "h1": {
            "buys": 57,
            "sells": 40,
            "buyers": 40,
            "sellers": 26
          },
          "h6": {
            "buys": 256,
            "sells": 120,
            "buyers": 116,
            "sellers": 76
          },
          "h24": {
            "buys": 962,
            "sells": 619,
            "buyers": 356,
            "sellers": 331
          }
        },
        "volume_usd": {
          "m5": "495.7332452557",
          "m15": "19812.6110907546",
          "m30": "31113.2226430155",
          "h1": "44331.5736270047",
          "h6": "122329.827899015",
          "h24": "662213.673961123"
        },
        "reserve_in_usd": "1112028.6791"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2",
            "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": "arbitrum_0x9ba33d5d5cbc8f271d2518e47e048c63b61138dc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0155336276762038",
        "base_token_price_native_currency": "0.00000824907296389916843143213252992",
        "quote_token_price_usd": "0.999991170440958",
        "quote_token_price_native_currency": "0.000522365905106672",
        "base_token_price_quote_token": "0.01579175226",
        "quote_token_price_base_token": "63.3241950208",
        "address": "0x9ba33d5d5cbc8f271d2518e47e048c63b61138dc",
        "name": "SLING / USDC 1%",
        "pool_created_at": "2025-03-17T19:25:54Z",
        "fdv_usd": "77668138.381019",
        "market_cap_usd": "2823095.35774231",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "-0.51",
          "h1": "-0.95",
          "h6": "6.08",
          "h24": "6.74"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m30": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 1
          },
          "h1": {
            "buys": 2,
            "sells": 11,
            "buyers": 2,
            "sellers": 4
          },
          "h6": {
            "buys": 84,
            "sells": 62,
            "buyers": 16,
            "sellers": 10
          },
          "h24": {
            "buys": 357,
            "sells": 314,
            "buyers": 21,
            "sellers": 17
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "0.0",
          "m30": "302.471547286",
          "h1": "837.4797409032",
          "h6": "10692.0572919894",
          "h24": "59226.9829929345"
        },
        "reserve_in_usd": "127680.1638"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "arbitrum_0x5f8a7c646511a790c53f171891e5d469ca884ede",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "arbitrum_0xaf88d065e77c8cc2239327c5edb3a432268e5831",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "arbitrum",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v3_arbitrum",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_D6Rgz1JG2syjsTXGaSAZ39cLffWL4TfabEAAnJHGRrZC",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00932534327041424",
        "base_token_price_native_currency": "0.000071775084402913",
        "quote_token_price_usd": "129.53",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000717750844",
        "quote_token_price_base_token": "13932.411341886",
        "address": "D6Rgz1JG2syjsTXGaSAZ39cLffWL4TfabEAAnJHGRrZC",
        "name": "RFC / SOL",
        "pool_created_at": "2025-03-25T01:07:20Z",
        "fdv_usd": "9324142.50732335",
        "market_cap_usd": "8856781.83496178",
        "price_change_percentage": {
          "m5": "0.42",
          "m15": "-4.74",
          "m30": "-3.23",
          "h1": "-1.44",
          "h6": "-31.17",
          "h24": "-16.12"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 2,
            "buyers": 8,
            "sellers": 2
          },
          "m15": {
            "buys": 83,
            "sells": 85,
            "buyers": 57,
            "sellers": 62
          },
          "m30": {
            "buys": 181,
            "sells": 222,
            "buyers": 100,
            "sellers": 144
          },
          "h1": {
            "buys": 352,
            "sells": 424,
            "buyers": 194,
            "sellers": 259
          },
          "h6": {
            "buys": 2583,
            "sells": 2480,
            "buyers": 756,
            "sellers": 1062
          },
          "h24": {
            "buys": 12396,
            "sells": 12213,
            "buyers": 2719,
            "sellers": 3614
          }
        },
        "volume_usd": {
          "m5": "723.8447156218",
          "m15": "46103.4148842954",
          "m30": "109557.628039508",
          "h1": "201553.615348346",
          "h6": "1416782.47601895",
          "h24": "6098740.18491014"
        },
        "reserve_in_usd": "510819.3236"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_C3DwDjT17gDvvCYC2nsdGHxDHVmQRdhKfpAdqQ29pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x4b0aaf3ebb163dd45f663b38b6d93f6093ebc2d3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00029998344742565",
        "base_token_price_native_currency": "0.00000015654588354127",
        "quote_token_price_usd": "1915.98",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001565458835",
        "quote_token_price_base_token": "6387903.51671158",
        "address": "0x4b0aaf3ebb163dd45f663b38b6d93f6093ebc2d3",
        "name": "TOSHI / WETH 1%",
        "pool_created_at": "2023-11-06T23:43:21Z",
        "fdv_usd": "126199218.138919",
        "market_cap_usd": "125411643.822552",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0",
          "h1": "1.34",
          "h6": "1.51",
          "h24": "-0.08"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m30": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "h1": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "h6": {
            "buys": 19,
            "sells": 64,
            "buyers": 3,
            "sellers": 42
          },
          "h24": {
            "buys": 162,
            "sells": 175,
            "buyers": 21,
            "sellers": 80
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "1.228954784",
          "m30": "1.228954784",
          "h1": "183.4599296947",
          "h6": "14501.964107001",
          "h24": "48205.1312650915"
        },
        "reserve_in_usd": "2032108.3459"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xac1bd2486aaf3b5c0fc3fd868558b082a531b2b4",
            "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_EsXcHtyGrsqfDHvoJiUu5F2yCmv1YZ5y9ZBP8NE5TdJR",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000610838825846734",
        "base_token_price_native_currency": "0.00000470093994862389",
        "quote_token_price_usd": "129.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004700939949",
        "quote_token_price_base_token": "212723.415089089",
        "address": "EsXcHtyGrsqfDHvoJiUu5F2yCmv1YZ5y9ZBP8NE5TdJR",
        "name": "momo / SOL",
        "pool_created_at": "2024-10-02T06:18:20Z",
        "fdv_usd": "598841.273644055",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.33",
          "m15": "9.37",
          "m30": "0.32",
          "h1": "6.99",
          "h6": "-29.93",
          "h24": "236.68"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m15": {
            "buys": 20,
            "sells": 33,
            "buyers": 16,
            "sellers": 30
          },
          "m30": {
            "buys": 66,
            "sells": 62,
            "buyers": 39,
            "sellers": 55
          },
          "h1": {
            "buys": 183,
            "sells": 197,
            "buyers": 88,
            "sellers": 139
          },
          "h6": {
            "buys": 1323,
            "sells": 1344,
            "buyers": 600,
            "sellers": 813
          },
          "h24": {
            "buys": 9097,
            "sells": 7209,
            "buyers": 3752,
            "sellers": 3008
          }
        },
        "volume_usd": {
          "m5": "719.4233215926",
          "m15": "6299.0002814121",
          "m30": "11613.6310952004",
          "h1": "38352.889481758",
          "h6": "355013.319277256",
          "h24": "1766175.14634173"
        },
        "reserve_in_usd": "133425.3982"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_CHVggq5Bu2UKLB1MQtLciDV3UKv5hwLkJwA14egApump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    }
  ]
}

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

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

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

เพิ่มพลังให้กับโปรเจ็กต์ของคุณ
ด้วย CoinGecko API

ปลดล็อกความเป็นไปได้มากขึ้นด้วยข้อมูลราคาคริปโตที่เชื่อถือได้ แม่นยำ และครอบคลุม
ไม่พลาดการอัพเดท!
สมัครรับจดหมายข่าว API ของเราเพื่อรับข่าวสารล่าสุดเกี่ยวกับผลิตภัณฑ์ การอัปเดตอุปกรณ์ปลายทาง และเนื้อหาชุมชนที่สร้างแรงบันดาลใจ
coingecko
ดำเนินการต่อในแอป
ติดตามราคาแบบเรียลไทม์
เปิดแอป