Tiền ảo: 17.441
Sàn giao dịch: 1.488
Giá trị vốn hóa thị trường: 2,151T $ 0.6%
Lưu lượng 24 giờ: 42,798B $
Gas: 0.071 GWEI
Xóa quảng cáo

Token DEX & API dữ liệu thị trường trên chuỗi dành cho các dự án và nhà phát triển DeFi

Nhận thông tin đầy đủ về thị trường tiền mã hóa từ API CoinGecko, cơ quan dữ liệu tiền mã hóa độc lập lớn nhất thế giới từ năm 2014.
Dữ liệu được cung cấp bởi
Được các dự án Web3 hàng đầu tin tưởng

API dữ liệu DEX trên chuỗi toàn diện và đáng tin cậy

Truy cập dữ liệu thị trường trên chuỗi từ các DEX như Uniswap, PancakeSwap, Orca, Curve và nhiều sàn giao dịch khác trên các mạng chính, bằng API dữ liệu DEX đáng tin cậy và toàn diện của chúng tôi.
40M+
Tiền ảo & token
200+
Mạng
1,500+
DEX

Mở rộng quy mô dự án DeFi của bạn một cách hiệu quả

Một API thống nhất cho dữ liệu về tiền mã hóa, NFT và DEX

Biến quy trình tích hợp trở nên đơn giản hơn với một API dữ liệu tiền mã hóa thống nhất, cung cấp độ bao phủ toàn diện
Danh mục tiêu chí đánh giá Mô tả
/onchain/simple/*/token_price/* Cách đơn giản nhất để nhận được giá USD mới nhất của các token trên một mạng bằng các địa chỉ token
/onchain/networks Xem danh sách đầy đủ các mạng được hỗ trợ
/onchain/network/*dexes Xem danh sách đầy đủ các DEX được hỗ trợ trên một mạng
/onchains/network/*/pools/* Xem dữ liệu về nhóm thanh khoản, chẳng hạn như nhóm thịnh hành, nhóm mới và dữ liệu thị trường như giá, dự trữ, vốn hóa, giao dịch, khối lượng giao dịch. Ngoài ra, còn có điểm cuối tìm kiếm để tìm kiếm các nhóm trên một mạng.
/onchains/network/*/tokens/* Xem dữ liệu về token như các nhóm thịnh hành nhất, giá, giá trị pha loãng hoàn toàn (fdv), dự trữ, khối lượng giao dịch, vốn hóa, điểm số trên geckoterminal, id api của coingecko. Ngoài ra còn có siêu dữ liệu, bao gồm hình ảnh, trang web, mô tả và đường liên kết mạng xã hội.
/onchains/network/*/ohlcvs/* Xem dữ liệu lịch sử biểu đồ OHLCV của một nhóm thanh khoản
/onchains/network/*/trades Xem 300 giao dịch mới nhất từ nhóm thanh khoản
// Xem giá và dữ liệu thị trường của một nhóm thanh khoản
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "1.00072608366605",
      "base_token_price_native_currency": "0.000639468202661867",
      "quote_token_price_usd": "1568.66935101463",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0006394682027",
      "quote_token_price_base_token": "1563.799413071",
      "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": "4635098901.79834",
      "market_cap_usd": "4635117707.56413",
      "price_change_percentage": {
        "m5": "0",
        "m15": "-0.232",
        "m30": "-0.18",
        "h1": "-0.064",
        "h6": "-0.102",
        "h24": "-0.147"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 0,
          "buyers": 0,
          "sellers": 0
        },
        "m15": {
          "buys": 6,
          "sells": 16,
          "buyers": 5,
          "sellers": 11
        },
        "m30": {
          "buys": 8,
          "sells": 22,
          "buyers": 6,
          "sellers": 14
        },
        "h1": {
          "buys": 21,
          "sells": 33,
          "buyers": 14,
          "sellers": 20
        },
        "h6": {
          "buys": 68,
          "sells": 111,
          "buyers": 34,
          "sellers": 52
        },
        "h24": {
          "buys": 349,
          "sells": 447,
          "buyers": 139,
          "sellers": 178
        }
      },
      "volume_usd": {
        "m5": "0.0",
        "m15": "2967.2150148667",
        "m30": "3610.6216337607",
        "h1": "5939.229737335",
        "h6": "19363.058091388",
        "h24": "99067.357889042"
      },
      "reserve_in_usd": "1171173.4003",
      "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"
        }
      }
    }
  }
}
// Khám phá các nhóm đang thịnh hành
{
  "data": [
    {
      "id": "solana_FnzKY6x7entQ1eR3D225dQyT7ybfka4PskBMQhb8L3CC",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.021615492010301456027389445674895596646122931102977996923964512",
        "base_token_price_native_currency": "0.000305628701241001",
        "quote_token_price_usd": "70.458338009673738654803704484797433058057036099",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0003056287012",
        "quote_token_price_base_token": "3271.944015531",
        "address": "FnzKY6x7entQ1eR3D225dQyT7ybfka4PskBMQhb8L3CC",
        "name": "ANSEM / SOL",
        "pool_created_at": "2026-06-16T21:05:48Z",
        "fdv_usd": "22035282.5792729",
        "market_cap_usd": "22035282.9988447",
        "price_change_percentage": {
          "m5": "-2.889",
          "m15": "-0.748",
          "m30": "-8.469",
          "h1": "-18.811",
          "h6": "69.921",
          "h24": "10274.773"
        },
        "transactions": {
          "m5": {
            "buys": 621,
            "sells": 514,
            "buyers": 311,
            "sellers": 235
          },
          "m15": {
            "buys": 1606,
            "sells": 1610,
            "buyers": 644,
            "sellers": 526
          },
          "m30": {
            "buys": 2384,
            "sells": 2319,
            "buyers": 949,
            "sellers": 785
          },
          "h1": {
            "buys": 5633,
            "sells": 4931,
            "buyers": 1750,
            "sellers": 1708
          },
          "h6": {
            "buys": 29360,
            "sells": 26842,
            "buyers": 5757,
            "sellers": 5076
          },
          "h24": {
            "buys": 59128,
            "sells": 53481,
            "buyers": 9677,
            "sellers": 8341
          }
        },
        "volume_usd": {
          "m5": "353897.477531836",
          "m15": "1012137.63872859",
          "m30": "1361086.78883052",
          "h1": "2339742.00888898",
          "h6": "10243074.7145921",
          "h24": "18470356.9316991"
        },
        "reserve_in_usd": "458028.8039"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9cRCn9rGT8V2imeM2BaKs13yhMEais3ruM3rPvTGpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x0338b3af1fb5c7224170e0897e602ac583a584b1",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000181670275510127",
        "base_token_price_native_currency": "0.0000000327961623609069",
        "quote_token_price_usd": "555.11",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000003279616236",
        "quote_token_price_base_token": "30491372.4049617",
        "address": "0x0338b3af1fb5c7224170e0897e602ac583a584b1",
        "name": "AIGOAT / WBNB",
        "pool_created_at": "2026-06-27T12:27:12Z",
        "fdv_usd": "17833.17264",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.175",
          "m15": "-9.68",
          "m30": "-17.905",
          "h1": "-19.5",
          "h6": "-92.545",
          "h24": "-78.896"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 4,
            "buyers": 2,
            "sellers": 4
          },
          "m15": {
            "buys": 15,
            "sells": 12,
            "buyers": 12,
            "sellers": 11
          },
          "m30": {
            "buys": 19,
            "sells": 22,
            "buyers": 16,
            "sellers": 19
          },
          "h1": {
            "buys": 32,
            "sells": 35,
            "buyers": 28,
            "sellers": 30
          },
          "h6": {
            "buys": 1800,
            "sells": 2864,
            "buyers": 786,
            "sellers": 2251
          },
          "h24": {
            "buys": 3745,
            "sells": 4708,
            "buyers": 1835,
            "sellers": 3609
          }
        },
        "volume_usd": {
          "m5": "151.0029259892",
          "m15": "494.2500630384",
          "m30": "913.5885065104",
          "h1": "1803.768778169",
          "h6": "250871.69479374",
          "h24": "475770.775584344"
        },
        "reserve_in_usd": "11568.7427"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x0cad5c50bf38e7e7ca32455bb6c545da71627777",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xfb2fabaeb77d830297768546e19da574961b5787",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00547506829175946",
        "base_token_price_native_currency": "0.00000349798058578218",
        "quote_token_price_usd": "1568.44981438117",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003497980586",
        "quote_token_price_base_token": "285879.231023917",
        "address": "0xfb2fabaeb77d830297768546e19da574961b5787",
        "name": "AIB / WETH",
        "pool_created_at": "2026-06-24T15:36:59Z",
        "fdv_usd": "5404419.09074144",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-6.944",
          "m15": "-11.106",
          "m30": "-13.181",
          "h1": "-17.414",
          "h6": "-30.752",
          "h24": "3.766"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 5,
            "buyers": 8,
            "sellers": 5
          },
          "m15": {
            "buys": 32,
            "sells": 12,
            "buyers": 26,
            "sellers": 12
          },
          "m30": {
            "buys": 75,
            "sells": 25,
            "buyers": 61,
            "sellers": 24
          },
          "h1": {
            "buys": 146,
            "sells": 51,
            "buyers": 118,
            "sellers": 46
          },
          "h6": {
            "buys": 659,
            "sells": 260,
            "buyers": 300,
            "sellers": 144
          },
          "h24": {
            "buys": 2404,
            "sells": 874,
            "buyers": 1154,
            "sellers": 339
          }
        },
        "volume_usd": {
          "m5": "9143.4940204611",
          "m15": "30253.1841889772",
          "m30": "69515.6061811256",
          "h1": "123941.746481706",
          "h6": "519932.483852267",
          "h24": "1894876.40781132"
        },
        "reserve_in_usd": "205478.6411"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xe26b7183b9ed8d596dcac5ee1b319e8817454f5b",
            "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_0x6b0f53cbd9272d8117e9535fe25371dedf39a1be",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.56276591429496",
        "base_token_price_native_currency": "0.001000915339718831",
        "quote_token_price_usd": "1.00263154863309",
        "quote_token_price_native_currency": "0.000639968052794805",
        "base_token_price_quote_token": "1.5640082897",
        "quote_token_price_base_token": "0.6393828003",
        "address": "0x6b0f53cbd9272d8117e9535fe25371dedf39a1be",
        "name": "VELVET / USDC 0.01%",
        "pool_created_at": "2025-08-23T23:44:37Z",
        "fdv_usd": "11196346.1465083",
        "market_cap_usd": "654682818.329401",
        "price_change_percentage": {
          "m5": "-0.041",
          "m15": "-0.173",
          "m30": "1.909",
          "h1": "4.838",
          "h6": "-0.338",
          "h24": "72.893"
        },
        "transactions": {
          "m5": {
            "buys": 114,
            "sells": 142,
            "buyers": 12,
            "sellers": 4
          },
          "m15": {
            "buys": 631,
            "sells": 619,
            "buyers": 44,
            "sellers": 30
          },
          "m30": {
            "buys": 1376,
            "sells": 1330,
            "buyers": 86,
            "sellers": 53
          },
          "h1": {
            "buys": 2771,
            "sells": 2733,
            "buyers": 122,
            "sellers": 114
          },
          "h6": {
            "buys": 20505,
            "sells": 20867,
            "buyers": 673,
            "sellers": 651
          },
          "h24": {
            "buys": 82017,
            "sells": 83590,
            "buyers": 1466,
            "sellers": 1546
          }
        },
        "volume_usd": {
          "m5": "20097.4646684587",
          "m15": "109249.365475574",
          "m30": "238435.688960522",
          "h1": "506174.70697561",
          "h6": "4756898.41244236",
          "h24": "20100269.8624571"
        },
        "reserve_in_usd": "8763293.3619"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xbf927b841994731c573bdf09ceb0c6b0aa887cdd",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-slipstream",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x7dfc9dd51638573a812b39d33eded20df468e7bc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00243658903999136",
        "base_token_price_native_currency": "0.00000154864231754759",
        "quote_token_price_usd": "1572.5986662365",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001548642318",
        "quote_token_price_base_token": "645726.898115239",
        "address": "0x7dfc9dd51638573a812b39d33eded20df468e7bc",
        "name": "ASTEROID / WETH",
        "pool_created_at": "2024-09-10T10:05:35Z",
        "fdv_usd": "2436585.46607033",
        "market_cap_usd": "2436589.04",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0",
          "h1": "1.224",
          "h6": "-1.287",
          "h24": "-3.883"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m30": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "h1": {
            "buys": 5,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "h6": {
            "buys": 14,
            "sells": 14,
            "buyers": 11,
            "sellers": 14
          },
          "h24": {
            "buys": 65,
            "sells": 76,
            "buyers": 46,
            "sellers": 58
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "0.0",
          "m30": "296.001865536",
          "h1": "5326.6556938044",
          "h6": "14112.6373578696",
          "h24": "43387.1370885815"
        },
        "reserve_in_usd": "235204.5353"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xaff2565091e7207191dbe340b8528d02fa78d044",
            "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_EBNUexqpB5WjKXJsfm3ruFt7zb7ZbXHZGR7YdhYuvuyy",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00323632805098402468598045481573203582999829831313024346293401189",
        "base_token_price_native_currency": "0.0000473980506041729",
        "quote_token_price_usd": "70.458338009673738654803704484797433058057036099",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000473980506",
        "quote_token_price_base_token": "21097.9140967447",
        "address": "EBNUexqpB5WjKXJsfm3ruFt7zb7ZbXHZGR7YdhYuvuyy",
        "name": "RTM / SOL",
        "pool_created_at": "2025-09-25T19:05:18Z",
        "fdv_usd": "3094149.0285827",
        "market_cap_usd": "2960757.35961035",
        "price_change_percentage": {
          "m5": "-2.766",
          "m15": "42.973",
          "m30": "37.225",
          "h1": "41.615",
          "h6": "101.934",
          "h24": "1391.219"
        },
        "transactions": {
          "m5": {
            "buys": 108,
            "sells": 121,
            "buyers": 80,
            "sellers": 113
          },
          "m15": {
            "buys": 961,
            "sells": 874,
            "buyers": 529,
            "sellers": 529
          },
          "m30": {
            "buys": 1062,
            "sells": 1001,
            "buyers": 585,
            "sellers": 592
          },
          "h1": {
            "buys": 1359,
            "sells": 1334,
            "buyers": 714,
            "sellers": 767
          },
          "h6": {
            "buys": 7001,
            "sells": 6747,
            "buyers": 2022,
            "sellers": 2223
          },
          "h24": {
            "buys": 24219,
            "sells": 20779,
            "buyers": 8608,
            "sellers": 6034
          }
        },
        "volume_usd": {
          "m5": "32553.8054058203",
          "m15": "400307.931155845",
          "m30": "436551.268045956",
          "h1": "531221.672832384",
          "h6": "2031847.22436846",
          "h24": "3372534.5767461"
        },
        "reserve_in_usd": "174219.6348"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3d1qHSAkQhoN7kN1C6tvpAArCkXWxwYdBng6taXCDM6u",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_81RM4fW51f9YeSBiyq99r8E6qZfKYFShRzX8LRaJfPi8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000646349872468269107253653446607894429472749709562467211130332932",
        "base_token_price_native_currency": "0.0000089456525285958",
        "quote_token_price_usd": "70.458674251176284521596469979839871943037715716",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000008945652529",
        "quote_token_price_base_token": "111786.143805987",
        "address": "81RM4fW51f9YeSBiyq99r8E6qZfKYFShRzX8LRaJfPi8",
        "name": "Bepe / SOL",
        "pool_created_at": "2026-06-26T16:30:04Z",
        "fdv_usd": "629729.4208",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.61",
          "m15": "-0.913",
          "m30": "-13.868",
          "h1": "-9.631",
          "h6": "31.764",
          "h24": "202.874"
        },
        "transactions": {
          "m5": {
            "buys": 24,
            "sells": 18,
            "buyers": 23,
            "sellers": 17
          },
          "m15": {
            "buys": 64,
            "sells": 37,
            "buyers": 45,
            "sellers": 35
          },
          "m30": {
            "buys": 145,
            "sells": 73,
            "buyers": 72,
            "sellers": 59
          },
          "h1": {
            "buys": 298,
            "sells": 160,
            "buyers": 138,
            "sellers": 119
          },
          "h6": {
            "buys": 2008,
            "sells": 1352,
            "buyers": 694,
            "sellers": 733
          },
          "h24": {
            "buys": 6540,
            "sells": 4770,
            "buyers": 1979,
            "sellers": 2046
          }
        },
        "volume_usd": {
          "m5": "5273.4311529175",
          "m15": "8783.4768267678",
          "m30": "19920.2645487",
          "h1": "42353.5967286141",
          "h6": "322715.71472899",
          "h24": "1087841.08909713"
        },
        "reserve_in_usd": "71236.1577"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_61qNX1UoKDMypgDJzNGFra3Mb6DQPyUmf6zDayZ7bonk",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_3b96syjAEJ1YXNSDMiEANTgshk3s2HkE9mjSUhM1cnYh",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000264681788536136926134529772898028895515501721029950261107693247",
        "base_token_price_native_currency": "0.00000375573875238802",
        "quote_token_price_usd": "1.0008679302246282778365050389979093247643668301373187856017219",
        "quote_token_price_native_currency": "0.0142051027386881",
        "base_token_price_quote_token": "0.0002643936353",
        "quote_token_price_base_token": "3782.2393076877",
        "address": "3b96syjAEJ1YXNSDMiEANTgshk3s2HkE9mjSUhM1cnYh",
        "name": "world / USDC",
        "pool_created_at": "2026-06-26T18:59:06Z",
        "fdv_usd": "264422.4178",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-10.904",
          "m15": "-16.932",
          "m30": "-21.567",
          "h1": "-27.871",
          "h6": "-21.93",
          "h24": "-12.727"
        },
        "transactions": {
          "m5": {
            "buys": 22,
            "sells": 9,
            "buyers": 15,
            "sellers": 9
          },
          "m15": {
            "buys": 43,
            "sells": 27,
            "buyers": 25,
            "sellers": 26
          },
          "m30": {
            "buys": 101,
            "sells": 50,
            "buyers": 45,
            "sellers": 45
          },
          "h1": {
            "buys": 225,
            "sells": 102,
            "buyers": 98,
            "sellers": 74
          },
          "h6": {
            "buys": 1364,
            "sells": 1000,
            "buyers": 421,
            "sellers": 425
          },
          "h24": {
            "buys": 12749,
            "sells": 9102,
            "buyers": 2557,
            "sellers": 2377
          }
        },
        "volume_usd": {
          "m5": "1826.4245701257",
          "m15": "3678.8861866818",
          "m30": "10443.0409866988",
          "h1": "23596.3211177302",
          "h6": "174137.654967513",
          "h24": "2169783.21512198"
        },
        "reserve_in_usd": "57268.1195"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_62yzpmKJB6XiVtZcQZhUkUXhqwN3UgCbffUi4JM9pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_EDeuGoVFTEUvWZvNGQH6UvSs5uk6RLgKTvr3MgY32ouw",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.008560932751145313318975605220543815100493904084828952388177482",
        "base_token_price_native_currency": "0.000121503482124506",
        "quote_token_price_usd": "70.45833352070322197940524795512241602230318602",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001215034821",
        "quote_token_price_base_token": "8230.21680132",
        "address": "EDeuGoVFTEUvWZvNGQH6UvSs5uk6RLgKTvr3MgY32ouw",
        "name": "Jotchua / SOL",
        "pool_created_at": "2026-06-09T02:24:38Z",
        "fdv_usd": "8552813.67073649",
        "market_cap_usd": "8552813.67073649",
        "price_change_percentage": {
          "m5": "-1.984",
          "m15": "-7.372",
          "m30": "-6.914",
          "h1": "-6.844",
          "h6": "-17.394",
          "h24": "-24.841"
        },
        "transactions": {
          "m5": {
            "buys": 22,
            "sells": 18,
            "buyers": 18,
            "sellers": 18
          },
          "m15": {
            "buys": 199,
            "sells": 58,
            "buyers": 154,
            "sellers": 46
          },
          "m30": {
            "buys": 231,
            "sells": 87,
            "buyers": 174,
            "sellers": 73
          },
          "h1": {
            "buys": 385,
            "sells": 236,
            "buyers": 258,
            "sellers": 169
          },
          "h6": {
            "buys": 1244,
            "sells": 882,
            "buyers": 538,
            "sellers": 547
          },
          "h24": {
            "buys": 3961,
            "sells": 3491,
            "buyers": 1449,
            "sellers": 1669
          }
        },
        "volume_usd": {
          "m5": "7594.6241238353",
          "m15": "77405.8132017433",
          "m30": "82838.5133314345",
          "h1": "155952.893955007",
          "h6": "749232.076451186",
          "h24": "2182499.30476492"
        },
        "reserve_in_usd": "416214.5641"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BcHEaaTCvycPwwsJ9yQTXdHP9X2gCLkznDbZ8VySpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_EDEXqSN8ndyUduSndnGmyBr9czEvkBvXJb2vpfmvo6x3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00085586709480960921038464264737234785883360537378284366082009681",
        "base_token_price_native_currency": "0.0000121544316321122",
        "quote_token_price_usd": "70.458338009673738654803704484797433058057036099",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001215443163",
        "quote_token_price_base_token": "82274.5176630048",
        "address": "EDEXqSN8ndyUduSndnGmyBr9czEvkBvXJb2vpfmvo6x3",
        "name": "ANSEM / SOL",
        "pool_created_at": "2026-06-13T21:56:34Z",
        "fdv_usd": "862090.0845",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.106",
          "m15": "0.849",
          "m30": "-4.217",
          "h1": "-1.898",
          "h6": "9.467",
          "h24": "138.219"
        },
        "transactions": {
          "m5": {
            "buys": 56,
            "sells": 58,
            "buyers": 48,
            "sellers": 42
          },
          "m15": {
            "buys": 147,
            "sells": 146,
            "buyers": 115,
            "sellers": 100
          },
          "m30": {
            "buys": 291,
            "sells": 279,
            "buyers": 184,
            "sellers": 197
          },
          "h1": {
            "buys": 954,
            "sells": 926,
            "buyers": 461,
            "sellers": 462
          },
          "h6": {
            "buys": 9727,
            "sells": 8454,
            "buyers": 2643,
            "sellers": 2607
          },
          "h24": {
            "buys": 26588,
            "sells": 24370,
            "buyers": 5069,
            "sellers": 5073
          }
        },
        "volume_usd": {
          "m5": "18359.7978116343",
          "m15": "38648.1264590632",
          "m30": "67916.7901821403",
          "h1": "187946.98091378",
          "h6": "2112192.05686013",
          "h24": "4809112.86699429"
        },
        "reserve_in_usd": "105009.6155"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6KDh3wLSZMg37nnU7prtKZr7Rut7WQGSf33Vp1G7pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_EwRxs61YB2sWiANgQCbG9vgeRKWDZ3FxXWtYZ2kFVbM8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00175039926575808654808329147010933502031637169163412386428580189",
        "base_token_price_native_currency": "0.0000251084512158482",
        "quote_token_price_usd": "70.458338009673738654803704484797433058057036099",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002510845122",
        "quote_token_price_base_token": "39827.2275499339",
        "address": "EwRxs61YB2sWiANgQCbG9vgeRKWDZ3FxXWtYZ2kFVbM8",
        "name": "world / SOL",
        "pool_created_at": "2026-06-23T14:53:13Z",
        "fdv_usd": "1756178.876",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.591",
          "m15": "-4.755",
          "m30": "-14.178",
          "h1": "7.149",
          "h6": "43.126",
          "h24": "-58.824"
        },
        "transactions": {
          "m5": {
            "buys": 37,
            "sells": 25,
            "buyers": 28,
            "sellers": 22
          },
          "m15": {
            "buys": 124,
            "sells": 74,
            "buyers": 71,
            "sellers": 64
          },
          "m30": {
            "buys": 310,
            "sells": 206,
            "buyers": 141,
            "sellers": 142
          },
          "h1": {
            "buys": 545,
            "sells": 615,
            "buyers": 250,
            "sellers": 357
          },
          "h6": {
            "buys": 2669,
            "sells": 2710,
            "buyers": 1079,
            "sellers": 1193
          },
          "h24": {
            "buys": 12880,
            "sells": 11961,
            "buyers": 3289,
            "sellers": 3980
          }
        },
        "volume_usd": {
          "m5": "2775.3803810437",
          "m15": "26369.3522597374",
          "m30": "58003.8524208055",
          "h1": "123117.053262159",
          "h6": "528430.934504734",
          "h24": "2674329.22189488"
        },
        "reserve_in_usd": "125222.2698"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FMqh9mqR6drPZqqW6wPqLHxX4rqNDWGhYLaMfoaJpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5LSTGoUgA7ghhDBgWG1Ego2Eq839x5yZUDqoXxsPztwz",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000647618524550197622358415849079347978249619425715253290695823125",
        "base_token_price_native_currency": "0.0000000921376207026301",
        "quote_token_price_usd": "70.362864229319818656974978317241518373244398125",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000921376207",
        "quote_token_price_base_token": "10853329.9685202",
        "address": "5LSTGoUgA7ghhDBgWG1Ego2Eq839x5yZUDqoXxsPztwz",
        "name": "TRADER / SOL",
        "pool_created_at": "2026-06-27T04:05:46Z",
        "fdv_usd": "6476.185246",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.109",
          "m15": "-1.695",
          "m30": "-1.557",
          "h1": "-1.329",
          "h6": "-13.335",
          "h24": "-98.203"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m30": {
            "buys": 2,
            "sells": 4,
            "buyers": 2,
            "sellers": 4
          },
          "h1": {
            "buys": 2,
            "sells": 6,
            "buyers": 2,
            "sellers": 6
          },
          "h6": {
            "buys": 64,
            "sells": 81,
            "buyers": 21,
            "sellers": 38
          },
          "h24": {
            "buys": 40825,
            "sells": 37566,
            "buyers": 14979,
            "sellers": 16222
          }
        },
        "volume_usd": {
          "m5": "4.4274870893",
          "m15": "5.2844770136",
          "m30": "12.2717696773",
          "h1": "31.2524472079",
          "h6": "2345.5905428951",
          "h24": "11079633.9440077"
        },
        "reserve_in_usd": "8398.5685"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BbydPty2qDLNjoeHtWiFjBfibBvBkXK84agHuU2rpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HnhpJPJgBG2KwniMTNW8cVBHvk1hFog3RC3kjnyc23tD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.23272166478335062521132695529318798845348658",
        "base_token_price_native_currency": "0.0033381203410759",
        "quote_token_price_usd": "0.998459471005020128712743151166979407005384",
        "quote_token_price_native_currency": "0.0142106019685304",
        "base_token_price_quote_token": "0.2349035142",
        "quote_token_price_base_token": "4.2570670067",
        "address": "HnhpJPJgBG2KwniMTNW8cVBHvk1hFog3RC3kjnyc23tD",
        "name": "CARDS / USDC",
        "pool_created_at": "2025-08-29T18:54:46Z",
        "fdv_usd": "465374828.522034",
        "market_cap_usd": "59937983.8803577",
        "price_change_percentage": {
          "m5": "-0.841",
          "m15": "-0.563",
          "m30": "-1.3",
          "h1": "-0.023",
          "h6": "-2.858",
          "h24": "-4.519"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 3,
            "buyers": 4,
            "sellers": 2
          },
          "m15": {
            "buys": 12,
            "sells": 7,
            "buyers": 4,
            "sellers": 5
          },
          "m30": {
            "buys": 17,
            "sells": 10,
            "buyers": 5,
            "sellers": 7
          },
          "h1": {
            "buys": 28,
            "sells": 18,
            "buyers": 13,
            "sellers": 9
          },
          "h6": {
            "buys": 455,
            "sells": 281,
            "buyers": 77,
            "sellers": 81
          },
          "h24": {
            "buys": 5362,
            "sells": 4140,
            "buyers": 387,
            "sellers": 411
          }
        },
        "volume_usd": {
          "m5": "5259.1278569441",
          "m15": "17391.6929224019",
          "m30": "29766.0759861503",
          "h1": "53944.4451258305",
          "h6": "521927.058903501",
          "h24": "4155847.70434376"
        },
        "reserve_in_usd": "3478889.7708"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_CARDSccUMFKoPRZxt5vt3ksUbxEFEcnZ3H2pd3dKxYjp",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x5d2913a8ea284e486000177852c87ea4d64d03d6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.56496557773605",
        "base_token_price_native_currency": "0.00282077937126468",
        "quote_token_price_usd": "555.11",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.002820779371",
        "quote_token_price_base_token": "354.511951621",
        "address": "0x5d2913a8ea284e486000177852c87ea4d64d03d6",
        "name": "VELVET / WBNB 0.01%",
        "pool_created_at": "2025-07-09T09:39:08Z",
        "fdv_usd": "1561266734.45783",
        "market_cap_usd": "657025594.652259",
        "price_change_percentage": {
          "m5": "-0.197",
          "m15": "0.048",
          "m30": "1.835",
          "h1": "4.957",
          "h6": "-0.434",
          "h24": "72.427"
        },
        "transactions": {
          "m5": {
            "buys": 74,
            "sells": 79,
            "buyers": 45,
            "sellers": 35
          },
          "m15": {
            "buys": 291,
            "sells": 300,
            "buyers": 119,
            "sellers": 114
          },
          "m30": {
            "buys": 650,
            "sells": 665,
            "buyers": 211,
            "sellers": 227
          },
          "h1": {
            "buys": 1459,
            "sells": 1440,
            "buyers": 369,
            "sellers": 387
          },
          "h6": {
            "buys": 17418,
            "sells": 17783,
            "buyers": 1500,
            "sellers": 1556
          },
          "h24": {
            "buys": 78914,
            "sells": 81802,
            "buyers": 3017,
            "sellers": 3224
          }
        },
        "volume_usd": {
          "m5": "2687.8776714122",
          "m15": "9157.4054220572",
          "m30": "19068.4842578122",
          "h1": "44403.819522324",
          "h6": "639250.315130048",
          "h24": "3198310.17465453"
        },
        "reserve_in_usd": "6551786.2499"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x8b194370825e37b33373e74a41009161808c1488",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DvccN83MpXb1gh5tALvFU6WuwZBfgu7ECgbayaytCWrL",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000014808892237411543048851121131514157267708469820133391657457214",
        "base_token_price_native_currency": "0.000000210326238756836",
        "quote_token_price_usd": "70.456300519517124518841759143258293359002280638",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002103262388",
        "quote_token_price_base_token": "4754518.53230793",
        "address": "DvccN83MpXb1gh5tALvFU6WuwZBfgu7ECgbayaytCWrL",
        "name": "FRONT / SOL",
        "pool_created_at": "2026-06-26T19:52:30Z",
        "fdv_usd": "14808.89224",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.159",
          "m15": "-2.35",
          "m30": "-9.859",
          "h1": "-12.392",
          "h6": "-58.027",
          "h24": "-86.085"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m15": {
            "buys": 5,
            "sells": 15,
            "buyers": 3,
            "sellers": 11
          },
          "m30": {
            "buys": 14,
            "sells": 30,
            "buyers": 12,
            "sellers": 20
          },
          "h1": {
            "buys": 30,
            "sells": 45,
            "buyers": 24,
            "sellers": 32
          },
          "h6": {
            "buys": 181,
            "sells": 170,
            "buyers": 97,
            "sellers": 120
          },
          "h24": {
            "buys": 4354,
            "sells": 4137,
            "buyers": 1023,
            "sellers": 1239
          }
        },
        "volume_usd": {
          "m5": "11.9322626233",
          "m15": "252.3411878287",
          "m30": "632.0369363195",
          "h1": "1209.7052150051",
          "h6": "10525.4505201103",
          "h24": "551915.051806465"
        },
        "reserve_in_usd": "10391.9366"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_26Rre7jT3jUaU29s6oS6QbLSwpbV2ZSZmouZAFWApump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_145oMsfrPcfPv3BR6HYfvbCB8jwn3z6Fo4LSprRho71W",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000473519400040660333908641192052657280003376848082435821849927626",
        "base_token_price_native_currency": "0.00000673039838554211",
        "quote_token_price_usd": "70.412639299696658916206127297413325904086528261",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000006730398386",
        "quote_token_price_base_token": "148579.614863237",
        "address": "145oMsfrPcfPv3BR6HYfvbCB8jwn3z6Fo4LSprRho71W",
        "name": "Chameleon / SOL",
        "pool_created_at": "2026-06-16T12:08:32Z",
        "fdv_usd": "474519.5507",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.877",
          "m15": "-0.643",
          "m30": "-4.281",
          "h1": "9.646",
          "h6": "-30.414",
          "h24": "7.605"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 7,
            "buyers": 0,
            "sellers": 6
          },
          "m15": {
            "buys": 27,
            "sells": 23,
            "buyers": 16,
            "sellers": 18
          },
          "m30": {
            "buys": 55,
            "sells": 50,
            "buyers": 26,
            "sellers": 40
          },
          "h1": {
            "buys": 143,
            "sells": 185,
            "buyers": 70,
            "sellers": 122
          },
          "h6": {
            "buys": 1264,
            "sells": 1052,
            "buyers": 423,
            "sellers": 486
          },
          "h24": {
            "buys": 5810,
            "sells": 5228,
            "buyers": 1502,
            "sellers": 1884
          }
        },
        "volume_usd": {
          "m5": "156.5794664779",
          "m15": "1757.8938945647",
          "m30": "3893.1003707639",
          "h1": "18096.6925897736",
          "h6": "148443.496199704",
          "h24": "923866.311208421"
        },
        "reserve_in_usd": "60726.87"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_GuSborgzpo6Hc7msoRouQyPJ3psxgAHm4amC9iDhpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00339733101795911707606678936014915019087692429661688509164279216",
        "base_token_price_native_currency": "0.0000475500235547935",
        "quote_token_price_usd": "70.458338009673738654803704484797433058057036099",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00004755002355",
        "quote_token_price_base_token": "21030.4837987654",
        "address": "5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
        "name": "three / SOL",
        "pool_created_at": "2026-04-29T07:09:01Z",
        "fdv_usd": "3394209.98447626",
        "market_cap_usd": "3394209.98447626",
        "price_change_percentage": {
          "m5": "0.57",
          "m15": "-0.305",
          "m30": "-2.915",
          "h1": "-1.173",
          "h6": "-8.283",
          "h24": "-14.503"
        },
        "transactions": {
          "m5": {
            "buys": 61,
            "sells": 19,
            "buyers": 60,
            "sellers": 19
          },
          "m15": {
            "buys": 257,
            "sells": 80,
            "buyers": 239,
            "sellers": 77
          },
          "m30": {
            "buys": 519,
            "sells": 187,
            "buyers": 455,
            "sellers": 179
          },
          "h1": {
            "buys": 1054,
            "sells": 415,
            "buyers": 842,
            "sellers": 364
          },
          "h6": {
            "buys": 6433,
            "sells": 2365,
            "buyers": 2208,
            "sellers": 1517
          },
          "h24": {
            "buys": 22086,
            "sells": 8933,
            "buyers": 4261,
            "sellers": 3253
          }
        },
        "volume_usd": {
          "m5": "425.2701151575",
          "m15": "3213.987685869",
          "m30": "6561.5371842478",
          "h1": "12158.1703203935",
          "h6": "90393.2721139782",
          "h24": "466542.741152038"
        },
        "reserve_in_usd": "262800.6839"
      },
      "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": "solana_F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0127801455957577886329878883075377545390024008731433091826244398",
        "base_token_price_native_currency": "0.000183156945097266",
        "quote_token_price_usd": "70.458338009673738654803704484797433058057036099",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001831569451",
        "quote_token_price_base_token": "5459.798422981",
        "address": "F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
        "name": "KINS / SOL",
        "pool_created_at": "2026-05-22T17:47:24Z",
        "fdv_usd": "12760811.363993",
        "market_cap_usd": "12760813.8350471",
        "price_change_percentage": {
          "m5": "-0.901",
          "m15": "-0.108",
          "m30": "1.779",
          "h1": "-3.305",
          "h6": "-10.463",
          "h24": "-15.51"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 15,
            "buyers": 1,
            "sellers": 15
          },
          "m15": {
            "buys": 21,
            "sells": 42,
            "buyers": 20,
            "sellers": 42
          },
          "m30": {
            "buys": 65,
            "sells": 100,
            "buyers": 52,
            "sellers": 84
          },
          "h1": {
            "buys": 221,
            "sells": 186,
            "buyers": 152,
            "sellers": 143
          },
          "h6": {
            "buys": 1130,
            "sells": 1013,
            "buyers": 648,
            "sellers": 651
          },
          "h24": {
            "buys": 3738,
            "sells": 3970,
            "buyers": 1849,
            "sellers": 2199
          }
        },
        "volume_usd": {
          "m5": "1061.2934766853",
          "m15": "4126.4096249436",
          "m30": "14958.3931478384",
          "h1": "47714.9373485255",
          "h6": "259533.999119933",
          "h24": "827302.677740393"
        },
        "reserve_in_usd": "402425.3087"
      },
      "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": "solana_3qgpZfqkkSCbWTnmZnb9GCPDjfYbk5qKMnJPDLMSZzyH",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000305316462203743964023715786068977652069920490937226835912443184",
        "base_token_price_native_currency": "0.0000000428037934502328",
        "quote_token_price_usd": "70.443808573251417519898268476248494748257944184",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004280379345",
        "quote_token_price_base_token": "23362415.3233681",
        "address": "3qgpZfqkkSCbWTnmZnb9GCPDjfYbk5qKMnJPDLMSZzyH",
        "name": "Wolfy / SOL",
        "pool_created_at": "2026-06-27T12:00:18Z",
        "fdv_usd": "3053.164622",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.303",
          "m15": "1.303",
          "m30": "0.015",
          "h1": "-2.636",
          "h6": "-95.944",
          "h24": "-95.272"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m30": {
            "buys": 2,
            "sells": 6,
            "buyers": 2,
            "sellers": 6
          },
          "h1": {
            "buys": 9,
            "sells": 25,
            "buyers": 8,
            "sellers": 23
          },
          "h6": {
            "buys": 1963,
            "sells": 1088,
            "buyers": 1772,
            "sellers": 901
          },
          "h24": {
            "buys": 13940,
            "sells": 7603,
            "buyers": 11681,
            "sellers": 5623
          }
        },
        "volume_usd": {
          "m5": "6.3196529927",
          "m15": "6.3196529927",
          "m30": "18.2674735889",
          "h1": "132.6871050517",
          "h6": "81829.009759443",
          "h24": "601221.448463204"
        },
        "reserve_in_usd": "4097.2672"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8j7kvT7xLg8Ramzr3K9KngGLtTKrvgReWNDvKM7gpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_6Cim6C4dtdtXczqu9f3PexxH8RTtCzL9oLdwbz5Siizq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000015722068674211333651037225431048479017454084369689744808255824",
        "base_token_price_native_currency": "0.000000222374276253724",
        "quote_token_price_usd": "70.457611326369484644789652576560447077731097335",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002223742763",
        "quote_token_price_base_token": "4496923.01127052",
        "address": "6Cim6C4dtdtXczqu9f3PexxH8RTtCzL9oLdwbz5Siizq",
        "name": "FISSION / SOL",
        "pool_created_at": "2026-06-27T02:40:51Z",
        "fdv_usd": "15722.06867",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.752",
          "m15": "-0.231",
          "m30": "2.125",
          "h1": "13.403",
          "h6": "-47.063",
          "h24": "-87.425"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 6,
            "buyers": 2,
            "sellers": 5
          },
          "m15": {
            "buys": 11,
            "sells": 11,
            "buyers": 7,
            "sellers": 8
          },
          "m30": {
            "buys": 32,
            "sells": 20,
            "buyers": 21,
            "sellers": 13
          },
          "h1": {
            "buys": 53,
            "sells": 45,
            "buyers": 32,
            "sellers": 32
          },
          "h6": {
            "buys": 522,
            "sells": 642,
            "buyers": 245,
            "sellers": 311
          },
          "h24": {
            "buys": 5626,
            "sells": 5258,
            "buyers": 1764,
            "sellers": 2000
          }
        },
        "volume_usd": {
          "m5": "141.6765679956",
          "m15": "381.5048149824",
          "m30": "774.9929175981",
          "h1": "1552.4416417944",
          "h6": "35875.262069117",
          "h24": "560019.541845083"
        },
        "reserve_in_usd": "9786.7947"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_B8aCJxpe8MwVTqkBqnc8j21sYGKtFADMczagRHDLpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    }
  ]
}
Mạng được hỗ trợ

