코인: 19,423
거래소: 1,498
시가총액: 2.696T$ 0.4%
24시간 거래량: 70.286B$
가스: 0.123 GWEI
광고 제거하기

DeFi 프로젝트와 개발자를 위한 온체인 DEX 토큰 & 시장 데이터 API

2014년부터 세계 최대 독립 암호화폐 데이터 기관으로 인정받고 있는 CoinGecko API를 통해 암호화폐 시장에 대한 포괄적인 정보를 확인하세요.
데이터 제공:
선도적인 Web3 프로젝트의 신뢰

광범위하고 안정적인 온체인 DEX 데이터 API

안정적이고 광범위한 DEX 데이터 API를 통해 주요 네트워크에서 Uniswap, PancakeSwap, Orca, Curve 등 DEX의 온체인 시장 데이터를 이용하세요.
44M+
코인 & 토큰
240+
네트워크
1,900+
DEX

효율적인 DeFi 프로젝트 확장

암호화폐, NFT, DEX 데이터를 위한 하나의 통합 API

완벽한 커버리지를 제공하는 단 하나의 암호화폐 데이터 API로 통합 프로세스를 간소화하세요
엔드포인트 카테고리 설명
/onchain/simple/*/token_price/* 토큰 주소로 네트워크에서 토큰의 최신 USD 가격을 확인하는 가장 간단한 방법
/onchain/networks 지원되는 전체 네트워크 목록 보기
/onchain/network/*dexes 지원되는 전체 네트워크 DEX 목록 보기
/onchains/network/*/pools/* 인기 풀, 신규 풀 및 가격, 준비금, 시가총액, 트랜잭션, 거래량 등의 시장 데이터을 비롯한 유동성 풀 데이터를 확인할 수 있습니다. 엔드포인트 검색을 통해 네트워크에 있는 풀을 검색할 수도 있습니다.
/onchains/network/*/tokens/* 상위 풀, 시세, 완전희석시가총액(FDV), 준비금, 거래량, 시가총액, GeckoTerminal 점수, CoinGecko API ID를 비롯한 토큰 관련 데이터를 확인하세요. 이미지, 웹사이트, 설명, SNS 링크 등의 메타데이터도 제공됩니다.
/onchains/network/*/ohlcvs/* 유동성 풀의 OHLCV 역대 차트 데이터 살펴보기
/onchains/network/*/trades 유동성 풀에서 최신 거래 300건 확인하기
// 유동성 풀의 시세 및 시장 데이터 가져오기
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "1.00021941493761",
      "base_token_price_native_currency": "0.000408790000702143",
      "quote_token_price_usd": "2440.85",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0004087900007",
      "quote_token_price_base_token": "2446.243788455",
      "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": "4580166332.85268",
      "market_cap_usd": "4587975913.66463",
      "price_change_percentage": {
        "m5": "0",
        "m15": "0.028",
        "m30": "0.056",
        "h1": "0.131",
        "h6": "-0.004",
        "h24": "0.052"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 0,
          "buyers": 1,
          "sellers": 0
        },
        "m15": {
          "buys": 4,
          "sells": 3,
          "buyers": 2,
          "sellers": 3
        },
        "m30": {
          "buys": 5,
          "sells": 11,
          "buyers": 2,
          "sellers": 7
        },
        "h1": {
          "buys": 12,
          "sells": 16,
          "buyers": 6,
          "sellers": 10
        },
        "h6": {
          "buys": 169,
          "sells": 360,
          "buyers": 61,
          "sellers": 65
        },
        "h24": {
          "buys": 759,
          "sells": 1059,
          "buyers": 350,
          "sellers": 354
        }
      },
      "volume_usd": {
        "m5": "152.8244255383",
        "m15": "1417.853493065",
        "m30": "1825.5896048062",
        "h1": "2918.2750283191",
        "h6": "36454.8184445395",
        "h24": "263916.192949481"
      },
      "reserve_in_usd": "1044434.5892",
      "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_0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.333906537264684",
        "base_token_price_native_currency": "0.000134514443853271",
        "quote_token_price_usd": "1.0003089702308",
        "quote_token_price_native_currency": "0.000409797633063822",
        "base_token_price_quote_token": "0.3282460244",
        "quote_token_price_base_token": "3.0464953898",
        "address": "0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
        "name": "PONS / USDG 0.3%",
        "pool_created_at": "2026-07-18T01:42:13Z",
        "fdv_usd": "234150849.868606",
        "market_cap_usd": "235192975.474286",
        "price_change_percentage": {
          "m5": "-0.088",
          "m15": "-0.469",
          "m30": "1.221",
          "h1": "-0.761",
          "h6": "5.556",
          "h24": "-2.514"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 8,
            "buyers": 7,
            "sellers": 7
          },
          "m15": {
            "buys": 21,
            "sells": 38,
            "buyers": 19,
            "sellers": 30
          },
          "m30": {
            "buys": 62,
            "sells": 59,
            "buyers": 37,
            "sellers": 48
          },
          "h1": {
            "buys": 105,
            "sells": 118,
            "buyers": 68,
            "sellers": 87
          },
          "h6": {
            "buys": 3179,
            "sells": 2277,
            "buyers": 659,
            "sellers": 691
          },
          "h24": {
            "buys": 11529,
            "sells": 9214,
            "buyers": 2247,
            "sellers": 2639
          }
        },
        "volume_usd": {
          "m5": "8035.5782419577",
          "m15": "50446.9812476408",
          "m30": "96588.4435954392",
          "h1": "172371.361762661",
          "h6": "4865376.25211005",
          "h24": "19861425.7108589"
        },
        "reserve_in_usd": "3239442.7623"
      },
      "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_0xd42a491087a15e5afd51feb3606066cc152d2b09",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.204554209230142",
        "base_token_price_native_currency": "0.0000845398529358495",
        "quote_token_price_usd": "2441.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00008453985294",
        "quote_token_price_base_token": "11828.7407095304",
        "address": "0xd42a491087a15e5afd51feb3606066cc152d2b09",
        "name": "CASHCAT / WETH 0.3%",
        "pool_created_at": "2026-07-01T19:38:42Z",
        "fdv_usd": "202431765.07989",
        "market_cap_usd": "202448432.87537",
        "price_change_percentage": {
          "m5": "0.751",
          "m15": "-1.533",
          "m30": "-1.626",
          "h1": "-1.55",
          "h6": "6.936",
          "h24": "-2.785"
        },
        "transactions": {
          "m5": {
            "buys": 117,
            "sells": 41,
            "buyers": 99,
            "sellers": 26
          },
          "m15": {
            "buys": 146,
            "sells": 405,
            "buyers": 125,
            "sellers": 153
          },
          "m30": {
            "buys": 225,
            "sells": 476,
            "buyers": 158,
            "sellers": 183
          },
          "h1": {
            "buys": 474,
            "sells": 740,
            "buyers": 244,
            "sellers": 271
          },
          "h6": {
            "buys": 3673,
            "sells": 3708,
            "buyers": 622,
            "sellers": 746
          },
          "h24": {
            "buys": 15744,
            "sells": 15542,
            "buyers": 1338,
            "sellers": 1552
          }
        },
        "volume_usd": {
          "m5": "91390.8015285826",
          "m15": "258667.501496425",
          "m30": "350026.569297575",
          "h1": "570085.842706799",
          "h6": "4953121.03654491",
          "h24": "17806819.2263482"
        },
        "reserve_in_usd": "2618984.6517"
      },
      "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_0x8651e656738064177752a395dbde2b2a9e3fc469edc2a9212e6060c0990bb7eb",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0052067785350934",
        "base_token_price_native_currency": "0.00000212637992547954",
        "quote_token_price_usd": "2440.24",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002126379925",
        "quote_token_price_base_token": "470282.844574203",
        "address": "0x8651e656738064177752a395dbde2b2a9e3fc469edc2a9212e6060c0990bb7eb",
        "name": "PROLOGUE / WETH 0.25%",
        "pool_created_at": "2026-08-17T16:52:13Z",
        "fdv_usd": "5206778.535",
        "market_cap_usd": "5206778.535",
        "price_change_percentage": {
          "m5": "1.027",
          "m15": "2.601",
          "m30": "-2.149",
          "h1": "-2.569",
          "h6": "-8.933",
          "h24": "-47.453"
        },
        "transactions": {
          "m5": {
            "buys": 17,
            "sells": 15,
            "buyers": 15,
            "sellers": 14
          },
          "m15": {
            "buys": 65,
            "sells": 67,
            "buyers": 49,
            "sellers": 52
          },
          "m30": {
            "buys": 131,
            "sells": 120,
            "buyers": 94,
            "sellers": 78
          },
          "h1": {
            "buys": 339,
            "sells": 330,
            "buyers": 195,
            "sellers": 213
          },
          "h6": {
            "buys": 1709,
            "sells": 1552,
            "buyers": 654,
            "sellers": 616
          },
          "h24": {
            "buys": 11821,
            "sells": 9521,
            "buyers": 2030,
            "sellers": 2003
          }
        },
        "volume_usd": {
          "m5": "8618.5678438174",
          "m15": "42113.0533959347",
          "m30": "82485.7830041538",
          "h1": "260305.060221941",
          "h6": "1258162.69562077",
          "h24": "8788566.80457903"
        },
        "reserve_in_usd": "272684.3748"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xb9972ca7188e511174947e3936a5315ac7073277",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-pools-trade",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x714442e9a611f8561a7df108d6d925132937cfb8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0195050742317927",
        "base_token_price_native_currency": "0.00000799541724411008",
        "quote_token_price_usd": "2439.55",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000007995417244",
        "quote_token_price_base_token": "125071.646603142",
        "address": "0x714442e9a611f8561a7df108d6d925132937cfb8",
        "name": "CHUMP / WETH 1%",
        "pool_created_at": "2026-07-31T01:44:31Z",
        "fdv_usd": "19505074.0276652",
        "market_cap_usd": "19505074.23",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-1.83",
          "m30": "-0.621",
          "h1": "-1.759",
          "h6": "-4.643",
          "h24": "-9.195"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 2,
            "sells": 4,
            "buyers": 1,
            "sellers": 3
          },
          "m30": {
            "buys": 4,
            "sells": 10,
            "buyers": 2,
            "sellers": 9
          },
          "h1": {
            "buys": 9,
            "sells": 22,
            "buyers": 6,
            "sellers": 19
          },
          "h6": {
            "buys": 258,
            "sells": 306,
            "buyers": 87,
            "sellers": 127
          },
          "h24": {
            "buys": 1950,
            "sells": 2235,
            "buyers": 340,
            "sellers": 614
          }
        },
        "volume_usd": {
          "m5": "2.3775050668",
          "m15": "465.4470739785",
          "m30": "3203.1490913058",
          "h1": "6230.7700637184",
          "h6": "119562.302758486",
          "h24": "947295.369638146"
        },
        "reserve_in_usd": "515185.0257"
      },
      "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_0xd29893ffac8b29ec4db2cfe0cdb3fe1377c028ff",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0295456701893051",
        "base_token_price_native_currency": "0.0000124428457455997",
        "quote_token_price_usd": "2440.24",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001244284575",
        "quote_token_price_base_token": "80367.4674142481",
        "address": "0xd29893ffac8b29ec4db2cfe0cdb3fe1377c028ff",
        "name": "Index / WETH 1%",
        "pool_created_at": "2026-07-10T23:38:50Z",
        "fdv_usd": "28970561.9874249",
        "market_cap_usd": "28970703.1953625",
        "price_change_percentage": {
          "m5": "1.966",
          "m15": "0.604",
          "m30": "-1.772",
          "h1": "-1.978",
          "h6": "5.403",
          "h24": "-5.288"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 8,
            "buyers": 2,
            "sellers": 7
          },
          "m15": {
            "buys": 14,
            "sells": 19,
            "buyers": 10,
            "sellers": 16
          },
          "m30": {
            "buys": 27,
            "sells": 35,
            "buyers": 20,
            "sellers": 26
          },
          "h1": {
            "buys": 65,
            "sells": 48,
            "buyers": 51,
            "sellers": 39
          },
          "h6": {
            "buys": 755,
            "sells": 380,
            "buyers": 400,
            "sellers": 273
          },
          "h24": {
            "buys": 2783,
            "sells": 2169,
            "buyers": 1103,
            "sellers": 1219
          }
        },
        "volume_usd": {
          "m5": "2073.4966879716",
          "m15": "32573.069604767",
          "m30": "66870.2962157314",
          "h1": "133647.681721031",
          "h6": "1478589.46271194",
          "h24": "4994255.74775574"
        },
        "reserve_in_usd": "903669.1888"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x56910d4409f3a0c78c64dd8d0545ff0705389870",
            "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_0xd64fbda67e1015df43fa5e49f02ca844729e5f94",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.026392325660444",
        "base_token_price_native_currency": "0.0000112588979044345742995880957787",
        "quote_token_price_usd": "2440.24",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000112588979",
        "quote_token_price_base_token": "88818.6400203636",
        "address": "0xd64fbda67e1015df43fa5e49f02ca844729e5f94",
        "name": "DELTA / WETH 1%",
        "pool_created_at": "2026-07-31T22:59:31Z",
        "fdv_usd": "26392325.66",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.066",
          "m15": "-1.693",
          "m30": "-6.773",
          "h1": "-11.078",
          "h6": "8.551",
          "h24": "-15.566"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 8,
            "buyers": 8,
            "sellers": 7
          },
          "m15": {
            "buys": 28,
            "sells": 38,
            "buyers": 19,
            "sellers": 31
          },
          "m30": {
            "buys": 64,
            "sells": 76,
            "buyers": 39,
            "sellers": 49
          },
          "h1": {
            "buys": 108,
            "sells": 149,
            "buyers": 58,
            "sellers": 86
          },
          "h6": {
            "buys": 1101,
            "sells": 1007,
            "buyers": 358,
            "sellers": 391
          },
          "h24": {
            "buys": 5355,
            "sells": 4851,
            "buyers": 1203,
            "sellers": 1406
          }
        },
        "volume_usd": {
          "m5": "7271.1375427596",
          "m15": "29421.0992514488",
          "m30": "112882.309601115",
          "h1": "219225.936852915",
          "h6": "1875008.0497163",
          "h24": "9485424.22540018"
        },
        "reserve_in_usd": "1768560.2796"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe8ffd7e24187f72afb08d75b1bb13088a989a791",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-dot-family",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0260917661479406",
        "base_token_price_native_currency": "0.0000107184315407177",
        "quote_token_price_usd": "2440.24",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001071843154",
        "quote_token_price_base_token": "93297.2325476121",
        "address": "0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
        "name": "HMM / WETH 1%",
        "pool_created_at": "2026-07-19T07:54:03Z",
        "fdv_usd": "25771010.5562935",
        "market_cap_usd": "26091766.15",
        "price_change_percentage": {
          "m5": "0.756",
          "m15": "-0.661",
          "m30": "0.213",
          "h1": "-0.739",
          "h6": "2.965",
          "h24": "-8.719"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 11,
            "buyers": 8,
            "sellers": 8
          },
          "m15": {
            "buys": 17,
            "sells": 19,
            "buyers": 16,
            "sellers": 11
          },
          "m30": {
            "buys": 22,
            "sells": 40,
            "buyers": 21,
            "sellers": 23
          },
          "h1": {
            "buys": 44,
            "sells": 73,
            "buyers": 38,
            "sellers": 40
          },
          "h6": {
            "buys": 534,
            "sells": 557,
            "buyers": 232,
            "sellers": 220
          },
          "h24": {
            "buys": 3343,
            "sells": 3205,
            "buyers": 943,
            "sellers": 1047
          }
        },
        "volume_usd": {
          "m5": "10260.9981124299",
          "m15": "18655.8531376199",
          "m30": "42399.070636876",
          "h1": "80264.9740925651",
          "h6": "696629.993145356",
          "h24": "3701997.37037344"
        },
        "reserve_in_usd": "858223.1351"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x7fe995a80075df3dc8ae11a9b82c7fe4202cd87f",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-dot-family",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x590dcb6a87828bf688b48089a62239b693378f1fb64d2286e6a399ed8c005fdf",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0172987476236521",
        "base_token_price_native_currency": "0.00000703090594420794",
        "quote_token_price_usd": "2441.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000007030905944",
        "quote_token_price_base_token": "142229.181834497",
        "address": "0x590dcb6a87828bf688b48089a62239b693378f1fb64d2286e6a399ed8c005fdf",
        "name": "HOOKR / WETH 0.25%",
        "pool_created_at": "2026-08-06T04:20:57Z",
        "fdv_usd": "16723663.3424506",
        "market_cap_usd": "16773340.96",
        "price_change_percentage": {
          "m5": "-14.403",
          "m15": "-10.832",
          "m30": "-11.639",
          "h1": "8.137",
          "h6": "50.93",
          "h24": "36.019"
        },
        "transactions": {
          "m5": {
            "buys": 64,
            "sells": 48,
            "buyers": 57,
            "sellers": 46
          },
          "m15": {
            "buys": 146,
            "sells": 97,
            "buyers": 102,
            "sellers": 82
          },
          "m30": {
            "buys": 251,
            "sells": 190,
            "buyers": 137,
            "sellers": 133
          },
          "h1": {
            "buys": 385,
            "sells": 392,
            "buyers": 181,
            "sellers": 233
          },
          "h6": {
            "buys": 1536,
            "sells": 1579,
            "buyers": 537,
            "sellers": 686
          },
          "h24": {
            "buys": 4492,
            "sells": 4610,
            "buyers": 1233,
            "sellers": 1419
          }
        },
        "volume_usd": {
          "m5": "93798.0137111349",
          "m15": "150567.437075824",
          "m30": "237713.893884352",
          "h1": "383954.113019661",
          "h6": "1797744.68427181",
          "h24": "4838034.55253116"
        },
        "reserve_in_usd": "748964.4073"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x18e674231a58c239dc7daedcffe15ec3a24cff5c",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-pools-trade",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x879218cb512e30cddfe3fd59b578daad61f95e11",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000793619250832708",
        "base_token_price_native_currency": "0.0000003317440499458",
        "quote_token_price_usd": "2441.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000003317440499",
        "quote_token_price_base_token": "3014372.07438499",
        "address": "0x879218cb512e30cddfe3fd59b578daad61f95e11",
        "name": "TEST / WETH 1%",
        "pool_created_at": "2026-08-30T09:23:05Z",
        "fdv_usd": "809306.197",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.542",
          "m15": "-6.745",
          "m30": "-10.867",
          "h1": "-9.404",
          "h6": "-38.07",
          "h24": "15864.757"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 10,
            "sells": 10,
            "buyers": 10,
            "sellers": 10
          },
          "m30": {
            "buys": 15,
            "sells": 19,
            "buyers": 15,
            "sellers": 19
          },
          "h1": {
            "buys": 25,
            "sells": 34,
            "buyers": 25,
            "sellers": 33
          },
          "h6": {
            "buys": 229,
            "sells": 215,
            "buyers": 174,
            "sellers": 180
          },
          "h24": {
            "buys": 3390,
            "sells": 2785,
            "buyers": 1644,
            "sellers": 1644
          }
        },
        "volume_usd": {
          "m5": "741.1367519985",
          "m15": "6585.5355810186",
          "m30": "8629.1379527421",
          "h1": "11993.64920103",
          "h6": "109312.308541392",
          "h24": "5437760.4608378"
        },
        "reserve_in_usd": "121455.9242"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x07499f3c1b7beedd4e4c635e44983bad4e7ad736",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "sushiswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x04263541986025755033c507d2c02863354abe64236878f3455b7d72ad9cce27",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1197.30338014555",
        "base_token_price_native_currency": "0.490414308891612",
        "quote_token_price_usd": "1.00000457610766",
        "quote_token_price_native_currency": "0.000409797633063822",
        "base_token_price_quote_token": "1196.7231367958",
        "quote_token_price_base_token": "0.0008356151638",
        "address": "0x04263541986025755033c507d2c02863354abe64236878f3455b7d72ad9cce27",
        "name": "NET / USDG 1.5%",
        "pool_created_at": "2026-08-04T20:42:00Z",
        "fdv_usd": "72828942.7032123",
        "market_cap_usd": "5776129.48406039",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "-0.149",
          "h1": "-3.533",
          "h6": "9.244",
          "h24": "-23.21"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m30": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "h1": {
            "buys": 1,
            "sells": 5,
            "buyers": 1,
            "sellers": 5
          },
          "h6": {
            "buys": 88,
            "sells": 52,
            "buyers": 54,
            "sellers": 51
          },
          "h24": {
            "buys": 520,
            "sells": 317,
            "buyers": 247,
            "sellers": 222
          }
        },
        "volume_usd": {
          "m5": "522.5301691434",
          "m15": "522.5301691434",
          "m30": "3166.7801892362",
          "h1": "6430.121138723",
          "h6": "255363.089631602",
          "h24": "1869363.44286456"
        },
        "reserve_in_usd": "1014998.0621"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xca9c78dd337a67f6e0077f65f5e9218719d30edf",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x23d641feccd207e8794c593e8240444a0674c4ba",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.701719051187704",
        "base_token_price_native_currency": "0.00028173647514643",
        "quote_token_price_usd": "2440.24",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002817364751",
        "quote_token_price_base_token": "3549.416168",
        "address": "0x23d641feccd207e8794c593e8240444a0674c4ba",
        "name": "UP / WETH 1%",
        "pool_created_at": "2026-07-21T03:27:47Z",
        "fdv_usd": "352984046.381123",
        "market_cap_usd": "13840061.1370654",
        "price_change_percentage": {
          "m5": "2.017",
          "m15": "1.605",
          "m30": "1.899",
          "h1": "-1.588",
          "h6": "32.33",
          "h24": "52.272"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m15": {
            "buys": 2,
            "sells": 7,
            "buyers": 2,
            "sellers": 7
          },
          "m30": {
            "buys": 14,
            "sells": 10,
            "buyers": 11,
            "sellers": 10
          },
          "h1": {
            "buys": 24,
            "sells": 22,
            "buyers": 20,
            "sellers": 22
          },
          "h6": {
            "buys": 262,
            "sells": 156,
            "buyers": 136,
            "sellers": 104
          },
          "h24": {
            "buys": 1346,
            "sells": 1188,
            "buyers": 448,
            "sellers": 454
          }
        },
        "volume_usd": {
          "m5": "10081.3473267204",
          "m15": "11082.9018814766",
          "m30": "36089.1887738069",
          "h1": "82567.6463183028",
          "h6": "731474.78466105",
          "h24": "3479360.90909005"
        },
        "reserve_in_usd": "1873420.3207"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x57c0e45cb534413d1c20a4240955d6bb250bb4f1",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "up-v3",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.335936188681979",
        "base_token_price_native_currency": "0.000137415350050177",
        "quote_token_price_usd": "2441.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001374153501",
        "quote_token_price_base_token": "7277.207383563",
        "address": "0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
        "name": "PONS / WETH 1%",
        "pool_created_at": "2026-07-13T20:42:21Z",
        "fdv_usd": "232685161.567154",
        "market_cap_usd": "233720763.893889",
        "price_change_percentage": {
          "m5": "-1.885",
          "m15": "-1.086",
          "m30": "-1.208",
          "h1": "-1.377",
          "h6": "6.367",
          "h24": "-3.923"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 4,
            "buyers": 4,
            "sellers": 4
          },
          "m15": {
            "buys": 19,
            "sells": 5,
            "buyers": 16,
            "sellers": 5
          },
          "m30": {
            "buys": 36,
            "sells": 13,
            "buyers": 26,
            "sellers": 12
          },
          "h1": {
            "buys": 45,
            "sells": 35,
            "buyers": 31,
            "sellers": 31
          },
          "h6": {
            "buys": 1325,
            "sells": 669,
            "buyers": 426,
            "sellers": 349
          },
          "h24": {
            "buys": 4842,
            "sells": 3018,
            "buyers": 1236,
            "sellers": 1347
          }
        },
        "volume_usd": {
          "m5": "42.1351549938",
          "m15": "20097.098522063",
          "m30": "62688.5586322604",
          "h1": "71660.6860894737",
          "h6": "2144190.77187476",
          "h24": "7845898.83210189"
        },
        "reserve_in_usd": "4184605.1573"
      },
      "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_0xcbdfea90430a30ee4469c9902e120a77e7c7e4711d5643671c1d1957f2f1ce27",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0915513490068259",
        "base_token_price_native_currency": "0.0000376609764641633",
        "quote_token_price_usd": "219.446954079564",
        "quote_token_price_native_currency": "0.0899911234097304",
        "base_token_price_quote_token": "0.0004184965699",
        "quote_token_price_base_token": "2389.5058455365",
        "address": "0xcbdfea90430a30ee4469c9902e120a77e7c7e4711d5643671c1d1957f2f1ce27",
        "name": "AI / NVDA",
        "pool_created_at": "2026-07-14T17:48:31Z",
        "fdv_usd": "90277244.75",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.012",
          "m15": "-1.69",
          "m30": "-3.281",
          "h1": "-4.29",
          "h6": "-0.439",
          "h24": "-20.588"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 4,
            "buyers": 2,
            "sellers": 4
          },
          "m15": {
            "buys": 3,
            "sells": 6,
            "buyers": 3,
            "sellers": 6
          },
          "m30": {
            "buys": 3,
            "sells": 17,
            "buyers": 3,
            "sellers": 12
          },
          "h1": {
            "buys": 5,
            "sells": 31,
            "buyers": 5,
            "sellers": 22
          },
          "h6": {
            "buys": 344,
            "sells": 527,
            "buyers": 224,
            "sellers": 294
          },
          "h24": {
            "buys": 1716,
            "sells": 2533,
            "buyers": 724,
            "sellers": 1053
          }
        },
        "volume_usd": {
          "m5": "1051.7506829254",
          "m15": "2334.0819477418",
          "m30": "28062.5956075975",
          "h1": "35289.3507896954",
          "h6": "625127.592930038",
          "h24": "2871973.09078669"
        },
        "reserve_in_usd": "10201309.2273"
      },
      "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": "robinhood_0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0238502266178644",
        "base_token_price_native_currency": "0.00000977299560234874",
        "quote_token_price_usd": "2439.47",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000009772995602",
        "quote_token_price_base_token": "102322.771920584",
        "address": "0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
        "name": "STONKBROKER / WETH 1%",
        "pool_created_at": "2026-07-18T03:50:03Z",
        "fdv_usd": "57049433.1112139",
        "market_cap_usd": "36583438.8892919",
        "price_change_percentage": {
          "m5": "1.951",
          "m15": "1.859",
          "m30": "2.016",
          "h1": "-0.822",
          "h6": "7.517",
          "h24": "-16.599"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 7,
            "buyers": 7,
            "sellers": 2
          },
          "m15": {
            "buys": 4,
            "sells": 10,
            "buyers": 10,
            "sellers": 3
          },
          "m30": {
            "buys": 7,
            "sells": 15,
            "buyers": 14,
            "sellers": 4
          },
          "h1": {
            "buys": 9,
            "sells": 21,
            "buyers": 19,
            "sellers": 6
          },
          "h6": {
            "buys": 240,
            "sells": 117,
            "buyers": 89,
            "sellers": 176
          },
          "h24": {
            "buys": 855,
            "sells": 662,
            "buyers": 423,
            "sellers": 465
          }
        },
        "volume_usd": {
          "m5": "9169.1833623781",
          "m15": "11303.7326969196",
          "m30": "19514.8145216844",
          "h1": "21109.1714776197",
          "h6": "679536.688051721",
          "h24": "2761979.76076058"
        },
        "reserve_in_usd": "6503751.433"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe934e36a439c94017b64a3fece66af12099abf50",
            "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_0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00539107938417675",
        "base_token_price_native_currency": "0.00000219545299736285",
        "quote_token_price_usd": "2441.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002195452997",
        "quote_token_price_base_token": "455486.863622764",
        "address": "0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
        "name": "FRONG / WETH 0.25%",
        "pool_created_at": "2026-07-30T20:16:59Z",
        "fdv_usd": "5337815.98821659",
        "market_cap_usd": "5367344.26",
        "price_change_percentage": {
          "m5": "-1.031",
          "m15": "-1.851",
          "m30": "-3.021",
          "h1": "-2.918",
          "h6": "6.35",
          "h24": "-28.153"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 7,
            "buyers": 5,
            "sellers": 7
          },
          "m15": {
            "buys": 17,
            "sells": 16,
            "buyers": 15,
            "sellers": 16
          },
          "m30": {
            "buys": 30,
            "sells": 27,
            "buyers": 24,
            "sellers": 27
          },
          "h1": {
            "buys": 69,
            "sells": 66,
            "buyers": 50,
            "sellers": 55
          },
          "h6": {
            "buys": 703,
            "sells": 601,
            "buyers": 352,
            "sellers": 343
          },
          "h24": {
            "buys": 3830,
            "sells": 3409,
            "buyers": 1270,
            "sellers": 1246
          }
        },
        "volume_usd": {
          "m5": "2564.827767455",
          "m15": "13121.5317745556",
          "m30": "23046.0537468906",
          "h1": "54900.9501343644",
          "h6": "490233.829244388",
          "h24": "2307062.03877181"
        },
        "reserve_in_usd": "769486.507"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x6245e67affa44a23077f0ea7f981a8dc743a0c47",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-pools-trade",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00121020759471639",
        "base_token_price_native_currency": "0.000000490680346245733",
        "quote_token_price_usd": "2440.24",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000004906803462",
        "quote_token_price_base_token": "2037986.66005506",
        "address": "0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
        "name": "POOLS / WETH 0.25%",
        "pool_created_at": "2026-07-30T16:41:56Z",
        "fdv_usd": "1202330.33727717",
        "market_cap_usd": "1202330.503",
        "price_change_percentage": {
          "m5": "0.817",
          "m15": "0.136",
          "m30": "-7.943",
          "h1": "-12.052",
          "h6": "5.724",
          "h24": "-19.309"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 9,
            "sells": 6,
            "buyers": 9,
            "sellers": 6
          },
          "m30": {
            "buys": 15,
            "sells": 16,
            "buyers": 13,
            "sellers": 14
          },
          "h1": {
            "buys": 31,
            "sells": 32,
            "buyers": 24,
            "sellers": 27
          },
          "h6": {
            "buys": 197,
            "sells": 154,
            "buyers": 125,
            "sellers": 122
          },
          "h24": {
            "buys": 1056,
            "sells": 1008,
            "buyers": 454,
            "sellers": 526
          }
        },
        "volume_usd": {
          "m5": "960.6403578968",
          "m15": "2772.0416722032",
          "m30": "11158.4567973806",
          "h1": "20394.1123452076",
          "h6": "104326.984468981",
          "h24": "503218.999284056"
        },
        "reserve_in_usd": "328636.8818"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x385b36ff682ab4c76e7c37a66b96aabc466471d5",
            "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_0x588b0785f50063260003b7790c42f1ef74902746",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00689993980859365",
        "base_token_price_native_currency": "0.0000028275660625978",
        "quote_token_price_usd": "2440.24",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002827566063",
        "quote_token_price_base_token": "353661.0561386",
        "address": "0x588b0785f50063260003b7790c42f1ef74902746",
        "name": "JUGGERNAUT / WETH 1%",
        "pool_created_at": "2026-06-29T09:12:54Z",
        "fdv_usd": "6480502.61665049",
        "market_cap_usd": "6899939.809",
        "price_change_percentage": {
          "m5": "-0.646",
          "m15": "0.524",
          "m30": "4.104",
          "h1": "0.085",
          "h6": "5.024",
          "h24": "-39.868"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 4,
            "buyers": 4,
            "sellers": 3
          },
          "m15": {
            "buys": 12,
            "sells": 17,
            "buyers": 12,
            "sellers": 12
          },
          "m30": {
            "buys": 27,
            "sells": 30,
            "buyers": 23,
            "sellers": 18
          },
          "h1": {
            "buys": 55,
            "sells": 60,
            "buyers": 41,
            "sellers": 34
          },
          "h6": {
            "buys": 304,
            "sells": 391,
            "buyers": 179,
            "sellers": 176
          },
          "h24": {
            "buys": 3616,
            "sells": 3116,
            "buyers": 1036,
            "sellers": 989
          }
        },
        "volume_usd": {
          "m5": "4492.9379967959",
          "m15": "15392.564849611",
          "m30": "29089.6187809796",
          "h1": "49965.604973113",
          "h6": "253687.624253069",
          "h24": "4871027.6267215"
        },
        "reserve_in_usd": "532003.7991"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xd7321801caae694090694ff55a9323139f043b88",
            "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_0x2c2a754cf5416edf5a815d489927b3b815f4c5a7fc78d4765003fcb696549b75",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0172256499622868",
        "base_token_price_native_currency": "0.00000700519571097297",
        "quote_token_price_usd": "0.999408347598581",
        "quote_token_price_native_currency": "0.000409405314439769",
        "base_token_price_quote_token": "0.0171106614",
        "quote_token_price_base_token": "58.4430944304",
        "address": "0x2c2a754cf5416edf5a815d489927b3b815f4c5a7fc78d4765003fcb696549b75",
        "name": "microduck / USDG 3.85%",
        "pool_created_at": "2026-08-27T14:02:43Z",
        "fdv_usd": "17225649.96",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "3.091",
          "m15": "3.125",
          "m30": "0.566",
          "h1": "15.594",
          "h6": "27.478",
          "h24": "4.196"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 1,
            "buyers": 8,
            "sellers": 1
          },
          "m15": {
            "buys": 18,
            "sells": 1,
            "buyers": 10,
            "sellers": 1
          },
          "m30": {
            "buys": 19,
            "sells": 12,
            "buyers": 11,
            "sellers": 11
          },
          "h1": {
            "buys": 109,
            "sells": 12,
            "buyers": 42,
            "sellers": 11
          },
          "h6": {
            "buys": 422,
            "sells": 185,
            "buyers": 79,
            "sellers": 106
          },
          "h24": {
            "buys": 1327,
            "sells": 751,
            "buyers": 287,
            "sellers": 301
          }
        },
        "volume_usd": {
          "m5": "11925.6513200034",
          "m15": "13789.1358692424",
          "m30": "25985.4513232555",
          "h1": "83015.3500633345",
          "h6": "553984.351800897",
          "h24": "2050946.81412409"
        },
        "reserve_in_usd": "873773.5088"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xd5f1afea47b1a9eab414d2ee740cf1d6d039e725",
            "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_0x3206ce1c4d3f9fa25cfab95de7e743f61912fcb03efa6b3bff02cc577dcda22b",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00204252191281768",
        "base_token_price_native_currency": "0.000000852944229614445",
        "quote_token_price_usd": "1.00032040414921",
        "quote_token_price_native_currency": "0.000409676906231573",
        "base_token_price_quote_token": "0.00208199246",
        "quote_token_price_base_token": "480.3091362923",
        "address": "0x3206ce1c4d3f9fa25cfab95de7e743f61912fcb03efa6b3bff02cc577dcda22b",
        "name": "SIRIUS / USDG",
        "pool_created_at": "2026-08-30T09:22:12Z",
        "fdv_usd": "2052060.105",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.367",
          "m15": "-1.46",
          "m30": "10.922",
          "h1": "7.23",
          "h6": "10.745",
          "h24": "5067.638"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 14,
            "buyers": 11,
            "sellers": 13
          },
          "m15": {
            "buys": 72,
            "sells": 53,
            "buyers": 41,
            "sellers": 45
          },
          "m30": {
            "buys": 109,
            "sells": 84,
            "buyers": 51,
            "sellers": 69
          },
          "h1": {
            "buys": 202,
            "sells": 160,
            "buyers": 85,
            "sellers": 124
          },
          "h6": {
            "buys": 1954,
            "sells": 1514,
            "buyers": 542,
            "sellers": 565
          },
          "h24": {
            "buys": 19994,
            "sells": 16288,
            "buyers": 3455,
            "sellers": 3271
          }
        },
        "volume_usd": {
          "m5": "3901.9289913174",
          "m15": "38691.2444231957",
          "m30": "49571.6521491274",
          "h1": "96751.718045994",
          "h6": "616426.282467976",
          "h24": "6358287.2398021"
        },
        "reserve_in_usd": "136104.142"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x3b4a0048a00787a644932cd648faa043410c163e",
            "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_0x5313a71595178721e1d58fd4cb459e4981aae441",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00067768477370463",
        "base_token_price_native_currency": "0.000000280770485223096",
        "quote_token_price_usd": "2438.54",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002807704852",
        "quote_token_price_base_token": "3561627.92255537",
        "address": "0x5313a71595178721e1d58fd4cb459e4981aae441",
        "name": "PFWA / WETH 1%",
        "pool_created_at": "2026-08-01T23:09:23Z",
        "fdv_usd": "677684.7737",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.575",
          "m15": "-0.895",
          "m30": "-3.35",
          "h1": "-5.517",
          "h6": "23.847",
          "h24": "-13.783"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m30": {
            "buys": 12,
            "sells": 6,
            "buyers": 6,
            "sellers": 5
          },
          "h1": {
            "buys": 16,
            "sells": 13,
            "buyers": 10,
            "sellers": 12
          },
          "h6": {
            "buys": 175,
            "sells": 257,
            "buyers": 105,
            "sellers": 122
          },
          "h24": {
            "buys": 1632,
            "sells": 1585,
            "buyers": 578,
            "sellers": 622
          }
        },
        "volume_usd": {
          "m5": "160.8782005638",
          "m15": "304.4321785046",
          "m30": "2519.7892268515",
          "h1": "5189.1364473031",
          "h6": "65028.2956410888",
          "h24": "676392.26365625"
        },
        "reserve_in_usd": "92964.4604"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xa934ba4f59070149d37a93f8a002af79bae35563",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-dot-family",
            "type": "dex"
          }
        }
      }
    }
  ]
}
지원되는 네트워크

