# GeckoTerminal Ethereum DEX Pools (Live)

> GeckoTerminal Ethereum DEX Pools (Live) is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-16).

Returns live DEX liquidity pool data on Ethereum from GeckoTerminal, covering Uniswap, Curve, Balancer, and 1800+ other DEXes.

## Facts

- Endpoint: GET https://proxy.suverse.io/v1/data/geckoterminal-eth-pools
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/proxy-suverse-io-408e898e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7VM4O-FubOgj_gytl1Gk9

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability proxy-suverse-io-408e898e
```

Example prompt: Pull the latest live DEX pool data on Ethereum from GeckoTerminal — I want to see what pools are active across Uniswap, Curve, Balancer, and other DEXes right now.

## When to prefer this

Use this endpoint when you need real-time Ethereum DEX pool data across a broad set of protocols (Uniswap, Curve, Balancer, and 1800+ more) sourced from GeckoTerminal. Ideal for DeFi analytics, arbitrage monitoring, liquidity research, or building dashboards that track on-chain pool activity on Ethereum.

## Known failure modes

- GeckoTerminal upstream unavailable — empty or error response
- Payment not completed — 402 response blocking data access
- Rate limiting if too many calls in quick succession
- Network timeout if Ethereum pool data is temporarily slow to fetch

## How this service works

Live DEX liquidity pools on Ethereum mainnet from GeckoTerminal — Uniswap V3, Curve, Balancer, SushiSwap and 1800+ DEXs. Pool token pair, TVL USD, 24h volume, fee tier, APR. AI agent ETH liquidity finder, DeFi pool API, arbitrage scanner.

## Output

A structured list of live liquidity pools on the Ethereum network sourced from GeckoTerminal, covering 1800+ DEXes including Uniswap, Curve, and Balancer, with pool-level metrics such as token pairs, liquidity, and trading data.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/proxy-suverse-io-408e898e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