Phạm vi bao phủ rộng rãi trên nhiều chuỗi

Truy xuất giá tiền điện tử và dữ liệu thị trường từ +200 mạng lưới, từ các chuỗi khối chính đến các lần ra mắt mới.

Tại sao các dự án Web3 sử dụng CoinGecko

“API DEX của CoinGecko cung cấp cho chúng tôi nguồn dữ liệu về giá DEX nhanh chóng, chính xác caomạnh mẽ. Các API này có độ bao phủ dữ liệu rộng, dễ sử dụng và rất đáng tin cậy. API DEX của CoinGecko đã trở thành một trong nhiều nguồn cấp dữ liệu giá DEX chính của chúng tôi mà Supra tận dụng để tổng hợp dữ liệu từ các sàn giao dịch phi tập trung”.
"API DEX của CoinGecko đã trở thành một phần không thể thiếu trong quá trình phát triển của chúng tôi, nó xử lý khéo léo vô vàn tác vụ nhỏ mà chúng tôi không đủ năng lực để quản lý. Điều này đã tinh giản đáng kể quy trình làm việc của chúng tôi, từ đó giúp chúng tôi tập trung phát triển".
"API DEX của CoinGecko có độ bao phủ rộng, hỗ trợ nhiều chuỗi nhấttính khả dụng cao".

