कॉइन: 21,220
एक्सचेंज: 1,496
मार्केट कैप: $2.746T 2.1%
24घं का वाल्यूम: $65.007B
वर्चस्व:
गैस: 0.264 GWEI
विज्ञापनों को हटाएँ

DeFi प्रोजेक्टों और डेवेलपरों के लिए ऑन-चेन DEX टोकन और मार्केट डेटा API

2014 से दुनिया की सबसे बड़ी स्वतंत्र क्रिप्टो डेटा अथॉरिटी, CoinGecko API द्वारा डिलीवर किए गए क्रिप्टो मार्केट की पूरी कवरेज पाएँ।
इस डेटा को प्रदान करते हैं
लीडिंग Web3 प्रोजेक्ट इस पर भरोसा करते हैं

गहन और भरोसेमंद ऑन-चेन DEX डेटा API

हमारे भरोसेमंद और गहन DEX डेटा API के साथ, Uniswap, PancakeSwap, Orca, Curve जैसे और बड़े नेटवर्कों के अन्य DEXes से ऑन-चेन मार्केट डेटा पाएँ।
45M+
कॉइन और टोकन
220+
नेटवर्क्स
1,900+
DEXes

अपने DeFi प्रोजेक्ट को क्षमता के साथ बड़ा करें

Crypto, NFT और DEX के डेटा के लिए एक API

