Tiền ảo: 21.512
Sàn giao dịch: 1.498
Giá trị vốn hóa thị trường: 3,023T $ 0.1%
Lưu lượng 24 giờ: 120,19B $
Fear & Greed: Fear (42)
Không 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.
46M+
Tiền ảo & token
220+
Mạng
1.900+
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": "0.999642621386333",
      "base_token_price_native_currency": "0.000364380203316068",
      "quote_token_price_usd": "2731.84",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0003643802033",
      "quote_token_price_base_token": "2744.386195791",
      "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": "4614987863.40229",
      "market_cap_usd": "4612315317.63111",
      "price_change_percentage": {
        "m5": "0",
        "m15": "-0.036",
        "m30": "0.044",
        "h1": "-0.111",
        "h6": "-0.013",
        "h24": "-0.132"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 1,
          "buyers": 0,
          "sellers": 1
        },
        "m15": {
          "buys": 2,
          "sells": 2,
          "buyers": 2,
          "sellers": 2
        },
        "m30": {
          "buys": 3,
          "sells": 5,
          "buyers": 3,
          "sellers": 5
        },
        "h1": {
          "buys": 6,
          "sells": 11,
          "buyers": 6,
          "sellers": 10
        },
        "h6": {
          "buys": 58,
          "sells": 63,
          "buyers": 45,
          "sellers": 55
        },
        "h24": {
          "buys": 388,
          "sells": 438,
          "buyers": 235,
          "sellers": 242
        }
      },
      "volume_usd": {
        "m5": "10.3502177311",
        "m15": "592.0982366837",
        "m30": "722.8927299509",
        "h1": "2370.9500953143",
        "h6": "38206.3161536026",
        "h24": "254548.028541609"
      },
      "reserve_in_usd": "1353980.3371",
      "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": "robinhood_0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.680365350234726",
        "base_token_price_native_currency": "0.000248088965196135",
        "quote_token_price_usd": "1.00021182799801",
        "quote_token_price_native_currency": "0.000365567998379213",
        "base_token_price_quote_token": "0.6786397231",
        "quote_token_price_base_token": "1.4735359071",
        "address": "0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
        "name": "PONS / USDG 0.3%",
        "pool_created_at": "2026-07-18T01:42:13Z",
        "fdv_usd": "465589485.135201",
        "market_cap_usd": "465608716.275103",
        "price_change_percentage": {
          "m5": "0.152",
          "m15": "0.932",
          "m30": "0.53",
          "h1": "0.529",
          "h6": "-4.887",
          "h24": "7.762"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 12,
            "sells": 34,
            "buyers": 2,
            "sellers": 26
          },
          "m30": {
            "buys": 44,
            "sells": 40,
            "buyers": 23,
            "sellers": 28
          },
          "h1": {
            "buys": 46,
            "sells": 52,
            "buyers": 25,
            "sellers": 39
          },
          "h6": {
            "buys": 646,
            "sells": 660,
            "buyers": 189,
            "sellers": 170
          },
          "h24": {
            "buys": 4186,
            "sells": 3969,
            "buyers": 589,
            "sellers": 545
          }
        },
        "volume_usd": {
          "m5": "1946.3198873131",
          "m15": "46245.8546363899",
          "m30": "63672.4586549706",
          "h1": "90854.9409941233",
          "h6": "1435336.30265597",
          "h24": "6927214.84239275"
        },
        "reserve_in_usd": "7276672.1551"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x39dbed3a2bd333467115de45665cc57f813c4571",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x2a4e49b6f4026be2d9c4cc273f389d986256e27b18950a8967d1daa095b27978",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000340050697260312",
        "base_token_price_native_currency": "0.000000123708331481629",
        "quote_token_price_usd": "2732.97",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001237083315",
        "quote_token_price_base_token": "8083529.92901293",
        "address": "0x2a4e49b6f4026be2d9c4cc273f389d986256e27b18950a8967d1daa095b27978",
        "name": "AD / WETH 0.25%",
        "pool_created_at": "2026-09-17T17:07:49Z",
        "fdv_usd": "340050.6973",
        "market_cap_usd": "340050.6973",
        "price_change_percentage": {
          "m5": "0.238",
          "m15": "4.149",
          "m30": "2.431",
          "h1": "16.589",
          "h6": "6.484",
          "h24": "-9.89"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 6,
            "buyers": 3,
            "sellers": 6
          },
          "m15": {
            "buys": 56,
            "sells": 69,
            "buyers": 34,
            "sellers": 43
          },
          "m30": {
            "buys": 131,
            "sells": 156,
            "buyers": 73,
            "sellers": 92
          },
          "h1": {
            "buys": 261,
            "sells": 287,
            "buyers": 142,
            "sellers": 174
          },
          "h6": {
            "buys": 2032,
            "sells": 2060,
            "buyers": 1035,
            "sellers": 1103
          },
          "h24": {
            "buys": 9232,
            "sells": 8663,
            "buyers": 5183,
            "sellers": 4929
          }
        },
        "volume_usd": {
          "m5": "218.9845132783",
          "m15": "4617.2505571806",
          "m30": "9078.2042833612",
          "h1": "17935.9807905446",
          "h6": "127832.295555743",
          "h24": "682256.127003174"
        },
        "reserve_in_usd": "64735.6781"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x63ffd4aa844f4befcee1b4606e467d1d209a926b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xc19d1d77bfdaeb66c285a17286d325062c1cd0c7ce88c1fe60ef70797ee8f215",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0001627336814513",
        "base_token_price_native_currency": "0.0000000597878899541971",
        "quote_token_price_usd": "2732.7",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000005978788995",
        "quote_token_price_base_token": "16725795.152933",
        "address": "0xc19d1d77bfdaeb66c285a17286d325062c1cd0c7ce88c1fe60ef70797ee8f215",
        "name": "HOODCATS / WETH 0.25%",
        "pool_created_at": "2026-09-19T03:23:52Z",
        "fdv_usd": "162733.650633166",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-0.397",
          "m15": "-2.655",
          "m30": "5.587",
          "h1": "8.043",
          "h6": "10.6",
          "h24": "-37.13"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m30": {
            "buys": 16,
            "sells": 22,
            "buyers": 9,
            "sellers": 9
          },
          "h1": {
            "buys": 35,
            "sells": 39,
            "buyers": 14,
            "sellers": 10
          },
          "h6": {
            "buys": 266,
            "sells": 271,
            "buyers": 32,
            "sellers": 33
          },
          "h24": {
            "buys": 1773,
            "sells": 1650,
            "buyers": 743,
            "sellers": 683
          }
        },
        "volume_usd": {
          "m5": "67.8302005643",
          "m15": "221.8358499652",
          "m30": "2306.2581127355",
          "h1": "3563.1744335231",
          "h6": "33103.3184115874",
          "h24": "126668.178609972"
        },
        "reserve_in_usd": "42057.3461"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xd17c81cb01d44cc6e822936e8f098960001b47d2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x40a433930370f6cdf0a78debc2c6dd599c23bd428c0d67dd8b5373e4f101557f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000304653176256022",
        "base_token_price_native_currency": "0.000000115743306596064",
        "quote_token_price_usd": "738.984292201262",
        "quote_token_price_native_currency": "0.27030398012051",
        "base_token_price_quote_token": "0.0000004281968269",
        "quote_token_price_base_token": "2335374.61534473",
        "address": "0x40a433930370f6cdf0a78debc2c6dd599c23bd428c0d67dd8b5373e4f101557f",
        "name": "musebook / META",
        "pool_created_at": "2026-09-16T05:51:12Z",
        "fdv_usd": "30464439.6727548",
        "market_cap_usd": "30465317.63",
        "price_change_percentage": {
          "m5": "0.041",
          "m15": "-0.681",
          "m30": "-3.036",
          "h1": "-5.862",
          "h6": "0.303",
          "h24": "45.929"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 17,
            "sells": 25,
            "buyers": 15,
            "sellers": 15
          },
          "m30": {
            "buys": 40,
            "sells": 63,
            "buyers": 33,
            "sellers": 33
          },
          "h1": {
            "buys": 72,
            "sells": 115,
            "buyers": 60,
            "sellers": 71
          },
          "h6": {
            "buys": 1132,
            "sells": 1697,
            "buyers": 503,
            "sellers": 532
          },
          "h24": {
            "buys": 16319,
            "sells": 24694,
            "buyers": 3115,
            "sellers": 3134
          }
        },
        "volume_usd": {
          "m5": "40.2250113784",
          "m15": "31140.8331312494",
          "m30": "49501.9492558258",
          "h1": "65174.6798370739",
          "h6": "656257.691720388",
          "h24": "12577117.2888648"
        },
        "reserve_in_usd": "7928410.1475"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x91a2dae9699f0b82540b5886b0d8759c22820ba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xc0d6457c16cc70d6790dd43521c899c87ce02f35",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "bankr-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x541bedd98337d22c46ff8196494f14e7d9922ddedf07b74df44c7020487e5fdf",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000659621923657491",
        "base_token_price_native_currency": "0.0000000315152148583241",
        "quote_token_price_usd": "0.000304653176256022",
        "quote_token_price_native_currency": "0.000000125458422017828",
        "base_token_price_quote_token": "0.2512004722",
        "quote_token_price_base_token": "3.9808842358",
        "address": "0x541bedd98337d22c46ff8196494f14e7d9922ddedf07b74df44c7020487e5fdf",
        "name": "Agrippa / musebook",
        "pool_created_at": "2026-09-17T16:01:41Z",
        "fdv_usd": "6596219.23687449",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.023",
          "m30": "-0.797",
          "h1": "-11.358",
          "h6": "-1.525",
          "h24": "3415.593"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 25,
            "sells": 38,
            "buyers": 25,
            "sellers": 22
          },
          "m30": {
            "buys": 61,
            "sells": 99,
            "buyers": 55,
            "sellers": 51
          },
          "h1": {
            "buys": 99,
            "sells": 156,
            "buyers": 84,
            "sellers": 94
          },
          "h6": {
            "buys": 1460,
            "sells": 2222,
            "buyers": 638,
            "sellers": 663
          },
          "h24": {
            "buys": 20805,
            "sells": 30171,
            "buyers": 3601,
            "sellers": 3531
          }
        },
        "volume_usd": {
          "m5": "13.1187244352",
          "m15": "7393.0705642428",
          "m30": "28073.5390791764",
          "h1": "66484.2776223024",
          "h6": "992712.136443871",
          "h24": "16591429.2532725"
        },
        "reserve_in_usd": "2123102.6774"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x83a49b808f8d5e02cb2931cd2352988f498e5ba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x91a2dae9699f0b82540b5886b0d8759c22820ba3",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "bankr-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x5eac4195930d5ff8b7a34a347f2bde951c42eb730d6e26075bea3dd7c66feb40",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00405399396451353",
        "base_token_price_native_currency": "0.00000151491017852317",
        "quote_token_price_usd": "0.999646625494888",
        "quote_token_price_native_currency": "0.000365772996225677",
        "base_token_price_quote_token": "0.00414166763",
        "quote_token_price_base_token": "241.4486359728",
        "address": "0x5eac4195930d5ff8b7a34a347f2bde951c42eb730d6e26075bea3dd7c66feb40",
        "name": "ROBIN / USDG",
        "pool_created_at": "2026-09-05T16:54:01Z",
        "fdv_usd": "3822270.78910087",
        "market_cap_usd": "4053993.965",
        "price_change_percentage": {
          "m5": "-1.596",
          "m15": "2.469",
          "m30": "-3.597",
          "h1": "-12.877",
          "h6": "9.324",
          "h24": "11.16"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 10,
            "buyers": 10,
            "sellers": 10
          },
          "m15": {
            "buys": 112,
            "sells": 69,
            "buyers": 58,
            "sellers": 49
          },
          "m30": {
            "buys": 261,
            "sells": 190,
            "buyers": 136,
            "sellers": 132
          },
          "h1": {
            "buys": 554,
            "sells": 428,
            "buyers": 295,
            "sellers": 271
          },
          "h6": {
            "buys": 3905,
            "sells": 2797,
            "buyers": 1761,
            "sellers": 1717
          },
          "h24": {
            "buys": 4394,
            "sells": 3416,
            "buyers": 1892,
            "sellers": 1867
          }
        },
        "volume_usd": {
          "m5": "1352.986932755",
          "m15": "9066.3579242755",
          "m30": "26156.2916986865",
          "h1": "61926.9158512393",
          "h6": "572594.572999625",
          "h24": "743200.427431978"
        },
        "reserve_in_usd": "165529.7947"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x11b70d0243baf75e85ce03201a92b5b7c33beb59",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Bd4wKg3xEBKJ4Xrw8skXMmJ4W65gk3x8yd7AovuBJisZ",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000405523476421943414422165125541637583274225883657155106407407225",
        "base_token_price_native_currency": "0.00000341299548929317",
        "quote_token_price_usd": "117.166671230095434259697431711244679761028083535",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003412995489",
        "quote_token_price_base_token": "292997.750256945",
        "address": "Bd4wKg3xEBKJ4Xrw8skXMmJ4W65gk3x8yd7AovuBJisZ",
        "name": "PEPENOM / SOL",
        "pool_created_at": "2026-09-11T00:55:05Z",
        "fdv_usd": "239921.193834372",
        "market_cap_usd": "239945.475315771",
        "price_change_percentage": {
          "m5": "-0.143",
          "m15": "-0.185",
          "m30": "1.008",
          "h1": "2.621",
          "h6": "-4.015",
          "h24": "1.865"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 12,
            "sells": 6,
            "buyers": 12,
            "sellers": 6
          },
          "m30": {
            "buys": 31,
            "sells": 15,
            "buyers": 30,
            "sellers": 15
          },
          "h1": {
            "buys": 72,
            "sells": 27,
            "buyers": 67,
            "sellers": 27
          },
          "h6": {
            "buys": 431,
            "sells": 138,
            "buyers": 425,
            "sellers": 129
          },
          "h24": {
            "buys": 4929,
            "sells": 898,
            "buyers": 4858,
            "sellers": 796
          }
        },
        "volume_usd": {
          "m5": "52.4343592595",
          "m15": "209.719092388",
          "m30": "956.8710007314",
          "h1": "2695.325928327",
          "h6": "9989.7318295263",
          "h24": "68728.246138044"
        },
        "reserve_in_usd": "132933.984"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_EpEfnZxQyiBXppSKi8sncc8w4corn1UJbF9G91fQpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xd64fbda67e1015df43fa5e49f02ca844729e5f94",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0272164418881643",
        "base_token_price_native_currency": "0.0000098033820348815036577874200663",
        "quote_token_price_usd": "2733.17",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000009803382035",
        "quote_token_price_base_token": "102005.613618024",
        "address": "0xd64fbda67e1015df43fa5e49f02ca844729e5f94",
        "name": "DELTA / WETH 1%",
        "pool_created_at": "2026-07-31T22:59:31Z",
        "fdv_usd": "27080233.0266089",
        "market_cap_usd": "24494797.701",
        "price_change_percentage": {
          "m5": "-0.216",
          "m15": "1.761",
          "m30": "3.086",
          "h1": "-0.926",
          "h6": "-3.123",
          "h24": "9.795"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 1,
            "buyers": 8,
            "sellers": 1
          },
          "m15": {
            "buys": 13,
            "sells": 3,
            "buyers": 13,
            "sellers": 3
          },
          "m30": {
            "buys": 47,
            "sells": 13,
            "buyers": 27,
            "sellers": 12
          },
          "h1": {
            "buys": 90,
            "sells": 36,
            "buyers": 45,
            "sellers": 31
          },
          "h6": {
            "buys": 369,
            "sells": 335,
            "buyers": 200,
            "sellers": 242
          },
          "h24": {
            "buys": 2182,
            "sells": 2126,
            "buyers": 790,
            "sellers": 977
          }
        },
        "volume_usd": {
          "m5": "18819.8276468062",
          "m15": "20346.5178498619",
          "m30": "47760.5744371166",
          "h1": "73476.8783908748",
          "h6": "528344.012882048",
          "h24": "3330345.57532409"
        },
        "reserve_in_usd": "1622730.4114"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe8ffd7e24187f72afb08d75b1bb13088a989a791",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-dot-family",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xcf14dfcf39de6849af062d611c2f4395a5558b63",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00188871823097109",
        "base_token_price_native_currency": "0.000000693259590732583",
        "quote_token_price_usd": "2731.8",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000006932595907",
        "quote_token_price_base_token": "1442461.11177961",
        "address": "0xcf14dfcf39de6849af062d611c2f4395a5558b63",
        "name": "ASE / WETH",
        "pool_created_at": "2026-05-10T20:08:11Z",
        "fdv_usd": "1888718.231",
        "market_cap_usd": "784510.417084374",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "-0.563",
          "h1": "0.31",
          "h6": "-0.671",
          "h24": "-3.692"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m30": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "h1": {
            "buys": 6,
            "sells": 2,
            "buyers": 5,
            "sellers": 2
          },
          "h6": {
            "buys": 19,
            "sells": 6,
            "buyers": 17,
            "sellers": 4
          },
          "h24": {
            "buys": 61,
            "sells": 30,
            "buyers": 51,
            "sellers": 19
          }
        },
        "volume_usd": {
          "m5": "28.3307734646",
          "m15": "28.3307734646",
          "m30": "121.5422719221",
          "h1": "677.8440535271",
          "h6": "2048.1561871161",
          "h24": "10514.885712354"
        },
        "reserve_in_usd": "194026.6414"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x041ff0e49f6f774e7dc7bd10ee4a14c00b1d80b2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xed50bdeea8adc232f159486192a4157281d722ff",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.679535278636282",
        "base_token_price_native_currency": "0.000247163809195365",
        "quote_token_price_usd": "2732.7",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002471638092",
        "quote_token_price_base_token": "4045.899774953",
        "address": "0xed50bdeea8adc232f159486192a4157281d722ff",
        "name": "PONS / WETH 0.3%",
        "pool_created_at": "2026-07-16T15:39:37Z",
        "fdv_usd": "465021448.25802",
        "market_cap_usd": "465040655.9352",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.401",
          "m30": "0.203",
          "h1": "0.443",
          "h6": "-4.636",
          "h24": "8.323"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 22,
            "sells": 36,
            "buyers": 13,
            "sellers": 30
          },
          "m30": {
            "buys": 46,
            "sells": 102,
            "buyers": 31,
            "sellers": 59
          },
          "h1": {
            "buys": 139,
            "sells": 117,
            "buyers": 53,
            "sellers": 69
          },
          "h6": {
            "buys": 1445,
            "sells": 1220,
            "buyers": 448,
            "sellers": 361
          },
          "h24": {
            "buys": 8969,
            "sells": 8003,
            "buyers": 1251,
            "sellers": 1612
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "147167.319353445",
          "m30": "194911.022359924",
          "h1": "373382.79504003",
          "h6": "4070270.30151236",
          "h24": "17262586.399854"
        },
        "reserve_in_usd": "6474642.4036"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x39dbed3a2bd333467115de45665cc57f813c4571",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x9c89b04303dfa76f3f6fb02c2b77be0e8a00ab8fa00d507119acd54ab3e8640d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0542740668438763",
        "base_token_price_native_currency": "0.0000198618434603724",
        "quote_token_price_usd": "30.6124369112931",
        "quote_token_price_native_currency": "0.0110361722599105",
        "base_token_price_quote_token": "0.001799704009",
        "quote_token_price_base_token": "555.6469258218",
        "address": "0x9c89b04303dfa76f3f6fb02c2b77be0e8a00ab8fa00d507119acd54ab3e8640d",
        "name": "BONER / HIMS",
        "pool_created_at": "2026-08-20T20:59:46Z",
        "fdv_usd": "54271145.4341647",
        "market_cap_usd": "54271153.4954359",
        "price_change_percentage": {
          "m5": "0",
          "m15": "2.071",
          "m30": "0.35",
          "h1": "2.944",
          "h6": "-3.416",
          "h24": "22.549"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 4,
            "buyers": 2,
            "sellers": 2
          },
          "m30": {
            "buys": 5,
            "sells": 10,
            "buyers": 5,
            "sellers": 5
          },
          "h1": {
            "buys": 16,
            "sells": 20,
            "buyers": 11,
            "sellers": 11
          },
          "h6": {
            "buys": 96,
            "sells": 113,
            "buyers": 57,
            "sellers": 57
          },
          "h24": {
            "buys": 941,
            "sells": 1058,
            "buyers": 365,
            "sellers": 375
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "1403.6401951198",
          "m30": "3929.555946085",
          "h1": "9154.7631720175",
          "h6": "108513.447029456",
          "h24": "965235.908926596"
        },
        "reserve_in_usd": "2899189.0281"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x98096d17e191b3da1d5f99a6d7b3584351b11e18",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xccee82fe024c36fa15e1005ede3e9e4787e23d09",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "bankr-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "arc_0x085c2b626c6440e84e000267af157537be469b11",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000367482856646428",
        "base_token_price_native_currency": "0.000363207802157492",
        "quote_token_price_usd": "0.999856",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0003632078022",
        "quote_token_price_base_token": "2753.244820348",
        "address": "0x085c2b626c6440e84e000267af157537be469b11",
        "name": "MALA / USDC 1%",
        "pool_created_at": "2026-09-14T05:46:20Z",
        "fdv_usd": "346543.728166303",
        "market_cap_usd": "346543.728166303",
        "price_change_percentage": {
          "m5": "-1.717",
          "m15": "-3.758",
          "m30": "-6.193",
          "h1": "-9.146",
          "h6": "-6.399",
          "h24": "-54.916"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 7,
            "sells": 8,
            "buyers": 6,
            "sellers": 3
          },
          "m30": {
            "buys": 12,
            "sells": 11,
            "buyers": 11,
            "sellers": 6
          },
          "h1": {
            "buys": 20,
            "sells": 24,
            "buyers": 19,
            "sellers": 16
          },
          "h6": {
            "buys": 183,
            "sells": 94,
            "buyers": 117,
            "sellers": 77
          },
          "h24": {
            "buys": 952,
            "sells": 573,
            "buyers": 330,
            "sellers": 335
          }
        },
        "volume_usd": {
          "m5": "398.0198438363",
          "m15": "1293.7628044573",
          "m30": "1769.58095584",
          "h1": "4320.6024063815",
          "h6": "36830.3777193881",
          "h24": "195549.205628593"
        },
        "reserve_in_usd": "73291.1741"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "arc_0x4f7dc89dc44ad08c20d9680d2ee9cfad69bfda55",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "arc_0x3600000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "arc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-arc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4R8CiMnJWDNoes3fQi1ccPFJygPXazaHaWpHrN3rZeNj",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0055007039125024993272767300595962542923984877941449251933643318",
        "base_token_price_native_currency": "0.000047142714174861",
        "quote_token_price_usd": "117.16731118375851083156960418951251015477085899",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00004714271417",
        "quote_token_price_base_token": "21212.18554135",
        "address": "4R8CiMnJWDNoes3fQi1ccPFJygPXazaHaWpHrN3rZeNj",
        "name": "JEANPHIL / SOL",
        "pool_created_at": "2026-09-19T19:06:59Z",
        "fdv_usd": "5500703.913",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.245",
          "m15": "2.898",
          "m30": "9.599",
          "h1": "-11.5",
          "h6": "4.382",
          "h24": "118.706"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 8,
            "buyers": 9,
            "sellers": 6
          },
          "m15": {
            "buys": 60,
            "sells": 63,
            "buyers": 48,
            "sellers": 35
          },
          "m30": {
            "buys": 348,
            "sells": 382,
            "buyers": 200,
            "sellers": 232
          },
          "h1": {
            "buys": 1185,
            "sells": 856,
            "buyers": 549,
            "sellers": 464
          },
          "h6": {
            "buys": 3074,
            "sells": 2786,
            "buyers": 1332,
            "sellers": 1270
          },
          "h24": {
            "buys": 26157,
            "sells": 22989,
            "buyers": 7505,
            "sellers": 7484
          }
        },
        "volume_usd": {
          "m5": "2121.6568529109",
          "m15": "14389.5551405095",
          "m30": "182095.039525383",
          "h1": "437748.781151932",
          "h6": "1034960.89160518",
          "h24": "8200563.46419958"
        },
        "reserve_in_usd": "311962.9646"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_GTBxUiw6wJdmmkCGZgRHLyYxqu1vG4KtRpeox6yDpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xd42a491087a15e5afd51feb3606066cc152d2b09",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.165038322221721",
        "base_token_price_native_currency": "0.0000604028957105335",
        "quote_token_price_usd": "2732.97",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006040289571",
        "quote_token_price_base_token": "16555.4976832942",
        "address": "0xd42a491087a15e5afd51feb3606066cc152d2b09",
        "name": "CASHCAT / WETH 0.3%",
        "pool_created_at": "2026-07-01T19:38:42Z",
        "fdv_usd": "163043618.91407",
        "market_cap_usd": "163043618.91407",
        "price_change_percentage": {
          "m5": "-0.294",
          "m15": "-0.58",
          "m30": "-2.328",
          "h1": "-3.379",
          "h6": "-6.606",
          "h24": "-0.991"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 16,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 16,
            "sells": 42,
            "buyers": 16,
            "sellers": 8
          },
          "m30": {
            "buys": 56,
            "sells": 201,
            "buyers": 45,
            "sellers": 104
          },
          "h1": {
            "buys": 135,
            "sells": 259,
            "buyers": 78,
            "sellers": 112
          },
          "h6": {
            "buys": 905,
            "sells": 999,
            "buyers": 237,
            "sellers": 272
          },
          "h24": {
            "buys": 5123,
            "sells": 5583,
            "buyers": 919,
            "sellers": 919
          }
        },
        "volume_usd": {
          "m5": "6908.6647198266",
          "m15": "18663.1193813487",
          "m30": "142998.027541745",
          "h1": "185477.619434276",
          "h6": "846314.646491262",
          "h24": "4980232.09598318"
        },
        "reserve_in_usd": "2492532.6937"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x020bfc650a365f8bb26819deaabf3e21291018b4",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x778a632fdd85577efe9cfce4a2c9ac91b9decdb24c351f9b56e25d38fbe587b4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0204215996975824",
        "base_token_price_native_currency": "0.00000747281171132276",
        "quote_token_price_usd": "1.00053667069406",
        "quote_token_price_native_currency": "0.000365592017446337",
        "base_token_price_quote_token": "0.02044030327",
        "quote_token_price_base_token": "48.922953176",
        "address": "0x778a632fdd85577efe9cfce4a2c9ac91b9decdb24c351f9b56e25d38fbe587b4",
        "name": "SHROOM / USDG 0.9%",
        "pool_created_at": "2026-09-03T14:09:24Z",
        "fdv_usd": "20131911.7057423",
        "market_cap_usd": "20131963.5979724",
        "price_change_percentage": {
          "m5": "0.157",
          "m15": "1.718",
          "m30": "3.909",
          "h1": "1.047",
          "h6": "1.058",
          "h24": "52.244"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 4,
            "buyers": 0,
            "sellers": 4
          },
          "m15": {
            "buys": 3,
            "sells": 19,
            "buyers": 3,
            "sellers": 14
          },
          "m30": {
            "buys": 10,
            "sells": 30,
            "buyers": 8,
            "sellers": 25
          },
          "h1": {
            "buys": 70,
            "sells": 36,
            "buyers": 57,
            "sellers": 30
          },
          "h6": {
            "buys": 429,
            "sells": 322,
            "buyers": 227,
            "sellers": 195
          },
          "h24": {
            "buys": 2782,
            "sells": 4011,
            "buyers": 755,
            "sellers": 1032
          }
        },
        "volume_usd": {
          "m5": "58.5431907995",
          "m15": "6691.4457221921",
          "m30": "18534.3828159658",
          "h1": "54116.4429925607",
          "h6": "259900.643710204",
          "h24": "2146195.45338682"
        },
        "reserve_in_usd": "1389050.743"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xab093def657f15df31b33922a95e047add645b29",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "arc_0x162df51c504e7b8321e07387932f333d9be16a72",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0055832994891052",
        "base_token_price_native_currency": "0.00558414737519215",
        "quote_token_price_usd": "0.999862",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.005584147375",
        "quote_token_price_base_token": "179.078368247",
        "address": "0x162df51c504e7b8321e07387932f333d9be16a72",
        "name": "TOLLY / USDC 1%",
        "pool_created_at": "2026-09-14T05:26:45Z",
        "fdv_usd": "5263465.90886782",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-3.151",
          "m30": "-3.637",
          "h1": "-1.55",
          "h6": "-5.606",
          "h24": "39.903"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 13,
            "sells": 56,
            "buyers": 10,
            "sellers": 24
          },
          "m30": {
            "buys": 37,
            "sells": 66,
            "buyers": 24,
            "sellers": 34
          },
          "h1": {
            "buys": 64,
            "sells": 96,
            "buyers": 42,
            "sellers": 53
          },
          "h6": {
            "buys": 589,
            "sells": 647,
            "buyers": 231,
            "sellers": 272
          },
          "h24": {
            "buys": 3207,
            "sells": 3715,
            "buyers": 817,
            "sellers": 1263
          }
        },
        "volume_usd": {
          "m5": "0.2407937659",
          "m15": "3217.6436274235",
          "m30": "5750.7850693087",
          "h1": "14097.7105930941",
          "h6": "162126.586283844",
          "h24": "1060232.62284511"
        },
        "reserve_in_usd": "494645.1809"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "arc_0xbc43ce8dec648ea298c4275559b81d6261c90b67",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "arc_0x3600000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "arc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-arc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x432733840e61898919abd6850d94e2a708621d82fa84656cea0db33142f610a3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00250736083527073",
        "base_token_price_native_currency": "0.000000900651587975362",
        "quote_token_price_usd": "2732.97",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000900651588",
        "quote_token_price_base_token": "1110307.26348684",
        "address": "0x432733840e61898919abd6850d94e2a708621d82fa84656cea0db33142f610a3",
        "name": "AGI / WETH 0.3%",
        "pool_created_at": "2026-09-21T08:42:23Z",
        "fdv_usd": "2507360.835",
        "market_cap_usd": "2507360.835",
        "price_change_percentage": {
          "m5": "1.306",
          "m15": "-2.669",
          "m30": "-6.796",
          "h1": "-7.24",
          "h6": "44.389",
          "h24": "1263.267"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 24,
            "sells": 17,
            "buyers": 19,
            "sellers": 16
          },
          "m30": {
            "buys": 55,
            "sells": 43,
            "buyers": 40,
            "sellers": 40
          },
          "h1": {
            "buys": 155,
            "sells": 105,
            "buyers": 87,
            "sellers": 82
          },
          "h6": {
            "buys": 724,
            "sells": 589,
            "buyers": 275,
            "sellers": 327
          },
          "h24": {
            "buys": 6174,
            "sells": 5328,
            "buyers": 1351,
            "sellers": 1229
          }
        },
        "volume_usd": {
          "m5": "2487.4423600846",
          "m15": "7067.4877612621",
          "m30": "18203.3631716344",
          "h1": "63050.2653957379",
          "h6": "295305.685491391",
          "h24": "2644387.25654174"
        },
        "reserve_in_usd": "177387.3794"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xfa31d04462746aaa24bc7e5626403e09e4b106ec",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x0d662a58507a46cd6a22632228306dc0d9c26f5fce90c37ced3b8358db33deb3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "695.557144490753",
        "base_token_price_native_currency": "0.249065478192262",
        "quote_token_price_usd": "1.00042121972639",
        "quote_token_price_native_currency": "0.000366097948418899",
        "base_token_price_quote_token": "680.3247034514",
        "quote_token_price_base_token": "0.001469886357",
        "address": "0x0d662a58507a46cd6a22632228306dc0d9c26f5fce90c37ced3b8358db33deb3",
        "name": "NET / USDG 0.9%",
        "pool_created_at": "2026-08-25T21:12:20Z",
        "fdv_usd": "72920159.9866331",
        "market_cap_usd": "3355564.00889271",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.791",
          "m30": "-1.128",
          "h1": "-1.357",
          "h6": "-8.356",
          "h24": "1.635"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 5,
            "buyers": 2,
            "sellers": 4
          },
          "m30": {
            "buys": 5,
            "sells": 5,
            "buyers": 5,
            "sellers": 4
          },
          "h1": {
            "buys": 9,
            "sells": 19,
            "buyers": 6,
            "sellers": 11
          },
          "h6": {
            "buys": 193,
            "sells": 122,
            "buyers": 101,
            "sellers": 65
          },
          "h24": {
            "buys": 649,
            "sells": 633,
            "buyers": 293,
            "sellers": 314
          }
        },
        "volume_usd": {
          "m5": "187.1302207526",
          "m15": "6571.3472991512",
          "m30": "7634.5898447859",
          "h1": "17397.3797812337",
          "h6": "251756.449220604",
          "h24": "925058.736820727"
        },
        "reserve_in_usd": "845103.7979"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xca9c78dd337a67f6e0077f65f5e9218719d30edf",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4kJEwCpiGtvFRxm1RKYExsFCm1CsB8RwnUQv3LCQs5YG",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00029088485119504848355032087337099433927959544722902977929942116",
        "base_token_price_native_currency": "0.0000025174520350863",
        "quote_token_price_usd": "117.233929622012101148836668178298892462929776936",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002517452035",
        "quote_token_price_base_token": "397227.0319604",
        "address": "4kJEwCpiGtvFRxm1RKYExsFCm1CsB8RwnUQv3LCQs5YG",
        "name": "KCAT / SOL",
        "pool_created_at": "2026-09-22T10:22:55Z",
        "fdv_usd": "280383.635046315",
        "market_cap_usd": "280383.635046315",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.846",
          "m30": "6.829",
          "h1": "2.495",
          "h6": "50.057",
          "h24": "628.606"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 19,
            "sells": 13,
            "buyers": 16,
            "sellers": 13
          },
          "m30": {
            "buys": 63,
            "sells": 60,
            "buyers": 48,
            "sellers": 54
          },
          "h1": {
            "buys": 198,
            "sells": 167,
            "buyers": 140,
            "sellers": 130
          },
          "h6": {
            "buys": 1223,
            "sells": 1140,
            "buyers": 665,
            "sellers": 635
          },
          "h24": {
            "buys": 24071,
            "sells": 18432,
            "buyers": 7159,
            "sellers": 6537
          }
        },
        "volume_usd": {
          "m5": "122.1315912184",
          "m15": "1485.3334633176",
          "m30": "6032.1536793873",
          "h1": "17441.2965589655",
          "h6": "162309.423964229",
          "h24": "2852417.09693263"
        },
        "reserve_in_usd": "53328.6548"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_MboMMGXjGDi45hfjCVzYru32kEM5nw7VzCqCofZpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xc2322605f92ab672c42d05c56f0ca3c09d0c8a471d7e6d8122ca9b42885fce61",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00335936067852001",
        "base_token_price_native_currency": "0.00000120804330384754",
        "quote_token_price_usd": "2732.7",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001208043304",
        "quote_token_price_base_token": "827784.895471102",
        "address": "0xc2322605f92ab672c42d05c56f0ca3c09d0c8a471d7e6d8122ca9b42885fce61",
        "name": "NOSH / WETH",
        "pool_created_at": "2026-09-20T00:04:44Z",
        "fdv_usd": "3161770.77066984",
        "market_cap_usd": "3162335.74483556",
        "price_change_percentage": {
          "m5": "-2.859",
          "m15": "-0.158",
          "m30": "7.673",
          "h1": "14.053",
          "h6": "10.932",
          "h24": "35.63"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 5,
            "buyers": 0,
            "sellers": 5
          },
          "m15": {
            "buys": 10,
            "sells": 14,
            "buyers": 8,
            "sellers": 8
          },
          "m30": {
            "buys": 18,
            "sells": 23,
            "buyers": 15,
            "sellers": 11
          },
          "h1": {
            "buys": 38,
            "sells": 39,
            "buyers": 30,
            "sellers": 16
          },
          "h6": {
            "buys": 313,
            "sells": 284,
            "buyers": 195,
            "sellers": 143
          },
          "h24": {
            "buys": 2351,
            "sells": 2562,
            "buyers": 759,
            "sellers": 827
          }
        },
        "volume_usd": {
          "m5": "1653.7483967946",
          "m15": "5800.7946778985",
          "m30": "10274.1101406055",
          "h1": "24215.026010895",
          "h6": "136478.273324273",
          "h24": "1494311.98955253"
        },
        "reserve_in_usd": "147082.6586"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe02c53d448a62067b2ac10ed70f5bc6c29471386",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "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ừ +220 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
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.