Câu hỏi thường gặp

Đẩy nhanh dự án của bạn với API CoinGecko

Mở ra nhiều cơ hội hơn với dữ liệu giá tiền mã hóa đáng tin cậy, chính xác và toàn diện.
Không bao giờ bỏ lỡ tin tức cập nhật!
Đăng ký nhận bản tin API của chúng tôi để biết tin tức mới nhất về sản phẩm, thông tin cập nhật về điểm cuối và nội dung truyền cảm hứng từ cộng đồng.
Chọn loại tiền
Tiền tệ đề xuất
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
Tiền định danh
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
Tiền mã hóa
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
Đơn vị Bitcoin
BITS
Bits
SATS
Satoshi
Hàng hóa
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Chọn ngôn ngữ
Các ngôn ngữ phổ biến
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT-BR
Português
Tất cả các ngôn ngữ
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
繁體中文
Chào mừng đến với CoinGecko
Chào mừng bạn đã quay lại!
Đăng nhập hoặc Đăng ký trong vài giây
hoặc
Đăng nhập bằng . Không phải bạn?
Quên mật khẩu?
Không nhận được hướng dẫn xác nhận tài khoản?
Gửi lại hướng dẫn xác nhận tài khoản
Mật khẩu phải có ít nhất 8 ký tự bao gồm 1 ký tự viết hoa, 1 ký tự viết thường, 1 số và 1 ký tự đặc biệt
Bằng cách tiếp tục, bạn xác nhận rằng bạn đã đọc và đồng ý hoàn toàn với Điều khoản dịch vụ Chính sách Riêng tư của chúng tôi.
Nhận cảnh báo giá với ứng dụng CoinGecko
Quên mật khẩu?
Bạn sẽ nhận được email hướng dẫn thiết lập lại mật khẩu trong vài phút nữa.
Gửi lại hướng dẫn xác nhận tài khoản
Bạn sẽ nhận được email hướng dẫn xác nhận tài khoản trong vài phút nữa.
Tải ứng dụng CoinGecko.
Quét mã QR này để tải ứng dụng ngay App QR Code Hoặc truy cập trên các cửa hàng ứng dụng
Thêm NFT
CoinGecko
Trên ứng dụng thì tốt hơn
Cảnh báo giá theo thời gian thực và trải nghiệm nhanh hơn, mượt mà hơn.