एक यूनीफाइड क्रिप्टो डेटा API, जो पूरी कवरेज दे रहा है, उसके साथ इंटीग्रेशन की कार्यवाही को सरल बनाएँ
एंडपॉइंट कैटिगरी विवरण
/onchain/simple/*/token_price/* किसी नेटवर्क पर, टोकन के एड्रेसों के साथ, टोकन की सबसे ताजी प्राइस USD में जानने का सबसे सरल तरीका
/onchain/networks सपोर्ट करने वाले नेटवर्कों की पूरी लिस्ट पाएँ
/onchain/network/*dexes किसी नेटवर्क पर सपोर्ट करने वाले dexes की पूरी लिस्ट पाएँ
/onchains/network/*/pools/* लिक्विडिटी पूल का डेटा पाएँ जैसे कि: ट्रेंड हो रहे पूल, नए पूल, और मार्केट के डेटा जैसे प्राइस, रिजर्व, मार्केट कैप, ट्रांजेक्शन, वाल्यूम। एंडपॉइंट की खोज करना भी मौजूद है ताकि किसी नेटवर्क पर पूलों के लिए खोज कर पाएँ।
/onchains/network/*/tokens/* टोकन संबंधी डेटा को पाएँ जैस टॉप पूल, प्राइस, fdv, रिजर्व, वाल्यूम, मार्केट कैप, geckoterminal स्कोर, coingecko api आईडी। मेटाडेटा भी उपलब्ध है, जिसमें इमेज, वेबसाइट, विवरण, और सोशल मीडिया के लिंक शामिल हैं।
/onchains/network/*/ohlcvs/* किसी लिक्विडिटी पूल के OHLCV हिस्टारिकल चार्ट डेटा को पाएँ
/onchains/network/*/trades किसी लिक्विडिटी पूल से सबसे नए 300 ट्रेड पाएँ
// किसी लिक्विडिटी पूल के प्राइसों और मार्केट डेटा को पाएँ
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.997849229725863",
      "base_token_price_native_currency": "0.000401823598622885",
      "quote_token_price_usd": "2492.44",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0004018235986",
      "quote_token_price_base_token": "2488.654233915",
      "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": "4604925000.53792",
      "market_cap_usd": "4605626477.39068",
      "price_change_percentage": {
        "m5": "0.118",
        "m15": "0.168",
        "m30": "0.252",
        "h1": "0.17",
        "h6": "0.11",
        "h24": "0.188"
      },
      "transactions": {
        "m5": {
          "buys": 5,
          "sells": 1,
          "buyers": 4,
          "sellers": 1
        },
        "m15": {
          "buys": 10,
          "sells": 3,
          "buyers": 7,
          "sellers": 3
        },
        "m30": {
          "buys": 22,
          "sells": 10,
          "buyers": 19,
          "sellers": 9
        },
        "h1": {
          "buys": 29,
          "sells": 20,
          "buyers": 25,
          "sellers": 14
        },
        "h6": {
          "buys": 106,
          "sells": 93,
          "buyers": 79,
          "sellers": 67
        },
        "h24": {
          "buys": 511,
          "sells": 524,
          "buyers": 259,
          "sellers": 255
        }
      },
      "volume_usd": {
        "m5": "1452.4702121535",
        "m15": "2719.8706241834",
        "m30": "6982.3115766845",
        "h1": "10331.1210114731",
        "h6": "36071.0043815611",
        "h24": "172985.563948242"
      },
      "reserve_in_usd": "1057089.6283",
      "locked_liquidity_percentage": null
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// ट्रेन्ड हो रहे पूलों को जानें
{
  "data": [
    {
      "id": "robinhood_0x5c017bd0ac69089e5f8415aa388e01786824bf83f8e3a7071a3dfa149a5bd848",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000314855717679652",
        "base_token_price_native_currency": "0.00000012687903525653",
        "quote_token_price_usd": "211.834453302589",
        "quote_token_price_native_currency": "0.0850221765438726",
        "base_token_price_quote_token": "0.000001492305189",
        "quote_token_price_base_token": "670104.216760245",
        "address": "0x5c017bd0ac69089e5f8415aa388e01786824bf83f8e3a7071a3dfa149a5bd848",
        "name": "BANGERCAT / NVDA",
        "pool_created_at": "2026-09-12T13:21:55Z",
        "fdv_usd": "314855.7177",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "-4.806",
          "m30": "-0.175",
          "h1": "11.134",
          "h6": "-18.673",
          "h24": "74.583"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 12,
            "sells": 16,
            "buyers": 10,
            "sellers": 9
          },
          "m30": {
            "buys": 41,
            "sells": 43,
            "buyers": 26,
            "sellers": 17
          },
          "h1": {
            "buys": 126,
            "sells": 106,
            "buyers": 63,
            "sellers": 41
          },
          "h6": {
            "buys": 455,
            "sells": 463,
            "buyers": 148,
            "sellers": 156
          },
          "h24": {
            "buys": 2641,
            "sells": 2084,
            "buyers": 402,
            "sellers": 490
          }
        },
        "volume_usd": {
          "m5": "33.7136425432",
          "m15": "2306.2197845399",
          "m30": "8465.7881885099",
          "h1": "25924.7778823001",
          "h6": "109502.636772062",
          "h24": "608608.395085409"
        },
        "reserve_in_usd": "45018.7081"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xa22723dd32af7ef51e2d2dd76cc509e11a9c8747",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xd0601ce157db5bdc3162bbac2a2c8af5320d9eec",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x5eac4195930d5ff8b7a34a347f2bde951c42eb730d6e26075bea3dd7c66feb40",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00339362735993829",
        "base_token_price_native_currency": "0.00000136221913388839",
        "quote_token_price_usd": "1.00119126424087",
        "quote_token_price_native_currency": "0.000401681550347389",
        "base_token_price_quote_token": "0.003391291267",
        "quote_token_price_base_token": "294.8729322285",
        "address": "0x5eac4195930d5ff8b7a34a347f2bde951c42eb730d6e26075bea3dd7c66feb40",
        "name": "ROBIN / USDG",
        "pool_created_at": "2026-09-05T16:54:01Z",
        "fdv_usd": "3199655.59176327",
        "market_cap_usd": "3393627.36",
        "price_change_percentage": {
          "m5": "0",
          "m15": "1.607",
          "m30": "1.023",
          "h1": "-0.571",
          "h6": "-12.483",
          "h24": "-41.096"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 7,
            "buyers": 4,
            "sellers": 5
          },
          "m30": {
            "buys": 11,
            "sells": 29,
            "buyers": 9,
            "sellers": 16
          },
          "h1": {
            "buys": 30,
            "sells": 61,
            "buyers": 25,
            "sellers": 29
          },
          "h6": {
            "buys": 194,
            "sells": 280,
            "buyers": 112,
            "sellers": 121
          },
          "h24": {
            "buys": 1305,
            "sells": 1805,
            "buyers": 393,
            "sellers": 481
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "1253.0943277733",
          "m30": "2892.1639666294",
          "h1": "11952.5400668044",
          "h6": "71110.9858905981",
          "h24": "508016.562313655"
        },
        "reserve_in_usd": "149246.2836"
      },
      "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": "robinhood_0x714442e9a611f8561a7df108d6d925132937cfb8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0359862783960231",
        "base_token_price_native_currency": "0.0000144459540005917",
        "quote_token_price_usd": "2491.53",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000014445954",
        "quote_token_price_base_token": "69223.5348360545",
        "address": "0x714442e9a611f8561a7df108d6d925132937cfb8",
        "name": "CHUMP / WETH 1%",
        "pool_created_at": "2026-07-31T01:44:31Z",
        "fdv_usd": "35992382.936635",
        "market_cap_usd": "35992383.31",
        "price_change_percentage": {
          "m5": "-0.029",
          "m15": "-0.44",
          "m30": "-0.799",
          "h1": "-0.707",
          "h6": "-3.614",
          "h24": "-12.929"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 8,
            "sells": 16,
            "buyers": 6,
            "sellers": 16
          },
          "m30": {
            "buys": 15,
            "sells": 41,
            "buyers": 9,
            "sellers": 32
          },
          "h1": {
            "buys": 44,
            "sells": 99,
            "buyers": 27,
            "sellers": 73
          },
          "h6": {
            "buys": 257,
            "sells": 525,
            "buyers": 100,
            "sellers": 248
          },
          "h24": {
            "buys": 3218,
            "sells": 4173,
            "buyers": 517,
            "sellers": 818
          }
        },
        "volume_usd": {
          "m5": "116.9152635671",
          "m15": "3752.7195728036",
          "m30": "8813.3586050904",
          "h1": "22053.1516585614",
          "h6": "147756.30719468",
          "h24": "1684292.93095391"
        },
        "reserve_in_usd": "1256455.6569"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x0e0d2c89a5a019fe1cf762e5e33187631dacc21b",
            "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_0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.53552344695651",
        "base_token_price_native_currency": "0.000213418953014852",
        "quote_token_price_usd": "0.998033401186197",
        "quote_token_price_native_currency": "0.000400609352086294",
        "base_token_price_quote_token": "0.5327358233",
        "quote_token_price_base_token": "1.8771029772",
        "address": "0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
        "name": "PONS / USDG 0.3%",
        "pool_created_at": "2026-07-18T01:42:13Z",
        "fdv_usd": "369559536.468947",
        "market_cap_usd": "380919697.927301",
        "price_change_percentage": {
          "m5": "0.639",
          "m15": "-0.532",
          "m30": "-3.827",
          "h1": "-3.672",
          "h6": "-0.645",
          "h24": "-2.668"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "m15": {
            "buys": 15,
            "sells": 158,
            "buyers": 8,
            "sellers": 34
          },
          "m30": {
            "buys": 30,
            "sells": 452,
            "buyers": 19,
            "sellers": 43
          },
          "h1": {
            "buys": 123,
            "sells": 559,
            "buyers": 67,
            "sellers": 79
          },
          "h6": {
            "buys": 1455,
            "sells": 2132,
            "buyers": 512,
            "sellers": 396
          },
          "h24": {
            "buys": 6482,
            "sells": 6176,
            "buyers": 890,
            "sellers": 869
          }
        },
        "volume_usd": {
          "m5": "15324.3836567039",
          "m15": "84672.0365368819",
          "m30": "274054.450406497",
          "h1": "375344.789851142",
          "h6": "2426517.4877014",
          "h24": "10663510.1959427"
        },
        "reserve_in_usd": "7535271.4623"
      },
      "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_0x713aba0fa3f49c07d2f60c064464868ac7798f57c3cd3298f784db8b4054d503",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000944955386048263",
        "base_token_price_native_currency": "0.000000375643394431374",
        "quote_token_price_usd": "0.998152053107058",
        "quote_token_price_native_currency": "0.000400618115417859",
        "base_token_price_quote_token": "0.0009376595315",
        "quote_token_price_base_token": "1066.4851861013",
        "address": "0x713aba0fa3f49c07d2f60c064464868ac7798f57c3cd3298f784db8b4054d503",
        "name": "XL / USDG",
        "pool_created_at": "2026-09-13T18:01:08Z",
        "fdv_usd": "935505.83214",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0.113",
          "m15": "4.044",
          "m30": "-1.228",
          "h1": "-9.98",
          "h6": "21.55",
          "h24": "2166.61"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 16,
            "sells": 20,
            "buyers": 14,
            "sellers": 14
          },
          "m30": {
            "buys": 41,
            "sells": 56,
            "buyers": 31,
            "sellers": 35
          },
          "h1": {
            "buys": 116,
            "sells": 168,
            "buyers": 70,
            "sellers": 90
          },
          "h6": {
            "buys": 787,
            "sells": 1024,
            "buyers": 302,
            "sellers": 414
          },
          "h24": {
            "buys": 18001,
            "sells": 15799,
            "buyers": 2903,
            "sellers": 2866
          }
        },
        "volume_usd": {
          "m5": "69.9581896035",
          "m15": "1863.8650378394",
          "m30": "5117.6253202983",
          "h1": "19337.9918543734",
          "h6": "240394.298702368",
          "h24": "6008915.62879807"
        },
        "reserve_in_usd": "75138.316"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x1cdb289befdfac8af945a288bcdccc382cb34d32",
            "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": "robinhood_0xcbdfea90430a30ee4469c9902e120a77e7c7e4711d5643671c1d1957f2f1ce27",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.238418060058066",
        "base_token_price_native_currency": "0.0000947670971651344",
        "quote_token_price_usd": "212.134333560281",
        "quote_token_price_native_currency": "0.0851425369093089",
        "base_token_price_quote_token": "0.001113040562",
        "quote_token_price_base_token": "898.4398536651",
        "address": "0xcbdfea90430a30ee4469c9902e120a77e7c7e4711d5643671c1d1957f2f1ce27",
        "name": "AI / NVDA",
        "pool_created_at": "2026-07-14T17:48:31Z",
        "fdv_usd": "235940460.578025",
        "market_cap_usd": "236428602.994485",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.699",
          "m30": "-2.423",
          "h1": "-2.873",
          "h6": "-4.269",
          "h24": "-2.967"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 6,
            "buyers": 0,
            "sellers": 6
          },
          "m30": {
            "buys": 2,
            "sells": 12,
            "buyers": 2,
            "sellers": 12
          },
          "h1": {
            "buys": 24,
            "sells": 76,
            "buyers": 16,
            "sellers": 30
          },
          "h6": {
            "buys": 303,
            "sells": 595,
            "buyers": 172,
            "sellers": 234
          },
          "h24": {
            "buys": 635,
            "sells": 1215,
            "buyers": 369,
            "sellers": 576
          }
        },
        "volume_usd": {
          "m5": "1.8756803043",
          "m15": "8246.0006732776",
          "m30": "24346.6640266413",
          "h1": "35549.7476818038",
          "h6": "152949.103550896",
          "h24": "1048893.43738666"
        },
        "reserve_in_usd": "23564500.9149"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x2e8c31162b855a2ffa90f6f8634643ad6f111e18",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xd0601ce157db5bdc3162bbac2a2c8af5320d9eec",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "bankr-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.076282600648926810505857352691301380525941457393878082467871892",
        "base_token_price_native_currency": "0.000752176131306336",
        "quote_token_price_usd": "100.854441364338223599464250079853093371579266984",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0007521761313",
        "quote_token_price_base_token": "1329.475847982",
        "address": "HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
        "name": "CATE / SOL",
        "pool_created_at": "2026-07-26T16:32:43Z",
        "fdv_usd": "73177069.5492434",
        "market_cap_usd": "73193630.7734784",
        "price_change_percentage": {
          "m5": "0",
          "m15": "2.506",
          "m30": "1.337",
          "h1": "-4.35",
          "h6": "-3.033",
          "h24": "44.308"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 190,
            "sells": 250,
            "buyers": 136,
            "sellers": 187
          },
          "m30": {
            "buys": 403,
            "sells": 382,
            "buyers": 267,
            "sellers": 281
          },
          "h1": {
            "buys": 1086,
            "sells": 789,
            "buyers": 674,
            "sellers": 567
          },
          "h6": {
            "buys": 9404,
            "sells": 8471,
            "buyers": 4043,
            "sellers": 4025
          },
          "h24": {
            "buys": 51730,
            "sells": 49017,
            "buyers": 16072,
            "sellers": 16509
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "104419.462949473",
          "m30": "162422.295052358",
          "h1": "414728.669930842",
          "h6": "3364827.69986917",
          "h24": "19538493.1357884"
        },
        "reserve_in_usd": "2863439.9916"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Ai66LHZG9MCzg1WKdawwqduVAXpNDUuV8M3uyq5ppump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xec52a53d7aa278b2027c83449b425cde8ff8015b",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00168244913604215",
        "base_token_price_native_currency": "0.00000067651873611976",
        "quote_token_price_usd": "2491.53",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000006765187361",
        "quote_token_price_base_token": "1478155.66163858",
        "address": "0xec52a53d7aa278b2027c83449b425cde8ff8015b",
        "name": "富贵 / WETH 1%",
        "pool_created_at": "2026-07-15T10:57:16Z",
        "fdv_usd": "1501428.47211005",
        "market_cap_usd": "1682449.136",
        "price_change_percentage": {
          "m5": "1.1",
          "m15": "-1.957",
          "m30": "-3.892",
          "h1": "-24.263",
          "h6": "-46.297",
          "h24": "-56.454"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m15": {
            "buys": 35,
            "sells": 53,
            "buyers": 27,
            "sellers": 47
          },
          "m30": {
            "buys": 111,
            "sells": 111,
            "buyers": 75,
            "sellers": 94
          },
          "h1": {
            "buys": 367,
            "sells": 252,
            "buyers": 212,
            "sellers": 214
          },
          "h6": {
            "buys": 1502,
            "sells": 961,
            "buyers": 585,
            "sellers": 693
          },
          "h24": {
            "buys": 5709,
            "sells": 4281,
            "buyers": 1898,
            "sellers": 2084
          }
        },
        "volume_usd": {
          "m5": "1342.0344174789",
          "m15": "29357.5201081999",
          "m30": "78025.7770551857",
          "h1": "205030.042408423",
          "h6": "640213.09438622",
          "h24": "2720852.61386522"
        },
        "reserve_in_usd": "176779.0366"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xceebf25b318201f1f949be2fabbfcee231737139",
            "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_0xa20b68e2e1de71f1426b546ed5514bf253215a48",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00660597389371386",
        "base_token_price_native_currency": "0.00000269241064986253",
        "quote_token_price_usd": "0.609189428645705",
        "quote_token_price_native_currency": "0.00024449826361709",
        "base_token_price_quote_token": "0.0110119827",
        "quote_token_price_base_token": "90.8101680661",
        "address": "0xa20b68e2e1de71f1426b546ed5514bf253215a48",
        "name": "RAXOL / VIRTUAL",
        "pool_created_at": "2026-07-02T12:21:47Z",
        "fdv_usd": "6638625.48",
        "market_cap_usd": "6638625.48",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.043",
          "m30": "-2.834",
          "h1": "-10.134",
          "h6": "-1.116",
          "h24": "15.313"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 7,
            "buyers": 2,
            "sellers": 7
          },
          "m30": {
            "buys": 11,
            "sells": 13,
            "buyers": 11,
            "sellers": 13
          },
          "h1": {
            "buys": 49,
            "sells": 25,
            "buyers": 47,
            "sellers": 24
          },
          "h6": {
            "buys": 183,
            "sells": 136,
            "buyers": 122,
            "sellers": 117
          },
          "h24": {
            "buys": 1415,
            "sells": 1031,
            "buyers": 415,
            "sellers": 461
          }
        },
        "volume_usd": {
          "m5": "41.5415527746",
          "m15": "3739.5160154094",
          "m30": "6702.7043261667",
          "h1": "21477.8257507139",
          "h6": "168625.949076224",
          "h24": "1350517.95364223"
        },
        "reserve_in_usd": "364027.9069"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xf44702b17d9abd53815f703e772f35e9c71a53af",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xc6911796042b15d7fa4f6cde69e245ddcd3d9c31",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x74d4410011883ef6cb72c1e1671b8081ead47b294689e8355abe1f01d657e6f6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000119195384134164",
        "base_token_price_native_currency": "0.0000000464039157427061",
        "quote_token_price_usd": "2491.53",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004640391574",
        "quote_token_price_base_token": "21549905.5197122",
        "address": "0x74d4410011883ef6cb72c1e1671b8081ead47b294689e8355abe1f01d657e6f6",
        "name": "CHINAPAD / WETH",
        "pool_created_at": "2026-09-13T14:19:34Z",
        "fdv_usd": "119112.0768",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "3.036",
          "m15": "-19.619",
          "m30": "-19.639",
          "h1": "-33.426",
          "h6": "-58.674",
          "h24": "113.681"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 3,
            "buyers": 3,
            "sellers": 3
          },
          "m15": {
            "buys": 20,
            "sells": 23,
            "buyers": 16,
            "sellers": 18
          },
          "m30": {
            "buys": 35,
            "sells": 41,
            "buyers": 27,
            "sellers": 30
          },
          "h1": {
            "buys": 74,
            "sells": 97,
            "buyers": 55,
            "sellers": 67
          },
          "h6": {
            "buys": 605,
            "sells": 632,
            "buyers": 274,
            "sellers": 332
          },
          "h24": {
            "buys": 15901,
            "sells": 13176,
            "buyers": 3030,
            "sellers": 3064
          }
        },
        "volume_usd": {
          "m5": "514.9287014881",
          "m15": "5495.3111835452",
          "m30": "7538.519539312",
          "h1": "12883.0384915411",
          "h6": "113407.613895756",
          "h24": "3811157.09802779"
        },
        "reserve_in_usd": "31261.7252"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x4b455ee2689b7ee65cff13011a33d406c27dcaa3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xd42a491087a15e5afd51feb3606066cc152d2b09",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.14787705494295",
        "base_token_price_native_currency": "0.0000601362374934586",
        "quote_token_price_usd": "2491.53",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006013623749",
        "quote_token_price_base_token": "16628.9086527699",
        "address": "0xd42a491087a15e5afd51feb3606066cc152d2b09",
        "name": "CASHCAT / WETH 0.3%",
        "pool_created_at": "2026-07-01T19:38:42Z",
        "fdv_usd": "146132463.359395",
        "market_cap_usd": "146174133.580055",
        "price_change_percentage": {
          "m5": "-0.071",
          "m15": "0.818",
          "m30": "-4.339",
          "h1": "-3.505",
          "h6": "-2.916",
          "h24": "-9.241"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 10,
            "buyers": 2,
            "sellers": 10
          },
          "m15": {
            "buys": 67,
            "sells": 157,
            "buyers": 30,
            "sellers": 93
          },
          "m30": {
            "buys": 200,
            "sells": 278,
            "buyers": 115,
            "sellers": 134
          },
          "h1": {
            "buys": 283,
            "sells": 344,
            "buyers": 132,
            "sellers": 154
          },
          "h6": {
            "buys": 1212,
            "sells": 964,
            "buyers": 352,
            "sellers": 332
          },
          "h24": {
            "buys": 5287,
            "sells": 5168,
            "buyers": 1082,
            "sellers": 1059
          }
        },
        "volume_usd": {
          "m5": "14461.296720601",
          "m15": "128865.204813648",
          "m30": "337673.777395992",
          "h1": "370082.29836753",
          "h6": "1026093.90698551",
          "h24": "4501082.97210965"
        },
        "reserve_in_usd": "2088380.7629"
      },
      "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_0xba25e3dd3a9f70d2272d691d6f2dde5c5534ad3d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000595485343988878",
        "base_token_price_native_currency": "0.000000240807171376915",
        "quote_token_price_usd": "2491.53",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002408071714",
        "quote_token_price_base_token": "4152700.24676626",
        "address": "0xba25e3dd3a9f70d2272d691d6f2dde5c5534ad3d",
        "name": "LPAD / WETH 1%",
        "pool_created_at": "2026-09-10T18:49:04Z",
        "fdv_usd": "583521.132311465",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-0.749",
          "m15": "-9.387",
          "m30": "-13.002",
          "h1": "-6.172",
          "h6": "41.979",
          "h24": "1.565"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 15,
            "sells": 14,
            "buyers": 13,
            "sellers": 11
          },
          "m30": {
            "buys": 28,
            "sells": 46,
            "buyers": 21,
            "sellers": 30
          },
          "h1": {
            "buys": 73,
            "sells": 98,
            "buyers": 48,
            "sellers": 59
          },
          "h6": {
            "buys": 533,
            "sells": 514,
            "buyers": 208,
            "sellers": 219
          },
          "h24": {
            "buys": 2231,
            "sells": 2332,
            "buyers": 766,
            "sellers": 733
          }
        },
        "volume_usd": {
          "m5": "362.3241974822",
          "m15": "4019.6633235649",
          "m30": "7217.2110356889",
          "h1": "16000.382572212",
          "h6": "155043.422740795",
          "h24": "563251.496988311"
        },
        "reserve_in_usd": "85433.5671"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x3c68382e757193f6ddd12a72dcf0adf93c961769",
            "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": "solana_6e4ewHhGZrBMiSkKat7QCx28dytJdnYrobNXWrPL5WFN",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0216320493617012231617910291590499558796062085751184330071406034",
        "base_token_price_native_currency": "0.000218488869886378",
        "quote_token_price_usd": "0.997088840370316960816018670879662480967775755234570553043500279",
        "quote_token_price_native_currency": "0.00987994612220503",
        "base_token_price_quote_token": "0.02211437868",
        "quote_token_price_base_token": "45.2194481455",
        "address": "6e4ewHhGZrBMiSkKat7QCx28dytJdnYrobNXWrPL5WFN",
        "name": "EMBER / USDC",
        "pool_created_at": "2026-09-10T05:53:50Z",
        "fdv_usd": "21582423.2816059",
        "market_cap_usd": "21582876.6476508",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-3.57",
          "m30": "1.396",
          "h1": "0.554",
          "h6": "-21.459",
          "h24": "-49.902"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 55,
            "sells": 78,
            "buyers": 49,
            "sellers": 66
          },
          "m30": {
            "buys": 172,
            "sells": 198,
            "buyers": 135,
            "sellers": 135
          },
          "h1": {
            "buys": 544,
            "sells": 386,
            "buyers": 348,
            "sellers": 251
          },
          "h6": {
            "buys": 2514,
            "sells": 1587,
            "buyers": 1180,
            "sellers": 861
          },
          "h24": {
            "buys": 13553,
            "sells": 9132,
            "buyers": 5435,
            "sellers": 4301
          }
        },
        "volume_usd": {
          "m5": "114.6011602372",
          "m15": "76090.1489440025",
          "m30": "239186.347244821",
          "h1": "561188.87133906",
          "h6": "2213639.73415687",
          "h24": "11380399.4312157"
        },
        "reserve_in_usd": "864658.5752"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5dvXTZ5qwgafnHtwu3Ls3QrWx1U4LQsFeCuJgkk4QEC6",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x9501a20bedb8bea0798fe5d4c411f5e270965d49",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0671082629563135",
        "base_token_price_native_currency": "0.0000269228503799589",
        "quote_token_price_usd": "2491.53",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002692285038",
        "quote_token_price_base_token": "37143.1696825233",
        "address": "0x9501a20bedb8bea0798fe5d4c411f5e270965d49",
        "name": "WALLET / WETH 1%",
        "pool_created_at": "2026-07-10T01:02:04Z",
        "fdv_usd": "67108262.96",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.07",
          "m15": "-3.5",
          "m30": "3.775",
          "h1": "0.954",
          "h6": "20.609",
          "h24": "0.418"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 20,
            "sells": 13,
            "buyers": 18,
            "sellers": 10
          },
          "m30": {
            "buys": 42,
            "sells": 30,
            "buyers": 33,
            "sellers": 19
          },
          "h1": {
            "buys": 74,
            "sells": 69,
            "buyers": 58,
            "sellers": 36
          },
          "h6": {
            "buys": 347,
            "sells": 270,
            "buyers": 163,
            "sellers": 163
          },
          "h24": {
            "buys": 1915,
            "sells": 1359,
            "buyers": 605,
            "sellers": 639
          }
        },
        "volume_usd": {
          "m5": "541.1731462695",
          "m15": "75790.8162703278",
          "m30": "120660.915252126",
          "h1": "152338.21155253",
          "h6": "535126.234075513",
          "h24": "1725242.24065045"
        },
        "reserve_in_usd": "3848445.1431"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x0339f5459fc690ac85f1782e15782a151b4a9e1b",
            "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_0xc2110f58c8143b981bac231b71ac5cc3bb32f8badff16768db6895104a787151",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000300112934707237",
        "base_token_price_native_currency": "0.00000000115627734176677",
        "quote_token_price_usd": "2503.39",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000001156277342",
        "quote_token_price_base_token": "864844413.946587",
        "address": "0xc2110f58c8143b981bac231b71ac5cc3bb32f8badff16768db6895104a787151",
        "name": "FRONTIER / WETH",
        "pool_created_at": "2026-09-12T14:48:38Z",
        "fdv_usd": "3001.129347",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0",
          "h1": "6.832",
          "h6": "6.036",
          "h24": "-19.713"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m30": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "h1": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "h6": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "h24": {
            "buys": 42,
            "sells": 53,
            "buyers": 42,
            "sellers": 52
          }
        },
        "volume_usd": {
          "m5": "1.245436525",
          "m15": "1.245436525",
          "m30": "1.245436525",
          "h1": "96.8643327195",
          "h6": "97.774630399",
          "h24": "2930.4796498432"
        },
        "reserve_in_usd": "7452.6597"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x9e410f73143c08a6a61db99075ba77895b4ce858",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x9ee0e829fcdec07734e5e669f6292440b102e49d8ac191f1805281d2c6eed775",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000121229446773457",
        "base_token_price_native_currency": "0.0000000505911629871737",
        "quote_token_price_usd": "2491.53",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000005059116299",
        "quote_token_price_base_token": "19766297.9254604",
        "address": "0x9ee0e829fcdec07734e5e669f6292440b102e49d8ac191f1805281d2c6eed775",
        "name": "TWINE / WETH",
        "pool_created_at": "2026-09-12T19:36:45Z",
        "fdv_usd": "119646.968047894",
        "market_cap_usd": "121229.4468",
        "price_change_percentage": {
          "m5": "-4.591",
          "m15": "2.921",
          "m30": "6.367",
          "h1": "-55.871",
          "h6": "-94.474",
          "h24": "-84.684"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 9,
            "buyers": 6,
            "sellers": 9
          },
          "m15": {
            "buys": 52,
            "sells": 67,
            "buyers": 41,
            "sellers": 51
          },
          "m30": {
            "buys": 181,
            "sells": 159,
            "buyers": 124,
            "sellers": 116
          },
          "h1": {
            "buys": 785,
            "sells": 598,
            "buyers": 272,
            "sellers": 399
          },
          "h6": {
            "buys": 3633,
            "sells": 2834,
            "buyers": 1135,
            "sellers": 1383
          },
          "h24": {
            "buys": 11419,
            "sells": 10768,
            "buyers": 2497,
            "sellers": 2891
          }
        },
        "volume_usd": {
          "m5": "1712.6708178657",
          "m15": "8011.0895073345",
          "m30": "27851.963537098",
          "h1": "107889.798328884",
          "h6": "1242435.79613047",
          "h24": "5970749.53727096"
        },
        "reserve_in_usd": "30474.9"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe27501d787d647cc82a5b4a7eafd5750386f1b77",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xd4948bc5cba2766bf51b669a8b27bd66e108d69fc8e19a43cc44db8336742dc4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00100218133396225",
        "base_token_price_native_currency": "0.000000387396890883028",
        "quote_token_price_usd": "2491.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000003873968909",
        "quote_token_price_base_token": "2581332.02287869",
        "address": "0xd4948bc5cba2766bf51b669a8b27bd66e108d69fc8e19a43cc44db8336742dc4",
        "name": "TOOLS / WETH",
        "pool_created_at": "2026-09-13T18:23:31Z",
        "fdv_usd": "1002181.334",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "3.417",
          "m30": "-3.781",
          "h1": "-7.045",
          "h6": "-21.712",
          "h24": "1809.883"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 11,
            "sells": 29,
            "buyers": 5,
            "sellers": 26
          },
          "m30": {
            "buys": 14,
            "sells": 47,
            "buyers": 8,
            "sellers": 37
          },
          "h1": {
            "buys": 54,
            "sells": 81,
            "buyers": 40,
            "sellers": 56
          },
          "h6": {
            "buys": 254,
            "sells": 364,
            "buyers": 132,
            "sellers": 191
          },
          "h24": {
            "buys": 8061,
            "sells": 6308,
            "buyers": 2150,
            "sellers": 1862
          }
        },
        "volume_usd": {
          "m5": "162.4104986852",
          "m15": "6223.9645279554",
          "m30": "8845.6124531247",
          "h1": "22365.1476226324",
          "h6": "107303.542923872",
          "h24": "2490350.18890807"
        },
        "reserve_in_usd": "98169.2718"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x4b7d1e5ec6889e63e70d39561edf925095dbed88",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x4c25338827fb1227ee9d021320f8c282d613ecf8180cbfdf3e27e5a764c978ff",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000954239158802483",
        "base_token_price_native_currency": "0.000000388835889460068",
        "quote_token_price_usd": "2491.59",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000003888358895",
        "quote_token_price_base_token": "2571779.06439806",
        "address": "0x4c25338827fb1227ee9d021320f8c282d613ecf8180cbfdf3e27e5a764c978ff",
        "name": "BLAST / WETH",
        "pool_created_at": "2026-09-13T05:34:44Z",
        "fdv_usd": "954239.1588",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.066",
          "m15": "-5.754",
          "m30": "-13.087",
          "h1": "-22.263",
          "h6": "-17.415",
          "h24": "-55.911"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 12,
            "sells": 21,
            "buyers": 6,
            "sellers": 16
          },
          "m30": {
            "buys": 32,
            "sells": 42,
            "buyers": 19,
            "sellers": 26
          },
          "h1": {
            "buys": 146,
            "sells": 110,
            "buyers": 85,
            "sellers": 62
          },
          "h6": {
            "buys": 926,
            "sells": 831,
            "buyers": 391,
            "sellers": 424
          },
          "h24": {
            "buys": 6618,
            "sells": 5695,
            "buyers": 1715,
            "sellers": 1954
          }
        },
        "volume_usd": {
          "m5": "31.205624193",
          "m15": "3899.843789716",
          "m30": "9068.9576515911",
          "h1": "38053.6317696971",
          "h6": "259861.794843587",
          "h24": "2307003.91941817"
        },
        "reserve_in_usd": "76911.787"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x724a163f0081fa1771590dda9b55edde2c5b823a",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_zxTpi4BtaWX3mgdAPoezkMD1hxx8CdeCfrqXMWvSCLX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.193729848120095329852983773613461371152986209150447552075251657",
        "base_token_price_native_currency": "0.00191995850432084",
        "quote_token_price_usd": "100.925190927948951976699585951512916154290438491",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.001919958504",
        "quote_token_price_base_token": "520.84459",
        "address": "zxTpi4BtaWX3mgdAPoezkMD1hxx8CdeCfrqXMWvSCLX",
        "name": "STONK / SOL",
        "pool_created_at": "2026-08-12T10:51:40Z",
        "fdv_usd": "164079439.279743",
        "market_cap_usd": "164100602.208973",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-2.187",
          "m30": "-2.527",
          "h1": "1.355",
          "h6": "-13.457",
          "h24": "-24.943"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 343,
            "sells": 86,
            "buyers": 184,
            "sellers": 65
          },
          "m30": {
            "buys": 455,
            "sells": 153,
            "buyers": 246,
            "sellers": 112
          },
          "h1": {
            "buys": 668,
            "sells": 575,
            "buyers": 372,
            "sellers": 288
          },
          "h6": {
            "buys": 5216,
            "sells": 2507,
            "buyers": 1560,
            "sellers": 1062
          },
          "h24": {
            "buys": 29411,
            "sells": 19567,
            "buyers": 7535,
            "sellers": 6112
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "215909.07254042",
          "m30": "287273.616599315",
          "h1": "751367.4619411",
          "h6": "4775074.09828506",
          "h24": "29319804.100107"
        },
        "reserve_in_usd": "2650321.7098"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6GmAFSYs4gk3FDao5FzzySQpPZaWsa4rUJHacpMpUNgx",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xf995afbcf406c641a5185ba2330cfef8ec0fd7502f06d638798c48e78e6e9dac",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00491251378652609",
        "base_token_price_native_currency": "0.00000186050841927713",
        "quote_token_price_usd": "0.998470892180273",
        "quote_token_price_native_currency": "0.000400746084606757",
        "base_token_price_quote_token": "0.004642611596",
        "quote_token_price_base_token": "215.3960070562",
        "address": "0xf995afbcf406c641a5185ba2330cfef8ec0fd7502f06d638798c48e78e6e9dac",
        "name": "Bucket / USDG 2.999%",
        "pool_created_at": "2026-08-08T19:06:31Z",
        "fdv_usd": "4877409.54510304",
        "market_cap_usd": "4910085.5640989",
        "price_change_percentage": {
          "m5": "0",
          "m15": "3.363",
          "m30": "4.618",
          "h1": "5.666",
          "h6": "7.906",
          "h24": "15.373"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 20,
            "sells": 8,
            "buyers": 6,
            "sellers": 8
          },
          "m30": {
            "buys": 21,
            "sells": 8,
            "buyers": 6,
            "sellers": 8
          },
          "h1": {
            "buys": 24,
            "sells": 13,
            "buyers": 8,
            "sellers": 13
          },
          "h6": {
            "buys": 47,
            "sells": 56,
            "buyers": 21,
            "sellers": 42
          },
          "h24": {
            "buys": 400,
            "sells": 464,
            "buyers": 160,
            "sellers": 224
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "9952.1523351787",
          "m30": "9957.5956913246",
          "h1": "10959.4215459946",
          "h6": "34487.0896759321",
          "h24": "347671.438980674"
        },
        "reserve_in_usd": "709487.4781"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xbc9e7b1c5c0081f4ae85e71ec95703d3dec9ffad",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    }
  ]
}
समर्थित नेटवर्क

