कॉइन: 21,631
एक्सचेंज: 1,501
मार्केट कैप: $2.984T 0.0%
24घं का वाल्यूम: $64.444B
वर्चस्व:
फियर और ग्रीड: सामान्य (47)
विज्ञापनों को हटाएँ

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

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

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

हमारे भरोसेमंद और गहन DEX डेटा API के साथ, Uniswap, PancakeSwap, Orca, Curve जैसे और बड़े नेटवर्कों के अन्य DEXes से ऑन-चेन मार्केट डेटा पाएँ।
47M+
कॉइन और टोकन
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.999454070494321",
      "base_token_price_native_currency": "0.0003697250365379",
      "quote_token_price_usd": "2712.97",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0003697250365",
      "quote_token_price_base_token": "2704.712695045",
      "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": "4596799287.10485",
      "market_cap_usd": "4595391311.00183",
      "price_change_percentage": {
        "m5": "0",
        "m15": "-0.068",
        "m30": "0.004",
        "h1": "-0.045",
        "h6": "-0.059",
        "h24": "-0.102"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 2,
          "buyers": 0,
          "sellers": 2
        },
        "m15": {
          "buys": 5,
          "sells": 12,
          "buyers": 5,
          "sellers": 10
        },
        "m30": {
          "buys": 8,
          "sells": 17,
          "buyers": 7,
          "sellers": 15
        },
        "h1": {
          "buys": 11,
          "sells": 20,
          "buyers": 10,
          "sellers": 17
        },
        "h6": {
          "buys": 72,
          "sells": 75,
          "buyers": 52,
          "sellers": 56
        },
        "h24": {
          "buys": 352,
          "sells": 343,
          "buyers": 219,
          "sellers": 206
        }
      },
      "volume_usd": {
        "m5": "230.9049707378",
        "m15": "2492.79931402",
        "m30": "3853.9875858201",
        "h1": "4521.2115837343",
        "h6": "18791.1503356611",
        "h24": "86897.7352162906"
      },
      "reserve_in_usd": "1120906.0669",
      "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_0xa32a077a3e9d1ce561ec2a4b136db701a3166195455da4d8d364d6189443afe1",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00127297164628781",
        "base_token_price_native_currency": "0.000000468281490428283",
        "quote_token_price_usd": "2713.71",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000004682814904",
        "quote_token_price_base_token": "2135467.70572848",
        "address": "0xa32a077a3e9d1ce561ec2a4b136db701a3166195455da4d8d364d6189443afe1",
        "name": "ROBINPEPE / WETH",
        "pool_created_at": "2026-09-25T16:33:59Z",
        "fdv_usd": "1271026.181",
        "market_cap_usd": "1271026.181",
        "price_change_percentage": {
          "m5": "8.152",
          "m15": "3.819",
          "m30": "-4.599",
          "h1": "13.348",
          "h6": "0.291",
          "h24": "-59.007"
        },
        "transactions": {
          "m5": {
            "buys": 50,
            "sells": 40,
            "buyers": 26,
            "sellers": 28
          },
          "m15": {
            "buys": 147,
            "sells": 129,
            "buyers": 82,
            "sellers": 82
          },
          "m30": {
            "buys": 322,
            "sells": 327,
            "buyers": 166,
            "sellers": 184
          },
          "h1": {
            "buys": 699,
            "sells": 680,
            "buyers": 333,
            "sellers": 334
          },
          "h6": {
            "buys": 4866,
            "sells": 4526,
            "buyers": 2031,
            "sellers": 1885
          },
          "h24": {
            "buys": 18136,
            "sells": 16724,
            "buyers": 8211,
            "sellers": 8366
          }
        },
        "volume_usd": {
          "m5": "5131.5305039061",
          "m15": "11154.0275520771",
          "m30": "37709.9891928148",
          "h1": "73285.5529544449",
          "h6": "857752.34995004",
          "h24": "3419506.10480586"
        },
        "reserve_in_usd": "91382.8274"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xa241395adcdf456f6dc04d1bc02b18e6f4c4052c",
            "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_0x91e9823a895a2d05a2c853fbd1619da089b36054f0a342039a0e8046608bbece",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000339929211835017",
        "base_token_price_native_currency": "0.000000124365496900005",
        "quote_token_price_usd": "2713.71",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001243654969",
        "quote_token_price_base_token": "8040815.37827201",
        "address": "0x91e9823a895a2d05a2c853fbd1619da089b36054f0a342039a0e8046608bbece",
        "name": "ROO / WETH",
        "pool_created_at": "2026-09-23T04:00:40Z",
        "fdv_usd": "339929.2118",
        "market_cap_usd": "339929.2118",
        "price_change_percentage": {
          "m5": "6.865",
          "m15": "27.908",
          "m30": "-3.991",
          "h1": "28.97",
          "h6": "-2.895",
          "h24": "29.296"
        },
        "transactions": {
          "m5": {
            "buys": 24,
            "sells": 29,
            "buyers": 19,
            "sellers": 22
          },
          "m15": {
            "buys": 94,
            "sells": 101,
            "buyers": 60,
            "sellers": 65
          },
          "m30": {
            "buys": 227,
            "sells": 209,
            "buyers": 145,
            "sellers": 129
          },
          "h1": {
            "buys": 490,
            "sells": 440,
            "buyers": 279,
            "sellers": 254
          },
          "h6": {
            "buys": 3087,
            "sells": 2976,
            "buyers": 1733,
            "sellers": 1790
          },
          "h24": {
            "buys": 13622,
            "sells": 12739,
            "buyers": 8224,
            "sellers": 8407
          }
        },
        "volume_usd": {
          "m5": "3474.3026263369",
          "m15": "17762.7773956347",
          "m30": "32973.1517537491",
          "h1": "66123.4571058668",
          "h6": "374133.586232385",
          "h24": "1297319.18060078"
        },
        "reserve_in_usd": "44325.7391"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x3458e003f6ed93df0f537b8acac6fbe08e41247f",
            "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_0x2a4e49b6f4026be2d9c4cc273f389d986256e27b18950a8967d1daa095b27978",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000205551604975635",
        "base_token_price_native_currency": "0.0000000752771565964301",
        "quote_token_price_usd": "2713.71",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000752771566",
        "quote_token_price_base_token": "13284242.4609782",
        "address": "0x2a4e49b6f4026be2d9c4cc273f389d986256e27b18950a8967d1daa095b27978",
        "name": "AD / WETH 0.25%",
        "pool_created_at": "2026-09-17T17:07:49Z",
        "fdv_usd": "204148.276",
        "market_cap_usd": "204148.276",
        "price_change_percentage": {
          "m5": "-0.324",
          "m15": "-8.174",
          "m30": "-7.885",
          "h1": "-14.333",
          "h6": "-21.482",
          "h24": "9.594"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 5,
            "buyers": 2,
            "sellers": 4
          },
          "m15": {
            "buys": 29,
            "sells": 34,
            "buyers": 3,
            "sellers": 6
          },
          "m30": {
            "buys": 73,
            "sells": 80,
            "buyers": 3,
            "sellers": 6
          },
          "h1": {
            "buys": 133,
            "sells": 150,
            "buyers": 4,
            "sellers": 11
          },
          "h6": {
            "buys": 912,
            "sells": 988,
            "buyers": 45,
            "sellers": 47
          },
          "h24": {
            "buys": 3699,
            "sells": 4024,
            "buyers": 167,
            "sellers": 168
          }
        },
        "volume_usd": {
          "m5": "88.3125222126",
          "m15": "1992.3317867415",
          "m30": "3880.5135617158",
          "h1": "7483.4434193369",
          "h6": "66679.4740672434",
          "h24": "349275.888526547"
        },
        "reserve_in_usd": "58185.4702"
      },
      "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": "solana_Bd4wKg3xEBKJ4Xrw8skXMmJ4W65gk3x8yd7AovuBJisZ",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000533481774643293200466786461921092216307583533802109442607653272",
        "base_token_price_native_currency": "0.00000435485721891799",
        "quote_token_price_usd": "124.116254840623511900274006213564370943193630706",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004354857219",
        "quote_token_price_base_token": "229628.653645839",
        "address": "Bd4wKg3xEBKJ4Xrw8skXMmJ4W65gk3x8yd7AovuBJisZ",
        "name": "PEPENOM / SOL",
        "pool_created_at": "2026-09-11T00:55:05Z",
        "fdv_usd": "315624.470135277",
        "market_cap_usd": "315657.527685117",
        "price_change_percentage": {
          "m5": "-1.285",
          "m15": "-1.21",
          "m30": "3.971",
          "h1": "2.126",
          "h6": "15.156",
          "h24": "12.018"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 17,
            "sells": 5,
            "buyers": 17,
            "sellers": 5
          },
          "m30": {
            "buys": 45,
            "sells": 9,
            "buyers": 45,
            "sellers": 9
          },
          "h1": {
            "buys": 92,
            "sells": 28,
            "buyers": 92,
            "sellers": 28
          },
          "h6": {
            "buys": 680,
            "sells": 208,
            "buyers": 666,
            "sellers": 198
          },
          "h24": {
            "buys": 1652,
            "sells": 591,
            "buyers": 1628,
            "sellers": 535
          }
        },
        "volume_usd": {
          "m5": "3.2043990785",
          "m15": "449.7550476048",
          "m30": "3017.5688157147",
          "h1": "5315.0055057038",
          "h6": "33008.6408113694",
          "h24": "73470.579536516"
        },
        "reserve_in_usd": "160166.7055"
      },
      "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": "bsc_0x15a2b965709e66de2120e34aaf295a82eff640b0",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "340.9550317589",
        "base_token_price_native_currency": "0.436634819827756",
        "quote_token_price_usd": "0.0000167476099200897",
        "quote_token_price_native_currency": "0.0000000214473726997961",
        "base_token_price_quote_token": "20358429.2556219",
        "quote_token_price_base_token": "0.00000004911970307",
        "address": "0x15a2b965709e66de2120e34aaf295a82eff640b0",
        "name": "AAPLB / BG人生",
        "pool_created_at": "2026-09-26T11:53:31Z",
        "fdv_usd": "5691407.26450836",
        "market_cap_usd": "5691394.64045223",
        "price_change_percentage": {
          "m5": "-0.477",
          "m15": "-0.38",
          "m30": "-0.399",
          "h1": "-0.291",
          "h6": "0.315",
          "h24": "0.454"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 2,
            "sells": 9,
            "buyers": 1,
            "sellers": 9
          },
          "m30": {
            "buys": 13,
            "sells": 22,
            "buyers": 12,
            "sellers": 21
          },
          "h1": {
            "buys": 39,
            "sells": 48,
            "buyers": 33,
            "sellers": 37
          },
          "h6": {
            "buys": 176,
            "sells": 166,
            "buyers": 143,
            "sellers": 112
          },
          "h24": {
            "buys": 4818,
            "sells": 6993,
            "buyers": 2919,
            "sellers": 1912
          }
        },
        "volume_usd": {
          "m5": "20.1994239813",
          "m15": "390.3360598127",
          "m30": "895.8692403324",
          "h1": "2597.9263743397",
          "h6": "10892.7747020172",
          "h24": "527412.967733415"
        },
        "reserve_in_usd": "12157.5993"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x431a3bee82e2ca41e49895cbece5bb0f76a89b7a",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xe1bc4812dabd9b99fe093bb814085f8f550c7777",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x43fea2e267164122909aa6336cd89142df28027aba8ed0c81d414a4e953e86e8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00388611239739034",
        "base_token_price_native_currency": "0.00000148209743971972",
        "quote_token_price_usd": "2713.71",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000148209744",
        "quote_token_price_base_token": "674719.470663893",
        "address": "0x43fea2e267164122909aa6336cd89142df28027aba8ed0c81d414a4e953e86e8",
        "name": "CASHED / WETH",
        "pool_created_at": "2026-09-18T20:09:43Z",
        "fdv_usd": "3575649.90201541",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-0.488",
          "m15": "5.305",
          "m30": "26.047",
          "h1": "14.845",
          "h6": "6.959",
          "h24": "33.102"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 5,
            "buyers": 8,
            "sellers": 4
          },
          "m15": {
            "buys": 47,
            "sells": 35,
            "buyers": 35,
            "sellers": 30
          },
          "m30": {
            "buys": 97,
            "sells": 95,
            "buyers": 60,
            "sellers": 76
          },
          "h1": {
            "buys": 122,
            "sells": 133,
            "buyers": 77,
            "sellers": 112
          },
          "h6": {
            "buys": 562,
            "sells": 576,
            "buyers": 259,
            "sellers": 355
          },
          "h24": {
            "buys": 8692,
            "sells": 7616,
            "buyers": 1598,
            "sellers": 1941
          }
        },
        "volume_usd": {
          "m5": "657.205606875",
          "m15": "23782.7386423449",
          "m30": "50367.3423967287",
          "h1": "58194.4022857175",
          "h6": "216563.770529748",
          "h24": "3933976.97524807"
        },
        "reserve_in_usd": "132616.8728"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x6249519883b8d7ccf915dfcd6c0442984dae9d24",
            "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_6e3jZLtf4tQbWZm3f7A66jF8tfZn6MRQVrbDFgcNWarA",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0297143923512502533462334280476165695364455153947623797267150912",
        "base_token_price_native_currency": "0.000239649329623572",
        "quote_token_price_usd": "124.194718126973010849355787528082162946829713263",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002396493296",
        "quote_token_price_base_token": "4172.76360243",
        "address": "6e3jZLtf4tQbWZm3f7A66jF8tfZn6MRQVrbDFgcNWarA",
        "name": "PAID / SOL",
        "pool_created_at": "2026-09-15T19:22:24Z",
        "fdv_usd": "27825617.8928108",
        "market_cap_usd": "27954981.0188807",
        "price_change_percentage": {
          "m5": "-3.213",
          "m15": "-2.818",
          "m30": "-2.925",
          "h1": "-4.846",
          "h6": "-14.233",
          "h24": "-28.382"
        },
        "transactions": {
          "m5": {
            "buys": 100,
            "sells": 23,
            "buyers": 68,
            "sellers": 19
          },
          "m15": {
            "buys": 230,
            "sells": 94,
            "buyers": 131,
            "sellers": 77
          },
          "m30": {
            "buys": 330,
            "sells": 206,
            "buyers": 174,
            "sellers": 148
          },
          "h1": {
            "buys": 657,
            "sells": 419,
            "buyers": 318,
            "sellers": 304
          },
          "h6": {
            "buys": 7851,
            "sells": 5941,
            "buyers": 2535,
            "sellers": 2314
          },
          "h24": {
            "buys": 44264,
            "sells": 35604,
            "buyers": 11577,
            "sellers": 10240
          }
        },
        "volume_usd": {
          "m5": "27542.8850137605",
          "m15": "51104.965934484",
          "m30": "75835.6387876445",
          "h1": "157572.828271255",
          "h6": "2857604.5056811",
          "h24": "20053073.2456465"
        },
        "reserve_in_usd": "1152944.6207"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_98kfF7rmsg1QDUEoCqNE7g7M1FdrTt92TEp2CLzypump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xcf14dfcf39de6849af062d611c2f4395a5558b63",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00191693124384383",
        "base_token_price_native_currency": "0.000000705385452686699",
        "quote_token_price_usd": "2713.66",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000007053854527",
        "quote_token_price_base_token": "1417664.62037339",
        "address": "0xcf14dfcf39de6849af062d611c2f4395a5558b63",
        "name": "ASE / WETH",
        "pool_created_at": "2026-05-10T20:08:11Z",
        "fdv_usd": "1916931.244",
        "market_cap_usd": "796229.159579976",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0",
          "h1": "0.41",
          "h6": "1.746",
          "h24": "-8.643"
        },
        "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": 0,
            "buyers": 2,
            "sellers": 0
          },
          "h6": {
            "buys": 10,
            "sells": 4,
            "buyers": 10,
            "sellers": 3
          },
          "h24": {
            "buys": 39,
            "sells": 24,
            "buyers": 28,
            "sellers": 20
          }
        },
        "volume_usd": {
          "m5": "152.2254920443",
          "m15": "152.2254920443",
          "m30": "152.2254920443",
          "h1": "176.2253361356",
          "h6": "2302.7911237735",
          "h24": "14926.0089322651"
        },
        "reserve_in_usd": "194529.0653"
      },
      "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": "base_0xef256e214c45aab706ca54d6e2c5d0ca42b87895a43e97b382ea012d13e78e49",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000267210583321064",
        "base_token_price_native_currency": "0.00000000984815639704095",
        "quote_token_price_usd": "2713.22",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000009848156397",
        "quote_token_price_base_token": "101541848.005223",
        "address": "0xef256e214c45aab706ca54d6e2c5d0ca42b87895a43e97b382ea012d13e78e49",
        "name": "boar / WETH",
        "pool_created_at": "2026-09-26T02:58:01Z",
        "fdv_usd": "2672105.83298586",
        "market_cap_usd": "2672105.833",
        "price_change_percentage": {
          "m5": "2.452",
          "m15": "-2.145",
          "m30": "-0.801",
          "h1": "6.255",
          "h6": "-8.816",
          "h24": "579.07"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 6,
            "buyers": 9,
            "sellers": 6
          },
          "m15": {
            "buys": 45,
            "sells": 39,
            "buyers": 34,
            "sellers": 35
          },
          "m30": {
            "buys": 76,
            "sells": 56,
            "buyers": 48,
            "sellers": 46
          },
          "h1": {
            "buys": 132,
            "sells": 100,
            "buyers": 70,
            "sellers": 75
          },
          "h6": {
            "buys": 830,
            "sells": 764,
            "buyers": 256,
            "sellers": 314
          },
          "h24": {
            "buys": 20481,
            "sells": 14723,
            "buyers": 2136,
            "sellers": 2016
          }
        },
        "volume_usd": {
          "m5": "3934.0811598673",
          "m15": "17647.6526014037",
          "m30": "30761.5725031188",
          "h1": "63121.4235623237",
          "h6": "520669.116098155",
          "h24": "10005197.253336"
        },
        "reserve_in_usd": "672110.4474"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x0cbf291ba052174879d90bf781df1a5f2bc5bb07",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4JAnKFddd5fFTk5PxDj3PpTWJuTEfSWQEjZJcgKQ9KwW",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00480652047831044440665421608731659855575348640664678746747639638",
        "base_token_price_native_currency": "0.0000386680803136652",
        "quote_token_price_usd": "124.194574493856648839355884834024879246612611689",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003866808031",
        "quote_token_price_base_token": "25861.1234870794",
        "address": "4JAnKFddd5fFTk5PxDj3PpTWJuTEfSWQEjZJcgKQ9KwW",
        "name": "e/acc / SOL",
        "pool_created_at": "2026-09-25T21:15:15Z",
        "fdv_usd": "4798212.78387947",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-0.406",
          "m15": "-3.989",
          "m30": "2.87",
          "h1": "0.367",
          "h6": "-20.922",
          "h24": "-68.954"
        },
        "transactions": {
          "m5": {
            "buys": 27,
            "sells": 12,
            "buyers": 23,
            "sellers": 10
          },
          "m15": {
            "buys": 138,
            "sells": 98,
            "buyers": 100,
            "sellers": 72
          },
          "m30": {
            "buys": 433,
            "sells": 342,
            "buyers": 249,
            "sellers": 186
          },
          "h1": {
            "buys": 714,
            "sells": 592,
            "buyers": 365,
            "sellers": 293
          },
          "h6": {
            "buys": 6583,
            "sells": 5084,
            "buyers": 2267,
            "sellers": 2001
          },
          "h24": {
            "buys": 73107,
            "sells": 60019,
            "buyers": 19321,
            "sellers": 17508
          }
        },
        "volume_usd": {
          "m5": "4214.7336602719",
          "m15": "44361.9210134032",
          "m30": "112772.091627947",
          "h1": "189345.213690984",
          "h6": "2309989.72238559",
          "h24": "24523611.0290611"
        },
        "reserve_in_usd": "328429.429"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_CbcyNo7m1amFWqEQm2m4PLv1UNvpcL3C1Ujm6AkzpKoU",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x40a433930370f6cdf0a78debc2c6dd599c23bd428c0d67dd8b5373e4f101557f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000754412439767774",
        "base_token_price_native_currency": "0.0000000297916352687306",
        "quote_token_price_usd": "754.353995530988",
        "quote_token_price_native_currency": "0.276186326136041",
        "base_token_price_quote_token": "0.0000001078678865",
        "quote_token_price_base_token": "9270599.73864298",
        "address": "0x40a433930370f6cdf0a78debc2c6dd599c23bd428c0d67dd8b5373e4f101557f",
        "name": "musebook / META",
        "pool_created_at": "2026-09-16T05:51:12Z",
        "fdv_usd": "7643187.84486474",
        "market_cap_usd": "7643410.42",
        "price_change_percentage": {
          "m5": "0.044",
          "m15": "0.305",
          "m30": "1.017",
          "h1": "1.052",
          "h6": "-8.467",
          "h24": "-14.765"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 13,
            "sells": 14,
            "buyers": 11,
            "sellers": 8
          },
          "m30": {
            "buys": 19,
            "sells": 20,
            "buyers": 16,
            "sellers": 11
          },
          "h1": {
            "buys": 27,
            "sells": 32,
            "buyers": 20,
            "sellers": 15
          },
          "h6": {
            "buys": 265,
            "sells": 367,
            "buyers": 177,
            "sellers": 174
          },
          "h24": {
            "buys": 1142,
            "sells": 1778,
            "buyers": 599,
            "sellers": 636
          }
        },
        "volume_usd": {
          "m5": "189.4930907173",
          "m15": "834.4368687054",
          "m30": "2553.3585899771",
          "h1": "4625.1306552586",
          "h6": "177732.43259996",
          "h24": "676910.251492842"
        },
        "reserve_in_usd": "2726251.2128"
      },
      "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_0x391112331701c8e32b836712f0f7fa14072a27b662f881eccf55003d3b16520d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000242735368752264",
        "base_token_price_native_currency": "0.00000000848688092301638",
        "quote_token_price_usd": "2713.71",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000008486880923",
        "quote_token_price_base_token": "117828918.429621",
        "address": "0x391112331701c8e32b836712f0f7fa14072a27b662f881eccf55003d3b16520d",
        "name": "FILR / WETH 0.3%",
        "pool_created_at": "2026-09-26T12:38:51Z",
        "fdv_usd": "2427353.688",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "7.701",
          "m15": "55.102",
          "m30": "60.786",
          "h1": "457.656",
          "h6": "826.864",
          "h24": "6641.935"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 4,
            "buyers": 9,
            "sellers": 4
          },
          "m15": {
            "buys": 195,
            "sells": 164,
            "buyers": 195,
            "sellers": 160
          },
          "m30": {
            "buys": 458,
            "sells": 434,
            "buyers": 451,
            "sellers": 386
          },
          "h1": {
            "buys": 1079,
            "sells": 1014,
            "buyers": 1006,
            "sellers": 745
          },
          "h6": {
            "buys": 1161,
            "sells": 1082,
            "buyers": 1081,
            "sellers": 788
          },
          "h24": {
            "buys": 12217,
            "sells": 11377,
            "buyers": 3858,
            "sellers": 3371
          }
        },
        "volume_usd": {
          "m5": "18313.4898045723",
          "m15": "423912.863982091",
          "m30": "1043891.98125448",
          "h1": "2508925.36729989",
          "h6": "2674415.22435819",
          "h24": "28550219.7003758"
        },
        "reserve_in_usd": "704021.3999"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xb6ef1b60750a7f7e3f6b075989d48e9c733dd1da",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x94bbe853481f40d049d98eb830c57276d9727e5b",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.014405358132578",
        "base_token_price_native_currency": "0.00000519918450056302",
        "quote_token_price_usd": "2713.71",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000005199184501",
        "quote_token_price_base_token": "192337.856041021",
        "address": "0x94bbe853481f40d049d98eb830c57276d9727e5b",
        "name": "SI / WETH 0.01%",
        "pool_created_at": "2026-09-25T00:48:57Z",
        "fdv_usd": "14002602.3",
        "market_cap_usd": "14002602.3",
        "price_change_percentage": {
          "m5": "3.967",
          "m15": "-12.889",
          "m30": "-2.79",
          "h1": "-3.795",
          "h6": "-26.015",
          "h24": "-31.394"
        },
        "transactions": {
          "m5": {
            "buys": 28,
            "sells": 16,
            "buyers": 28,
            "sellers": 15
          },
          "m15": {
            "buys": 101,
            "sells": 54,
            "buyers": 98,
            "sellers": 44
          },
          "m30": {
            "buys": 249,
            "sells": 135,
            "buyers": 192,
            "sellers": 94
          },
          "h1": {
            "buys": 479,
            "sells": 268,
            "buyers": 221,
            "sellers": 143
          },
          "h6": {
            "buys": 3029,
            "sells": 1248,
            "buyers": 290,
            "sellers": 281
          },
          "h24": {
            "buys": 12296,
            "sells": 5605,
            "buyers": 1614,
            "sellers": 819
          }
        },
        "volume_usd": {
          "m5": "41875.8697638124",
          "m15": "165749.810118767",
          "m30": "381007.097277547",
          "h1": "735106.427336731",
          "h6": "4068184.75255998",
          "h24": "14774373.9640739"
        },
        "reserve_in_usd": "253078.1553"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe0cd4e72769e7317891d1e49905878b7b14c67ac",
            "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_0x741f621217cd4989114852b70eb84419ea42b99b434a75534e5809901b650a89",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000733156300319066",
        "base_token_price_native_currency": "0.00000027364292342155",
        "quote_token_price_usd": "2713.71",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002736429234",
        "quote_token_price_base_token": "3654397.44429089",
        "address": "0x741f621217cd4989114852b70eb84419ea42b99b434a75534e5809901b650a89",
        "name": "SW / WETH",
        "pool_created_at": "2026-09-24T20:48:40Z",
        "fdv_usd": "697243.48526",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-2.636",
          "m15": "2.969",
          "m30": "-1.889",
          "h1": "-9.565",
          "h6": "-6.246",
          "h24": "148.973"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 11,
            "buyers": 8,
            "sellers": 11
          },
          "m15": {
            "buys": 22,
            "sells": 22,
            "buyers": 18,
            "sellers": 21
          },
          "m30": {
            "buys": 50,
            "sells": 43,
            "buyers": 42,
            "sellers": 39
          },
          "h1": {
            "buys": 93,
            "sells": 76,
            "buyers": 72,
            "sellers": 70
          },
          "h6": {
            "buys": 738,
            "sells": 746,
            "buyers": 339,
            "sellers": 473
          },
          "h24": {
            "buys": 3724,
            "sells": 3404,
            "buyers": 1170,
            "sellers": 1242
          }
        },
        "volume_usd": {
          "m5": "671.1324063943",
          "m15": "2474.0203552112",
          "m30": "4285.5141863524",
          "h1": "9435.0695331768",
          "h6": "169881.445540603",
          "h24": "973184.385516643"
        },
        "reserve_in_usd": "83590.9519"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x7325305929cb804d2fc394120622ae73afc804eb",
            "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_7rZ5eyRfGRavGTFG9jSoG77MNnVkQRr6DNeGpxiFk2ca",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000812774164880814740912268574687101690475494520807784346472634874",
        "base_token_price_native_currency": "0.00000652062788398952",
        "quote_token_price_usd": "124.194598085799382334058786434125247819124469138",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000006520627884",
        "quote_token_price_base_token": "153359.464424486",
        "address": "7rZ5eyRfGRavGTFG9jSoG77MNnVkQRr6DNeGpxiFk2ca",
        "name": "CAKE / SOL",
        "pool_created_at": "2026-09-27T00:25:27Z",
        "fdv_usd": "812774.1649",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "6.24",
          "m15": "6.349",
          "m30": "9.379",
          "h1": "-1.153",
          "h6": "-9.764",
          "h24": "1656.808"
        },
        "transactions": {
          "m5": {
            "buys": 16,
            "sells": 8,
            "buyers": 14,
            "sellers": 5
          },
          "m15": {
            "buys": 56,
            "sells": 49,
            "buyers": 46,
            "sellers": 34
          },
          "m30": {
            "buys": 159,
            "sells": 153,
            "buyers": 112,
            "sellers": 103
          },
          "h1": {
            "buys": 366,
            "sells": 340,
            "buyers": 216,
            "sellers": 214
          },
          "h6": {
            "buys": 3352,
            "sells": 3040,
            "buyers": 1176,
            "sellers": 1239
          },
          "h24": {
            "buys": 53442,
            "sells": 43577,
            "buyers": 11415,
            "sellers": 9925
          }
        },
        "volume_usd": {
          "m5": "2611.7529712966",
          "m15": "10713.3125386206",
          "m30": "34104.3063218713",
          "h1": "85656.3047480496",
          "h6": "646520.80689729",
          "h24": "10781939.2790151"
        },
        "reserve_in_usd": "101026.8561"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_DAemPFNc3RtibBDKkUA4eL2Ns11q9VRdbpptmqm8DGqN",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_2i2iULr7UwK1SDRB17T5FUtiMnFQL7fyy7rh69brZihc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00741575697068327610724800180967517971986583732214727809642188758",
        "base_token_price_native_currency": "0.0000594854572384217",
        "quote_token_price_usd": "124.194349656154376262388164338821544437333951638",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00005948545724",
        "quote_token_price_base_token": "16810.8315279806",
        "address": "2i2iULr7UwK1SDRB17T5FUtiMnFQL7fyy7rh69brZihc",
        "name": "CALI / SOL",
        "pool_created_at": "2026-09-17T12:12:59Z",
        "fdv_usd": "7346872.54890183",
        "market_cap_usd": "7346872.54890186",
        "price_change_percentage": {
          "m5": "1.239",
          "m15": "-1.167",
          "m30": "-0.903",
          "h1": "-0.963",
          "h6": "27.805",
          "h24": "47.526"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 5,
            "buyers": 9,
            "sellers": 5
          },
          "m15": {
            "buys": 19,
            "sells": 26,
            "buyers": 17,
            "sellers": 25
          },
          "m30": {
            "buys": 30,
            "sells": 40,
            "buyers": 25,
            "sellers": 37
          },
          "h1": {
            "buys": 64,
            "sells": 85,
            "buyers": 54,
            "sellers": 73
          },
          "h6": {
            "buys": 685,
            "sells": 686,
            "buyers": 448,
            "sellers": 475
          },
          "h24": {
            "buys": 7523,
            "sells": 6825,
            "buyers": 2870,
            "sellers": 3124
          }
        },
        "volume_usd": {
          "m5": "4288.3859200425",
          "m15": "8642.0515950245",
          "m30": "11258.7689269198",
          "h1": "22450.8688041193",
          "h6": "211989.864330405",
          "h24": "2804207.94514342"
        },
        "reserve_in_usd": "316655.5638"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8k4sBtEeK4pf26noKqApv8NBTnuSJcbdwpKYknk5PbAA",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x7f3a6dcfd793c2b86659587a64f2add34f5bf21dad10968abf751b69ac1ac0d4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000791947565080293",
        "base_token_price_native_currency": "0.000000292658452450349",
        "quote_token_price_usd": "2713.68",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002926584525",
        "quote_token_price_base_token": "3416952.39494118",
        "address": "0x7f3a6dcfd793c2b86659587a64f2add34f5bf21dad10968abf751b69ac1ac0d4",
        "name": "AEVA / WETH",
        "pool_created_at": "2026-09-25T15:56:07Z",
        "fdv_usd": "761853.516489551",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-1.644",
          "m30": "-4.684",
          "h1": "-5.725",
          "h6": "-16.833",
          "h24": "-20.832"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 2,
            "sells": 5,
            "buyers": 2,
            "sellers": 5
          },
          "m30": {
            "buys": 9,
            "sells": 12,
            "buyers": 7,
            "sellers": 12
          },
          "h1": {
            "buys": 14,
            "sells": 16,
            "buyers": 11,
            "sellers": 15
          },
          "h6": {
            "buys": 47,
            "sells": 71,
            "buyers": 34,
            "sellers": 58
          },
          "h24": {
            "buys": 578,
            "sells": 401,
            "buyers": 268,
            "sellers": 249
          }
        },
        "volume_usd": {
          "m5": "137.2697633313",
          "m15": "668.8811993087",
          "m30": "3029.5439153094",
          "h1": "4238.0782523217",
          "h6": "24618.8240056623",
          "h24": "262832.246994389"
        },
        "reserve_in_usd": "109684.5033"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe8729dc9dca85167e06b7e9c66a58b22457c5f30",
            "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": "solana_DGvB8KyD79wFBJ7Kr7mW54qSfi7Yk3UrhJkcnTSd6frb",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0001084282863754615192965817154288006873531623333326735021742473141",
        "base_token_price_native_currency": "0.000000875896575592272",
        "quote_token_price_usd": "393.96784173775217697614703636142433584278269371298847540081357",
        "quote_token_price_native_currency": "3.17218576763961",
        "base_token_price_quote_token": "0.0000002761176803",
        "quote_token_price_base_token": "3621644.21694949",
        "address": "DGvB8KyD79wFBJ7Kr7mW54qSfi7Yk3UrhJkcnTSd6frb",
        "name": "JIANCO / GLDx",
        "pool_created_at": "2026-09-26T00:06:55Z",
        "fdv_usd": "99577.5954781321",
        "market_cap_usd": "99577.5954781321",
        "price_change_percentage": {
          "m5": "0.281",
          "m15": "1.422",
          "m30": "3.082",
          "h1": "8.211",
          "h6": "-3.706",
          "h24": "4.037"
        },
        "transactions": {
          "m5": {
            "buys": 27,
            "sells": 10,
            "buyers": 27,
            "sellers": 10
          },
          "m15": {
            "buys": 46,
            "sells": 15,
            "buyers": 46,
            "sellers": 15
          },
          "m30": {
            "buys": 68,
            "sells": 24,
            "buyers": 68,
            "sellers": 24
          },
          "h1": {
            "buys": 94,
            "sells": 34,
            "buyers": 92,
            "sellers": 33
          },
          "h6": {
            "buys": 330,
            "sells": 136,
            "buyers": 293,
            "sellers": 112
          },
          "h24": {
            "buys": 1595,
            "sells": 761,
            "buyers": 1261,
            "sellers": 553
          }
        },
        "volume_usd": {
          "m5": "233.136410154",
          "m15": "543.1547184364",
          "m30": "1032.6600209506",
          "h1": "1937.6268558739",
          "h6": "13887.1150843016",
          "h24": "85387.8563650353"
        },
        "reserve_in_usd": "50783.9498"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BdzaE3T7uU59pBVDBHZVZh3yWrrpo4oPrXdv4nPDpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_Xsv9hRk1z5ystj9MhnA7Lq4vjSsLwzL2nxrwmwtD3re",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xed50bdeea8adc232f159486192a4157281d722ff",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.623319381471828",
        "base_token_price_native_currency": "0.000228350643385899",
        "quote_token_price_usd": "2713.33",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002283506434",
        "quote_token_price_base_token": "4379.230052398",
        "address": "0xed50bdeea8adc232f159486192a4157281d722ff",
        "name": "PONS / WETH 0.3%",
        "pool_created_at": "2026-07-16T15:39:37Z",
        "fdv_usd": "426042189.65279",
        "market_cap_usd": "426072097.973276",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.689",
          "m30": "0.522",
          "h1": "0.208",
          "h6": "1.404",
          "h24": "-0.878"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 5,
            "sells": 14,
            "buyers": 4,
            "sellers": 14
          },
          "m30": {
            "buys": 10,
            "sells": 41,
            "buyers": 8,
            "sellers": 37
          },
          "h1": {
            "buys": 100,
            "sells": 111,
            "buyers": 73,
            "sellers": 97
          },
          "h6": {
            "buys": 429,
            "sells": 476,
            "buyers": 294,
            "sellers": 246
          },
          "h24": {
            "buys": 2721,
            "sells": 3224,
            "buyers": 784,
            "sellers": 873
          }
        },
        "volume_usd": {
          "m5": "53.723934",
          "m15": "8159.4166667299",
          "m30": "24951.3083512169",
          "h1": "104685.207050896",
          "h6": "603987.886109511",
          "h24": "4463472.53965995"
        },
        "reserve_in_usd": "5588749.7926"
      },
      "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_0x3430fe00a00c586c9e879ce5ba3ab7b76a2fc3843ca63d84c0c5fa9879ebc0b6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000217365058732593",
        "base_token_price_native_currency": "0.0000000814917307293562",
        "quote_token_price_usd": "2713.15",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000008149173073",
        "quote_token_price_base_token": "12271183.7268633",
        "address": "0x3430fe00a00c586c9e879ce5ba3ab7b76a2fc3843ca63d84c0c5fa9879ebc0b6",
        "name": "TALIS / WETH",
        "pool_created_at": "2026-09-25T14:37:30Z",
        "fdv_usd": "212767.530397997",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0.248",
          "m15": "-1.678",
          "m30": "-0.522",
          "h1": "-10.495",
          "h6": "10.623",
          "h24": "-82.713"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 8,
            "sells": 11,
            "buyers": 8,
            "sellers": 8
          },
          "m30": {
            "buys": 27,
            "sells": 18,
            "buyers": 24,
            "sellers": 12
          },
          "h1": {
            "buys": 56,
            "sells": 34,
            "buyers": 42,
            "sellers": 19
          },
          "h6": {
            "buys": 328,
            "sells": 363,
            "buyers": 145,
            "sellers": 160
          },
          "h24": {
            "buys": 4200,
            "sells": 3541,
            "buyers": 1880,
            "sellers": 2070
          }
        },
        "volume_usd": {
          "m5": "39.286152912",
          "m15": "363.2927146949",
          "m30": "1569.9987713604",
          "h1": "6326.8288467641",
          "h6": "63088.9523195511",
          "h24": "741326.592927532"
        },
        "reserve_in_usd": "44844.2998"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xd5d26bac627e8d9b67517be63dd418acb3a2d8e2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "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
ऐप का बेहतर अनुभव
रियल-टाइम प्राइस अलर्ट और एक तेज़, सुगम अनुभव।