여러 체인에 걸쳐 광범위한 커버리지 제공

주요 블록체인부터 신규 출시 블록체인에 이르기까지, 240+ 여 개의 네트워크에서 암호화폐 시세와 시장 데이터를 가져올 수 있습니다.

웹3 프로젝트가 CoinGecko를 사용하는 이유

"CoinGecko DEX API는 빠르고 매우 정확하며 강력한 DEX 가격 데이터 소스를 자랑합니다. 데이터 수집 범위가 넓고 사용하기가 쉬우며 신뢰성도 높죠. CoinGecko의 DEX API는 DEX 데이터를 취합할 때 Supra가 활용하는 주요 DEX 시세 피드 중 하나로 자리매김했습니다."
"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
비트코인 단위
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
繁體中文
반갑습니다, 코인게코입니다.
다시 오신 것을 환영합니다!
로그인하시거나 몇 초 만에 가입 절차를 완료할 수 있습니다
또는
로 로그인하세요 . 본인이 아니신가요?
비밀번호를 잊으셨나요?
인증 이메일을 못받으셨나요?
인증 안내 재발송
비밀번호는 8자 이상이어야 하며 영문 대문자 1개, 소문자 1개, 숫자 1개, 특수문자 1개 이상이 포함되어야 합니다
계속 진행하시면 당사의 이용약관 개인정보취급방침를 읽고 이에 전적으로 동의하시는 것으로 간주됩니다.
CoinGecko 앱으로 시세 알림 받기
비밀번호를 잊으셨나요?
잠시 후에 비밀번호 재설정 안내 메일을 받을 수 있습니다.
인증 안내 재발송
이메일로 이메일 주소 인증 안내가 발송되었습니다.
CoinGecko 앱을 다운로드하세요.
QR 코드를 스캔하고 지금 앱을 다운로드하세요 App QR Code 또는 앱 스토어에서 확인할 수 있습니다
NFT 추가
CoinGecko
앱에서 더욱 편리하게
실시간 시세 알림과 더 빠르고 원활한 경험.