अनेक चेन में व्यापक कवरेज

220+ नेटवर्क से क्रिप्टो कीमतें और मार्केट डेटा पाएँ, बड़े ब्लॉकचेनों से नए लॉन्च तक।

Web3 प्रोजेक्ट CoinGecko का उपयोग क्यों करते हैं

“CoinGecko का DEX API हमें तेज, पूरी तरह से सटीक और DEX प्राइस डेटा का ठोस सोर्स देता है। उनके पास डेटा का विशाल कवरेज है, जिसके चलते यह इस्तेमाल में आसान और बहुत अधिक भरोसेमंद है। CoinGecko का DEX API हमारे कई मुख्य DEX प्राइस फीडों में से एक बन चुका है, Supra जिसका इस्तेमाल डिसेंट्रलाइज्ड एक्सचेंजों से मिलने वाले डेटा को इकट्ठा करने में करता है।”
"CoinGecko का DEX API हमारे डेवलपमेंट से जुड़े कामों का एक अटूट हिस्साबन चुकाहै, बहुत ही अच्छे तरीके सेयह कई छोटे-छोटे टास्कों को संभाल रहा है जिनको संभाल पाने की क्षमता हमारे पास नहीं है। इसने बहुत ही महत्वपूर्ण रूप से हमारे काम को व्यवस्थित किया है, जिससे हमें हमारे मुख्य डेवेलपमेंट पर फोकस करने का मौका मिलता है।"
"CoinGecko के DEX API में विशाल कवरेज है, जो चेनों की बहुत बड़ी संख्या को सपोर्ट करता है, और इसमें बहुत अधिक उपलब्धता है।"

