코인: 18,404
거래소: 1,489
시가총액: 2.267T$ 0.2%
24시간 거래량: 50.77B$
가스: 0.049 GWEI
프리미엄

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

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

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

안정적이고 광범위한 DEX 데이터 API를 통해 주요 네트워크에서 Uniswap, PancakeSwap, Orca, Curve 등 DEX의 온체인 시장 데이터를 이용하세요.
43M+
코인 & 토큰
250+
네트워크
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.00025411911029",
      "base_token_price_native_currency": "0.000526879187450613",
      "quote_token_price_usd": "1892.17",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005268791875",
      "quote_token_price_base_token": "1897.96830814",
      "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": "4573269248.39276",
      "market_cap_usd": "4574979635.18837",
      "price_change_percentage": {
        "m5": "0",
        "m15": "0.018",
        "m30": "0.095",
        "h1": "0.068",
        "h6": "0.084",
        "h24": "-0.052"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 0,
          "buyers": 1,
          "sellers": 0
        },
        "m15": {
          "buys": 4,
          "sells": 0,
          "buyers": 4,
          "sellers": 0
        },
        "m30": {
          "buys": 7,
          "sells": 1,
          "buyers": 6,
          "sellers": 1
        },
        "h1": {
          "buys": 19,
          "sells": 13,
          "buyers": 15,
          "sellers": 10
        },
        "h6": {
          "buys": 99,
          "sells": 137,
          "buyers": 45,
          "sellers": 73
        },
        "h24": {
          "buys": 441,
          "sells": 465,
          "buyers": 240,
          "sellers": 228
        }
      },
      "volume_usd": {
        "m5": "150.428597787",
        "m15": "566.1855068331",
        "m30": "705.1748955989",
        "h1": "5421.1956805997",
        "h6": "47140.7950474243",
        "h24": "172145.403000402"
      },
      "reserve_in_usd": "913772.6021",
      "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_0x274e7bbef7aac7fe19ba8e43fc561f1449e492cc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000803197501018706",
        "base_token_price_native_currency": "0.0000000423333580966001",
        "quote_token_price_usd": "1891.87",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000423333581",
        "quote_token_price_base_token": "23622033.4261721",
        "address": "0x274e7bbef7aac7fe19ba8e43fc561f1449e492cc",
        "name": "KEP / WETH",
        "pool_created_at": "2026-08-08T01:54:31Z",
        "fdv_usd": "80319.7501",
        "market_cap_usd": "80319.7501",
        "price_change_percentage": {
          "m5": "3.087",
          "m15": "3.536",
          "m30": "-2.959",
          "h1": "-13.065",
          "h6": "95.847",
          "h24": "-67.363"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 5,
            "buyers": 7,
            "sellers": 4
          },
          "m15": {
            "buys": 31,
            "sells": 31,
            "buyers": 11,
            "sellers": 9
          },
          "m30": {
            "buys": 73,
            "sells": 68,
            "buyers": 24,
            "sellers": 19
          },
          "h1": {
            "buys": 157,
            "sells": 136,
            "buyers": 47,
            "sellers": 33
          },
          "h6": {
            "buys": 939,
            "sells": 1084,
            "buyers": 225,
            "sellers": 185
          },
          "h24": {
            "buys": 5609,
            "sells": 7280,
            "buyers": 800,
            "sellers": 782
          }
        },
        "volume_usd": {
          "m5": "972.2660136762",
          "m15": "4564.8764983926",
          "m30": "11039.7084683661",
          "h1": "27896.4291192231",
          "h6": "152655.475587503",
          "h24": "1552908.53140875"
        },
        "reserve_in_usd": "31912.4415"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x5cd3da2892b4ad15f110d6ee3a8f635cc0abbb19",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xbb3535466eab9df38d47ed3175d290136750904d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000000133776501829212",
        "base_token_price_native_currency": "0.0000000000071712195208521",
        "quote_token_price_usd": "1894.9",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000007171219521",
        "quote_token_price_base_token": "139446296001.991",
        "address": "0xbb3535466eab9df38d47ed3175d290136750904d",
        "name": "BUB / WETH",
        "pool_created_at": "2026-08-11T18:10:05Z",
        "fdv_usd": "13377.65018",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "4.276",
          "m30": "4.959",
          "h1": "5.145",
          "h6": "-17.719",
          "h24": "-76.676"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m30": {
            "buys": 4,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "h1": {
            "buys": 6,
            "sells": 4,
            "buyers": 5,
            "sellers": 4
          },
          "h6": {
            "buys": 19,
            "sells": 31,
            "buyers": 16,
            "sellers": 27
          },
          "h24": {
            "buys": 1274,
            "sells": 748,
            "buyers": 675,
            "sellers": 474
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "190.9985605523",
          "m30": "232.2175435744",
          "h1": "285.4382273434",
          "h6": "1612.6003231364",
          "h24": "156833.833681408"
        },
        "reserve_in_usd": "10749.6241"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xd4e9852451241732c0017faacf9ca5a499080b4b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x7e05ca6a3692be972f331e6388e09c6bb1379a23953d7a4589eac077c5c82205",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000275061262227197",
        "base_token_price_native_currency": "0.000000014576031660015",
        "quote_token_price_usd": "1892.0",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000001457603166",
        "quote_token_price_base_token": "68605778.535951",
        "address": "0x7e05ca6a3692be972f331e6388e09c6bb1379a23953d7a4589eac077c5c82205",
        "name": "ELVES / WETH",
        "pool_created_at": "2026-08-12T03:54:06Z",
        "fdv_usd": "27506.12622",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "-2.757",
          "m30": "5.49",
          "h1": "20.906",
          "h6": "159.287",
          "h24": "-56.994"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 8,
            "buyers": 4,
            "sellers": 6
          },
          "m30": {
            "buys": 8,
            "sells": 15,
            "buyers": 8,
            "sellers": 11
          },
          "h1": {
            "buys": 19,
            "sells": 23,
            "buyers": 19,
            "sellers": 16
          },
          "h6": {
            "buys": 195,
            "sells": 189,
            "buyers": 105,
            "sellers": 92
          },
          "h24": {
            "buys": 3916,
            "sells": 3479,
            "buyers": 2044,
            "sellers": 2015
          }
        },
        "volume_usd": {
          "m5": "16.6366356771",
          "m15": "525.586731506",
          "m30": "836.904215221",
          "h1": "2168.7014186968",
          "h6": "15439.1464703088",
          "h24": "355876.696076859"
        },
        "reserve_in_usd": "13401.4144"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x1ec72a220d35854b4ec348435b37a100c58d6698",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xce4b64e140bc707ab88335ba35790bab9be44c97",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000195916673159247",
        "base_token_price_native_currency": "0.00000000979396351241778",
        "quote_token_price_usd": "1892.0",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000009793963512",
        "quote_token_price_base_token": "102103708.956246",
        "address": "0xce4b64e140bc707ab88335ba35790bab9be44c97",
        "name": "CHILLCAT / WETH 1%",
        "pool_created_at": "2026-08-12T12:56:09Z",
        "fdv_usd": "19591.66732",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.211",
          "m15": "24.29",
          "m30": "24.118",
          "h1": "6.66",
          "h6": "6.31",
          "h24": "612.586"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 6,
            "sells": 2,
            "buyers": 5,
            "sellers": 2
          },
          "m30": {
            "buys": 8,
            "sells": 3,
            "buyers": 7,
            "sellers": 3
          },
          "h1": {
            "buys": 10,
            "sells": 11,
            "buyers": 9,
            "sellers": 10
          },
          "h6": {
            "buys": 142,
            "sells": 111,
            "buyers": 99,
            "sellers": 86
          },
          "h24": {
            "buys": 1470,
            "sells": 1049,
            "buyers": 664,
            "sellers": 572
          }
        },
        "volume_usd": {
          "m5": "220.2721113221",
          "m15": "999.6856398502",
          "m30": "1039.0546449061",
          "h1": "1695.3005687741",
          "h6": "17355.1878762959",
          "h24": "137248.008705107"
        },
        "reserve_in_usd": "11428.0584"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x7f42ec7bcc9e89f33929d6b809cc8b90dc9fe85d",
            "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_0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0193766587733212",
        "base_token_price_native_currency": "0.0000105635988125334",
        "quote_token_price_usd": "1891.84",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001056359881",
        "quote_token_price_base_token": "94664.708282326",
        "address": "0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
        "name": "HMM / WETH 1%",
        "pool_created_at": "2026-07-19T07:54:03Z",
        "fdv_usd": "19525258.5783094",
        "market_cap_usd": "19768274.07",
        "price_change_percentage": {
          "m5": "-2.05",
          "m15": "-6.918",
          "m30": "-6.371",
          "h1": "-14.824",
          "h6": "-24.992",
          "h24": "5.018"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 4,
            "buyers": 6,
            "sellers": 4
          },
          "m15": {
            "buys": 31,
            "sells": 20,
            "buyers": 27,
            "sellers": 18
          },
          "m30": {
            "buys": 49,
            "sells": 45,
            "buyers": 44,
            "sellers": 33
          },
          "h1": {
            "buys": 150,
            "sells": 155,
            "buyers": 102,
            "sellers": 83
          },
          "h6": {
            "buys": 1148,
            "sells": 1075,
            "buyers": 365,
            "sellers": 371
          },
          "h24": {
            "buys": 5277,
            "sells": 4529,
            "buyers": 962,
            "sellers": 1019
          }
        },
        "volume_usd": {
          "m5": "7540.1223486685",
          "m15": "29371.0453105921",
          "m30": "42581.8796189305",
          "h1": "142843.276121312",
          "h6": "942616.866574868",
          "h24": "3513269.00513747"
        },
        "reserve_in_usd": "555620.4625"
      },
      "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_0xa70fc67c9f69da90b63a0e4c05d229954574e313",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.165782997009094",
        "base_token_price_native_currency": "0.0000875287727992676",
        "quote_token_price_usd": "1894.04",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000875287728",
        "quote_token_price_base_token": "11424.8145840378",
        "address": "0xa70fc67c9f69da90b63a0e4c05d229954574e313",
        "name": "CASHCAT / WETH 1%",
        "pool_created_at": "2026-06-29T07:00:49Z",
        "fdv_usd": "163904634.927912",
        "market_cap_usd": "163906267.612226",
        "price_change_percentage": {
          "m5": "1.979",
          "m15": "1.427",
          "m30": "-0.457",
          "h1": "0.206",
          "h6": "1.086",
          "h24": "13.471"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 10,
            "sells": 4,
            "buyers": 4,
            "sellers": 4
          },
          "m30": {
            "buys": 25,
            "sells": 6,
            "buyers": 9,
            "sellers": 6
          },
          "h1": {
            "buys": 64,
            "sells": 14,
            "buyers": 20,
            "sellers": 14
          },
          "h6": {
            "buys": 499,
            "sells": 325,
            "buyers": 96,
            "sellers": 166
          },
          "h24": {
            "buys": 4084,
            "sells": 2374,
            "buyers": 477,
            "sellers": 786
          }
        },
        "volume_usd": {
          "m5": "38.3889395262",
          "m15": "11489.8615698205",
          "m30": "14649.1829428396",
          "h1": "21247.3967966815",
          "h6": "207276.903325412",
          "h24": "2310561.94448402"
        },
        "reserve_in_usd": "4284550.1211"
      },
      "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_0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00314086750416542",
        "base_token_price_native_currency": "0.0000016550826449852",
        "quote_token_price_usd": "1892.03",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001655082645",
        "quote_token_price_base_token": "604199.435617272",
        "address": "0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
        "name": "HOODRAT / WETH",
        "pool_created_at": "2026-07-02T17:52:44Z",
        "fdv_usd": "3140867.504",
        "market_cap_usd": "3140867.504",
        "price_change_percentage": {
          "m5": "0.034",
          "m15": "1.151",
          "m30": "-3.116",
          "h1": "-0.339",
          "h6": "2.511",
          "h24": "139.346"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 18,
            "sells": 7,
            "buyers": 15,
            "sellers": 7
          },
          "m30": {
            "buys": 43,
            "sells": 23,
            "buyers": 33,
            "sellers": 20
          },
          "h1": {
            "buys": 75,
            "sells": 54,
            "buyers": 51,
            "sellers": 49
          },
          "h6": {
            "buys": 457,
            "sells": 488,
            "buyers": 184,
            "sellers": 260
          },
          "h24": {
            "buys": 4720,
            "sells": 4400,
            "buyers": 939,
            "sellers": 1169
          }
        },
        "volume_usd": {
          "m5": "108.6216886813",
          "m15": "1282.630169389",
          "m30": "6929.7189425821",
          "h1": "19059.2756742807",
          "h6": "187556.379446378",
          "h24": "2023942.58562946"
        },
        "reserve_in_usd": "309026.4144"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x8e62f281f282686fca6dcb39288069a93fc23f1c",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0057934428350313",
        "base_token_price_native_currency": "0.00000305833323316678",
        "quote_token_price_usd": "1891.87",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003058333233",
        "quote_token_price_base_token": "326975.48754834",
        "address": "0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
        "name": "FRONG / WETH 0.25%",
        "pool_created_at": "2026-07-30T20:16:59Z",
        "fdv_usd": "5770260.65312986",
        "market_cap_usd": "5793442.835",
        "price_change_percentage": {
          "m5": "-0.736",
          "m15": "-0.902",
          "m30": "-0.546",
          "h1": "2.569",
          "h6": "-6.868",
          "h24": "54.934"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m15": {
            "buys": 17,
            "sells": 20,
            "buyers": 11,
            "sellers": 14
          },
          "m30": {
            "buys": 30,
            "sells": 46,
            "buyers": 21,
            "sellers": 34
          },
          "h1": {
            "buys": 87,
            "sells": 121,
            "buyers": 65,
            "sellers": 88
          },
          "h6": {
            "buys": 1067,
            "sells": 873,
            "buyers": 522,
            "sellers": 436
          },
          "h24": {
            "buys": 9796,
            "sells": 9626,
            "buyers": 2139,
            "sellers": 2225
          }
        },
        "volume_usd": {
          "m5": "1179.4066579584",
          "m15": "6716.2077458886",
          "m30": "12700.4288984604",
          "h1": "45737.2425631477",
          "h6": "623069.897246969",
          "h24": "6061013.68278959"
        },
        "reserve_in_usd": "614709.049"
      },
      "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_0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0254929666701715",
        "base_token_price_native_currency": "0.0000137749736794162",
        "quote_token_price_usd": "1892.03",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001377497368",
        "quote_token_price_base_token": "72595.4200184273",
        "address": "0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
        "name": "STONKBROKER / WETH 1%",
        "pool_created_at": "2026-07-18T03:50:03Z",
        "fdv_usd": "61685213.2176198",
        "market_cap_usd": "40139969.6477522",
        "price_change_percentage": {
          "m5": "-2.238",
          "m15": "-0.666",
          "m30": "-0.848",
          "h1": "-2.583",
          "h6": "-5.727",
          "h24": "-28.994"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 4,
            "buyers": 3,
            "sellers": 3
          },
          "m30": {
            "buys": 9,
            "sells": 8,
            "buyers": 7,
            "sellers": 5
          },
          "h1": {
            "buys": 22,
            "sells": 8,
            "buyers": 7,
            "sellers": 16
          },
          "h6": {
            "buys": 521,
            "sells": 257,
            "buyers": 190,
            "sellers": 309
          },
          "h24": {
            "buys": 1537,
            "sells": 1194,
            "buyers": 642,
            "sellers": 774
          }
        },
        "volume_usd": {
          "m5": "3.0565315701",
          "m15": "9080.8691040986",
          "m30": "11737.3500962521",
          "h1": "16598.3530684761",
          "h6": "1316811.34944834",
          "h24": "3479241.78123034"
        },
        "reserve_in_usd": "5725548.7994"
      },
      "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_0xebc250ae14467403029d4943ca4ad4b53b511f34",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00275827395812778",
        "base_token_price_native_currency": "0.0000014579454052666",
        "quote_token_price_usd": "1891.94",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001457945405",
        "quote_token_price_base_token": "685896.739608806",
        "address": "0xebc250ae14467403029d4943ca4ad4b53b511f34",
        "name": "YARD / WETH 1%",
        "pool_created_at": "2026-08-12T02:21:05Z",
        "fdv_usd": "2663269.18949671",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-1.697",
          "m15": "1.07",
          "m30": "-1.122",
          "h1": "4.983",
          "h6": "3.374",
          "h24": "-34.003"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m15": {
            "buys": 2,
            "sells": 6,
            "buyers": 2,
            "sellers": 5
          },
          "m30": {
            "buys": 3,
            "sells": 8,
            "buyers": 3,
            "sellers": 7
          },
          "h1": {
            "buys": 20,
            "sells": 20,
            "buyers": 17,
            "sellers": 19
          },
          "h6": {
            "buys": 237,
            "sells": 243,
            "buyers": 168,
            "sellers": 183
          },
          "h24": {
            "buys": 1424,
            "sells": 1470,
            "buyers": 685,
            "sellers": 1007
          }
        },
        "volume_usd": {
          "m5": "7502.2823698404",
          "m15": "8372.8669234889",
          "m30": "8560.7632417161",
          "h1": "21266.6782558092",
          "h6": "144430.203042432",
          "h24": "900008.997897937"
        },
        "reserve_in_usd": "855807.7074"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe3fa12da7fa026b21817f16622e8ae48fa785166",
            "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.0478445948467853",
        "base_token_price_native_currency": "0.0000252874398644764",
        "quote_token_price_usd": "1892.03",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002528743986",
        "quote_token_price_base_token": "39545.3238983197",
        "address": "0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
        "name": "PONS / WETH 1%",
        "pool_created_at": "2026-07-13T20:42:21Z",
        "fdv_usd": "34791487.9463018",
        "market_cap_usd": "34815267.5356166",
        "price_change_percentage": {
          "m5": "-1.954",
          "m15": "-2.835",
          "m30": "-2.238",
          "h1": "-1.436",
          "h6": "1.618",
          "h24": "9.667"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 3,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 9,
            "sells": 6,
            "buyers": 6,
            "sellers": 4
          },
          "m30": {
            "buys": 14,
            "sells": 10,
            "buyers": 7,
            "sellers": 8
          },
          "h1": {
            "buys": 25,
            "sells": 16,
            "buyers": 12,
            "sellers": 13
          },
          "h6": {
            "buys": 347,
            "sells": 388,
            "buyers": 166,
            "sellers": 253
          },
          "h24": {
            "buys": 1430,
            "sells": 1156,
            "buyers": 418,
            "sellers": 584
          }
        },
        "volume_usd": {
          "m5": "1299.9967100648",
          "m15": "7592.0395144695",
          "m30": "15077.1049312723",
          "h1": "31022.6513091959",
          "h6": "454702.757181474",
          "h24": "1426841.15201427"
        },
        "reserve_in_usd": "1379525.2385"
      },
      "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_0x3b2ccee56e7360f958c2972a770503094549460f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000493413114970274",
        "base_token_price_native_currency": "0.0000000255801939123557",
        "quote_token_price_usd": "1891.84",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000002558019391",
        "quote_token_price_base_token": "39092745.0912318",
        "address": "0x3b2ccee56e7360f958c2972a770503094549460f",
        "name": "WENCAT / WETH 1%",
        "pool_created_at": "2026-08-12T02:49:46Z",
        "fdv_usd": "48447.09666",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "-2.375",
          "m30": "-8.54",
          "h1": "-10.574",
          "h6": "13.916",
          "h24": "-51.853"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m15": {
            "buys": 2,
            "sells": 5,
            "buyers": 2,
            "sellers": 5
          },
          "m30": {
            "buys": 8,
            "sells": 9,
            "buyers": 6,
            "sellers": 9
          },
          "h1": {
            "buys": 31,
            "sells": 21,
            "buyers": 23,
            "sellers": 18
          },
          "h6": {
            "buys": 217,
            "sells": 162,
            "buyers": 110,
            "sellers": 117
          },
          "h24": {
            "buys": 1904,
            "sells": 1172,
            "buyers": 627,
            "sellers": 624
          }
        },
        "volume_usd": {
          "m5": "360.0179829508",
          "m15": "371.4147790646",
          "m30": "1372.5628194396",
          "h1": "2299.2785946526",
          "h6": "21262.4271805748",
          "h24": "228525.159584994"
        },
        "reserve_in_usd": "20289.5975"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xb86c8358f7753e188e588411e9f04e4488ce850e",
            "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_0x588b0785f50063260003b7790c42f1ef74902746",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00393481250489036",
        "base_token_price_native_currency": "0.00000207981606205788",
        "quote_token_price_usd": "1891.94",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002079816062",
        "quote_token_price_base_token": "480811.749771058",
        "address": "0x588b0785f50063260003b7790c42f1ef74902746",
        "name": "JUGGERNAUT / WETH 1%",
        "pool_created_at": "2026-06-29T09:12:54Z",
        "fdv_usd": "3718622.09160321",
        "market_cap_usd": "3934812.505",
        "price_change_percentage": {
          "m5": "-2.048",
          "m15": "-0.175",
          "m30": "-2.242",
          "h1": "-0.19",
          "h6": "-5.55",
          "h24": "-2.559"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 4,
            "sells": 4,
            "buyers": 4,
            "sellers": 4
          },
          "m30": {
            "buys": 8,
            "sells": 4,
            "buyers": 7,
            "sellers": 4
          },
          "h1": {
            "buys": 19,
            "sells": 18,
            "buyers": 16,
            "sellers": 17
          },
          "h6": {
            "buys": 200,
            "sells": 212,
            "buyers": 100,
            "sellers": 125
          },
          "h24": {
            "buys": 1211,
            "sells": 1144,
            "buyers": 374,
            "sellers": 426
          }
        },
        "volume_usd": {
          "m5": "12.8815559777",
          "m15": "742.2022592524",
          "m30": "1046.5009309482",
          "h1": "5606.1422321219",
          "h6": "175419.096291096",
          "h24": "853256.295569199"
        },
        "reserve_in_usd": "397923.7941"
      },
      "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_0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00057800818933968",
        "base_token_price_native_currency": "0.000000308954361072419",
        "quote_token_price_usd": "1891.84",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000003089543611",
        "quote_token_price_base_token": "3236724.01492853",
        "address": "0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
        "name": "POOLS / WETH 0.25%",
        "pool_created_at": "2026-07-30T16:41:56Z",
        "fdv_usd": "581500.453472797",
        "market_cap_usd": "581500.458",
        "price_change_percentage": {
          "m5": "5.447",
          "m15": "6.119",
          "m30": "3.991",
          "h1": "12.393",
          "h6": "20.655",
          "h24": "27.612"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 5,
            "buyers": 4,
            "sellers": 5
          },
          "m15": {
            "buys": 9,
            "sells": 6,
            "buyers": 8,
            "sellers": 6
          },
          "m30": {
            "buys": 19,
            "sells": 17,
            "buyers": 18,
            "sellers": 16
          },
          "h1": {
            "buys": 57,
            "sells": 26,
            "buyers": 42,
            "sellers": 23
          },
          "h6": {
            "buys": 320,
            "sells": 209,
            "buyers": 184,
            "sellers": 160
          },
          "h24": {
            "buys": 1718,
            "sells": 1322,
            "buyers": 690,
            "sellers": 633
          }
        },
        "volume_usd": {
          "m5": "3234.8777020089",
          "m15": "3666.0261306319",
          "m30": "8626.3547711274",
          "h1": "13224.9707213251",
          "h6": "73397.9488657959",
          "h24": "495527.753760439"
        },
        "reserve_in_usd": "203998.0719"
      },
      "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_0xe8c3c059c5c09c02f3ff9e01ac706b5473eb3606f71955dbd2cb94cd580cb6e3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000506452969263677",
        "base_token_price_native_currency": "0.000000255776568503586",
        "quote_token_price_usd": "1891.84",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002557765685",
        "quote_token_price_base_token": "3909662.27223421",
        "address": "0xe8c3c059c5c09c02f3ff9e01ac706b5473eb3606f71955dbd2cb94cd580cb6e3",
        "name": "EQUITY / WETH",
        "pool_created_at": "2026-08-12T22:32:08Z",
        "fdv_usd": "480826.39685832",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "12.519",
          "m15": "32.276",
          "m30": "37.538",
          "h1": "42.666",
          "h6": "32.959",
          "h24": "1209.515"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 10,
            "buyers": 10,
            "sellers": 9
          },
          "m15": {
            "buys": 62,
            "sells": 55,
            "buyers": 44,
            "sellers": 41
          },
          "m30": {
            "buys": 118,
            "sells": 106,
            "buyers": 84,
            "sellers": 70
          },
          "h1": {
            "buys": 223,
            "sells": 246,
            "buyers": 135,
            "sellers": 144
          },
          "h6": {
            "buys": 9215,
            "sells": 7384,
            "buyers": 1994,
            "sellers": 1768
          },
          "h24": {
            "buys": 12923,
            "sells": 10163,
            "buyers": 2639,
            "sellers": 2129
          }
        },
        "volume_usd": {
          "m5": "2976.8264782096",
          "m15": "13383.229954012",
          "m30": "23814.8009712184",
          "h1": "45358.2873346748",
          "h6": "2798465.01012435",
          "h24": "3945709.66911327"
        },
        "reserve_in_usd": "56021.2977"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x9708efb3ba2e5d23e973cae1a8599606333cd4ad",
            "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_J3hKH2nE88wRie1ShpE53Jd7KE12E2LMG7CNLb4BJFTN",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.001513166972295069842561678645973455827578204430119978127534724",
        "base_token_price_native_currency": "0.0000201532638040442",
        "quote_token_price_usd": "76.485741562407659866083789760578519512772908936",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000201532638",
        "quote_token_price_base_token": "49619.7543843657",
        "address": "J3hKH2nE88wRie1ShpE53Jd7KE12E2LMG7CNLb4BJFTN",
        "name": "Plumber / SOL",
        "pool_created_at": "2026-08-11T05:39:59Z",
        "fdv_usd": "1445898.33537731",
        "market_cap_usd": "1445898.4823432",
        "price_change_percentage": {
          "m5": "0.127",
          "m15": "1.49",
          "m30": "-1.117",
          "h1": "-14.337",
          "h6": "3.191",
          "h24": "-50.212"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 6,
            "buyers": 2,
            "sellers": 6
          },
          "m15": {
            "buys": 32,
            "sells": 32,
            "buyers": 26,
            "sellers": 26
          },
          "m30": {
            "buys": 72,
            "sells": 68,
            "buyers": 50,
            "sellers": 57
          },
          "h1": {
            "buys": 367,
            "sells": 274,
            "buyers": 201,
            "sellers": 216
          },
          "h6": {
            "buys": 4260,
            "sells": 3823,
            "buyers": 1466,
            "sellers": 1723
          },
          "h24": {
            "buys": 23355,
            "sells": 20309,
            "buyers": 6726,
            "sellers": 7822
          }
        },
        "volume_usd": {
          "m5": "692.6594273887",
          "m15": "5696.1292723707",
          "m30": "10771.2727887078",
          "h1": "55426.5644981368",
          "h6": "1031031.15836088",
          "h24": "5063430.48976412"
        },
        "reserve_in_usd": "131238.2028"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_GCa9TZMK9Q3VUSkhZgX76YAQBjqQd1dPxkBnZojFpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x4900c6d3f31ff1e1545a487469c134cdbd9f1499f938054c0c77a14728b3f150",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00556149014098825",
        "base_token_price_native_currency": "0.00000285451947952643",
        "quote_token_price_usd": "224.338856654528",
        "quote_token_price_native_currency": "0.118507819027975",
        "base_token_price_quote_token": "0.00002408718263",
        "quote_token_price_base_token": "41515.8557781626",
        "address": "0x4900c6d3f31ff1e1545a487469c134cdbd9f1499f938054c0c77a14728b3f150",
        "name": "PACK / NVDA 1%",
        "pool_created_at": "2026-08-12T21:31:25Z",
        "fdv_usd": "5561490.141",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-4.585",
          "m15": "1.034",
          "m30": "10.284",
          "h1": "11.3",
          "h6": "24.743",
          "h24": "180841.426"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 9,
            "buyers": 11,
            "sellers": 9
          },
          "m15": {
            "buys": 25,
            "sells": 27,
            "buyers": 18,
            "sellers": 26
          },
          "m30": {
            "buys": 57,
            "sells": 52,
            "buyers": 40,
            "sellers": 44
          },
          "h1": {
            "buys": 158,
            "sells": 112,
            "buyers": 92,
            "sellers": 86
          },
          "h6": {
            "buys": 5308,
            "sells": 4803,
            "buyers": 968,
            "sellers": 1077
          },
          "h24": {
            "buys": 21639,
            "sells": 20096,
            "buyers": 2723,
            "sellers": 2407
          }
        },
        "volume_usd": {
          "m5": "943.0241335171",
          "m15": "3201.7661430704",
          "m30": "8714.5086009314",
          "h1": "19661.7556565032",
          "h6": "829993.309224472",
          "h24": "3428677.89816654"
        },
        "reserve_in_usd": "133668.552"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x0145acbccefbed6f303c420beeaaac72e905430b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xd0601ce157db5bdc3162bbac2a2c8af5320d9eec",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x52fcb1d83191e06ef2d2d9f460609ca22a923558",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00821009760978332",
        "base_token_price_native_currency": "0.00000425349309853519",
        "quote_token_price_usd": "1891.84",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004253493099",
        "quote_token_price_base_token": "235100.886926178",
        "address": "0x52fcb1d83191e06ef2d2d9f460609ca22a923558",
        "name": "YOLO / WETH 1%",
        "pool_created_at": "2026-07-15T07:15:15Z",
        "fdv_usd": "7806180.65908625",
        "market_cap_usd": "8047608.942",
        "price_change_percentage": {
          "m5": "-2.056",
          "m15": "-0.644",
          "m30": "1.198",
          "h1": "10.694",
          "h6": "25.569",
          "h24": "67.254"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 3,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m30": {
            "buys": 17,
            "sells": 18,
            "buyers": 13,
            "sellers": 18
          },
          "h1": {
            "buys": 54,
            "sells": 84,
            "buyers": 31,
            "sellers": 62
          },
          "h6": {
            "buys": 880,
            "sells": 684,
            "buyers": 265,
            "sellers": 312
          },
          "h24": {
            "buys": 1742,
            "sells": 1564,
            "buyers": 505,
            "sellers": 574
          }
        },
        "volume_usd": {
          "m5": "30.3255544128",
          "m15": "1387.5285061753",
          "m30": "13885.6367213092",
          "h1": "66159.5074653654",
          "h6": "600798.895036955",
          "h24": "1195749.27692807"
        },
        "reserve_in_usd": "360214.096"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x62c71cd34a52c30d894419cbcc55db2afa8032ea",
            "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_0x2a004148be6efee250420d93a1ac6393e32d2d60",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000294783895213603",
        "base_token_price_native_currency": "0.00000000156208994532468",
        "quote_token_price_usd": "1891.84",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000001562089945",
        "quote_token_price_base_token": "640168002.484742",
        "address": "0x2a004148be6efee250420d93a1ac6393e32d2d60",
        "name": "WOOF / WETH 1%",
        "pool_created_at": "2026-07-27T22:57:08Z",
        "fdv_usd": "2955380.451",
        "market_cap_usd": "2955380.451",
        "price_change_percentage": {
          "m5": "-1.297",
          "m15": "-1.453",
          "m30": "-2.981",
          "h1": "-0.357",
          "h6": "-9.964",
          "h24": "19.436"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m15": {
            "buys": 10,
            "sells": 15,
            "buyers": 10,
            "sellers": 15
          },
          "m30": {
            "buys": 19,
            "sells": 33,
            "buyers": 19,
            "sellers": 29
          },
          "h1": {
            "buys": 42,
            "sells": 63,
            "buyers": 40,
            "sellers": 56
          },
          "h6": {
            "buys": 333,
            "sells": 396,
            "buyers": 218,
            "sellers": 259
          },
          "h24": {
            "buys": 2324,
            "sells": 2468,
            "buyers": 610,
            "sellers": 670
          }
        },
        "volume_usd": {
          "m5": "1537.7116551419",
          "m15": "2543.1768630156",
          "m30": "5695.5604259185",
          "h1": "14193.7736277773",
          "h6": "96924.7398196385",
          "h24": "710553.910258139"
        },
        "reserve_in_usd": "240084.9245"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe15db7c8547a0add11eb26a700246cca08aefce5",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_42cLgy3EDs7X8k3qqgJwNgiNPNooQjTLreQCwRwQ46Gf",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000689928367541483943533664593739679424614541006263527003586046628",
        "base_token_price_native_currency": "0.00000911690795061559",
        "quote_token_price_usd": "76.493424582266019151029969794342543279133485052",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000009116907951",
        "quote_token_price_base_token": "109686.310909005",
        "address": "42cLgy3EDs7X8k3qqgJwNgiNPNooQjTLreQCwRwQ46Gf",
        "name": "GTA / SOL",
        "pool_created_at": "2026-08-12T15:35:27Z",
        "fdv_usd": "690112.8162",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "5.233",
          "m15": "16.818",
          "m30": "20.871",
          "h1": "26.769",
          "h6": "11.945",
          "h24": "2097.724"
        },
        "transactions": {
          "m5": {
            "buys": 15,
            "sells": 31,
            "buyers": 14,
            "sellers": 26
          },
          "m15": {
            "buys": 93,
            "sells": 109,
            "buyers": 73,
            "sellers": 81
          },
          "m30": {
            "buys": 143,
            "sells": 151,
            "buyers": 113,
            "sellers": 116
          },
          "h1": {
            "buys": 259,
            "sells": 297,
            "buyers": 190,
            "sellers": 216
          },
          "h6": {
            "buys": 7293,
            "sells": 6008,
            "buyers": 3106,
            "sellers": 2839
          },
          "h24": {
            "buys": 57799,
            "sells": 47979,
            "buyers": 15460,
            "sellers": 13221
          }
        },
        "volume_usd": {
          "m5": "3328.1229981658",
          "m15": "12371.6369334655",
          "m30": "15734.8408720637",
          "h1": "26740.6316776098",
          "h6": "805973.569746395",
          "h24": "8093424.25897917"
        },
        "reserve_in_usd": "76593.2103"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BVEaDToN2Ufn8m1Jnqy8rtwwCiiMC7JcFtvmKPxTpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    }
  ]
}
지원되는 네트워크

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

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

웹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
앱에서 더욱 편리하게
실시간 시세 알림과 더 빠르고 원활한 경험.