अक्सर पूछे जाने वाले प्रश्न

CoinGecko API के साथ अपने प्रोजेक्ट को सुपरचार्ज करें

भरोसेमंद, सटीक और संपूर्ण क्रिप्टो प्राइस डेटा के साथ और अधिक मौकों को अनलॉक करिए।
कभी किसी भी अपडेट से ना चूकें!
प्रोडक्ट से जुड़ी एकदम नई खबरों, एंडपॉइंट के अपडेटों, और कम्युनिटी से जुड़ी प्रेरक बातों के लिए हमारे API न्यूजलेटर को सब्सक्राइब करें।
करंसी चुनें
सुझाई गई करंसी
USD
US Dollar
IDR
Indonesian Rupiah
TWD
New Taiwan Dollar
EUR
Euro
KRW
South Korean Won
JPY
Japanese Yen
RUB
Russian Ruble
CNY
Chinese Yuan
फिएट करंसी
AED
United Arab Emirates Dirham
ARS
Argentine Peso
AUD
Australian Dollar
BDT
Bangladeshi Taka
BHD
Bahraini Dinar
BMD
Bermudian Dollar
BRL
Brazil Real
CAD
Canadian Dollar
CHF
Swiss Franc
CLP
Chilean Peso
CZK
Czech Koruna
DKK
Danish Krone
GBP
British Pound Sterling
GEL
Georgian Lari
HKD
Hong Kong Dollar
HUF
Hungarian Forint
ILS
Israeli New Shekel
INR
Indian Rupee
KWD
Kuwaiti Dinar
LKR
Sri Lankan Rupee
MMK
Burmese Kyat
MXN
Mexican Peso
MYR
Malaysian Ringgit
NGN
Nigerian Naira
NOK
Norwegian Krone
NZD
New Zealand Dollar
PHP
Philippine Peso
PKR
Pakistani Rupee
PLN
Polish Zloty
SAR
Saudi Riyal
SEK
Swedish Krona
SGD
Singapore Dollar
THB
Thai Baht
TRY
Turkish Lira
UAH
Ukrainian hryvnia
VND
Vietnamese đồng
ZAR
South African Rand
XDR
IMF Special Drawing Rights
क्रिप्टोकरंसी
BTC
Bitcoin
ETH
Ether
LTC
Litecoin
BCH
Bitcoin Cash
BNB
Binance Coin
EOS
EOS
XRP
XRP
XLM
Lumens
LINK
Chainlink
DOT
Polkadot
YFI
Yearn.finance
SOL
Solana
Bitcoin यूनिटें
BITS
Bits
SATS
Satoshi
कमोडिटिज
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
भाषा चुनें
पापुलर भाषाएँ
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT-BR
Português
सभी भाषाएँ
AR
العربية
BG
български
CS
čeština
DA
dansk
EL
Ελληνικά
FI
suomen kieli
HE
עִבְרִית
HI
हिंदी
HR
hrvatski
HU
Magyar nyelv
ID
Bahasa Indonesia
IT
Italiano
JA
日本語
KO
한국어
LT
lietuvių kalba
NL
Nederlands
NO
norsk
RO
Limba română
SK
slovenský jazyk
SL
slovenski jezik
SV
Svenska
TH
ภาษาไทย
TR
Türkçe
UK
украї́нська мо́ва
ZH
简体中文
ZH-TW
繁體中文
CoinGecko में आपका स्वागत है
वापस आने पर आपका स्वागत है!
सेकंड में लॉग इन करें या साइन अप करें
या
इसके साथ साइन इन करें . आप नहीं हैं?
अपना पासवर्ड भूल गए?
पुष्टि निर्देश प्राप्त नहीं हुआ?
पुष्टिकरण निर्देशों को पुनः भेजें
पासवर्ड में कम से कम 8 कैरेक्टर होना जरूरी हैं, जिसमें 1 अपरकेस लेटर (बड़ा अक्षर), 1 लोअरकेस लेटर (छोटा अक्षर), 1 नंबर, और 1 विशेष कैरेक्टर शामिल है
जारी रखकर, आप स्वीकार करते हैं कि आपने हमारे सेवा की शर्तें और निजता नीति को पढ़ लिया है और पूरी तरह से सहमत हैं।
CoinGecko ऐप के साथ प्राइस अलर्ट प्राप्त करें
अपना पासवर्ड भूल गए?
आपको कुछ मिनटों में अपना पासवर्ड रीसेट करने के निर्देशों के साथ एक ईमेल प्राप्त होगा।
पुष्टिकरण निर्देशों को पुनः भेजें
आपको कुछ ही मिनटों में अपने ईमेल पते की पुष्टि करने के निर्देशों के साथ एक ईमेल प्राप्त होगा।
CoinGecko ऐप इस्तेमाल कीजिए।
ऐप को अभी डाउनलोड करने के लिए QR कोड को स्कैन कीजिए App QR Code या इसे ऐप स्टोर में देखिए
NFT शामिल करें
CoinGecko
ऐप का बेहतर अनुभव
रियल-टाइम प्राइस अलर्ट और एक तेज़, सुगम अनुभव।