Cambrian V3 - List Pools API

By Cambrian Network base

GET /api/v1/evm/alien/v3/pools

V3 - List Pools (Alien Base)

Overview

Returns a list of all Alien Base V3 liquidity pools on EVM chains, including token pairs, fee tiers, tick spacing, and creation timestamps. Results can be filtered by chain or token address and support pagination and sorting.

Business Value

  • Pool Discovery: Identify all available liquidity pools with complete metadata including token symbols, decimals, and addresses
  • DEX Analytics: Analyze fee structures, tick spacing configurations, and pool creation patterns across different time periods
  • Portfolio Management: Track and monitor specific pools by filtering on token addresses or sorting by various metrics
  • Market Research: Understand the AlienBase ecosystem structure through comprehensive pool data including creation timestamps and fee tiers
  • Integration Support: Access standardized pool data for building applications, trading interfaces, or analytical tools

Endpoint Details

URL:

https://api.cambrian.org/evm/alien/v3/pools

Method: GET
Authentication: Required via X-API-Key header

Query Parameters

Parameter Type Required Default Description
chain_id integer No 8453 EVM chain ID.
token_address string No - Pool token address. See tokens for valid addresses.
limit integer No 100 Limit the number of results.
offset integer No 0 Offset the results, allows you to skip a number of rows before starting to return rows.
order_asc array No - List of column names to order by in ascending order divided by comma. Leave empty items to combine with descending order
order_desc array No - List of column names to order by in descending order divided by comma. Leave empty items to combine with ascending order

Response Field Descriptions

Response Field Type Description
chainId UInt16 EVM chain ID.
dexAddress FixedString(42) Address of the DEX (Alien Base) factory/router contract.
dexName String Name of the DEX.
poolAddress FixedString(42) Address of the liquidity pool contract.
token0Address String Contract address of the first token in the pair.
token0Symbol String Symbol of the first token in the pair.
token0Decimals UInt8 Decimal places of the first token.
token1Address String Contract address of the second token in the pair.
token1Symbol String Symbol of the second token in the pair.
token1Decimals UInt8 Decimal places of the second token.
createdAt DateTime('UTC') Timestamp when the pool was created.
fee UInt32 Pool fee tier (in hundredths of a bip).
tickSpacing Int32 Minimum tick spacing allowed for the pool.

Examples

1. List Alien Base V3 Pools

Retrieve all Alien Base V3 pools on Base (chain ID 8453) using default pagination.

curl -X GET "https://api.cambrian.org/evm/alien/v3/pools" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"

Response:

[
  {
    "columns": [
      {
        "name": "chainId",
        "type": "UInt16"
      },
      {
        "name": "dexAddress",
        "type": "FixedString(42)"
      },
      {
        "name": "dexName",
        "type": "String"
      },
      {
        "name": "poolAddress",
        "type": "FixedString(42)"
      },
      {
        "name": "token0Address",
        "type": "String"
      },
      {
        "name": "token0Symbol",
        "type": "String"
      },
      {
        "name": "token0Decimals",
        "type": "UInt8"
      },
      {
        "name": "token1Address",
        "type": "String"
      },
      {
        "name": "token1Symbol",
        "type": "String"
      },
      {
        "name": "token1Decimals",
        "type": "UInt8"
      },
      {
        "name": "createdAt",
        "type": "DateTime('UTC')"
      },
      {
        "name": "fee",
        "type": "UInt32"
      },
      {
        "name": "tickSpacing",
        "type": "Int32"
      }
    ],
    "data": [
      [
        8453,
        "0x0fd83557b2be93617c9c1c1b6fd549401c74558c",
        "AlienBase",
        "0xb15a485232f9ec085283c50db922c3d4b006b65f",
        "0x4200000000000000000000000000000000000006",
        "WETH",
        18,
        "0x50c5725949a6f0c72e6c4a641f24049a917db0cb",
        "DAI",
        18,
        "2026-07-28T07:55:37+00:00",
        200,
        4
      ],
      [
        8453,
        "0x0fd83557b2be93617c9c1c1b6fd549401c74558c",
        "AlienBase",
        "0xddb12424d09dd35852fd5263485e7594c40555c7",
        "0x4200000000000000000000000000000000000006",
        "WETH",
        18,
        "0x940181a94a35a4569e4529a3cdfb74e38fd98631",
        "AERO",
        18,
        "2026-07-26T07:46:05+00:00",
        750,
        15
      ],
      [
        8453,
        "0x0fd83557b2be93617c9c1c1b6fd549401c74558c",
        "AlienBase",
        "0x2f6b86121e7048e7d70adb01193a8b1169bc05a3",
        "0xb111b7690f6420fc27d63d6870aad4450dbe22d0",
        "FUN",
        6,
        "0xfde4c96c8593536e31f229ea8f37b2ada2699bb2",
        "USDT",
        6,
        "2026-07-14T11:32:03+00:00",
        200,
        4
      ],
      [
        8453,
        "0x0fd83557b2be93617c9c1c1b6fd549401c74558c",
        "AlienBase",
        "0xe96af482c188bdf6f1bfb1ce47cefb763c13a053",
        "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
        "USDC",
        6,
        "0xb111b7690f6420fc27d63d6870aad4450dbe22d0",
        "FUN",
        6,
        "2026-07-14T11:29:13+00:00",
        200,
        4
      ],
      [
        8453,
        "0x0fd83557b2be93617c9c1c1b6fd549401c74558c",
        "AlienBase",
        "0xa945bcd3c959939dcb01687f24fb03412ac91f8d",
        "0x30457a1ab7cd796d6e55e4e5ba12e09f2283e856",
        "DUB",
        18,
        "0xb111b7690f6420fc27d63d6870aad4450dbe22d0",
        "FUN",
        6,
        "2026-07-11T02:43:47+00:00",
        10000,
        200
      ],
      [
        8453,
        "0x0fd83557b2be93617c9c1c1b6fd549401c74558c",
        "AlienBase",
        "0x30d534865caa3bb3db3ef1da4c6e05cc0c0677c7",
        "0x1dd2d631c92b1acdfcdd51a0f7145a50130050c4",
        "ALB",
        18,
        "0xa9b631abcc4fd0bc766d7c0c8fcbf866e2bb0445",
        "HASH",
        18,
        "2026-07-07T09:27:41+00:00",
        200,
        4
      ],
      [
        8453,
        "0x0fd83557b2be93617c9c1c1b6fd549401c74558c",
        "AlienBase",
        "0x402e3118713f78839ee1900ee618fb8883f6a1d7",
        "0x490c05dfe97dbab7730be2199e02a5747f85abb8",
        "agentinz",
        18,
        "0x7504334d6a621039570fb9787bbe00ea8808fb07",
        "evoluter",
        18,
        "2026-07-03T12:32:11+00:00",
        10000,
        200
      ],
      [
        8453,
        "0x0fd83557b2be93617c9c1c1b6fd549401c74558c",
        "AlienBase",
        "0xc4ac08977f316eec11b8c915d722bde979aaae44",
        "0x100145862a4e1e0f22432a12abf5db88a17ab8fe",
        "ETSAR",
        18,
        "0x4200000000000000000000000000000000000006",
        "WETH",
        18,
        "2026-07-03T03:33:55+00:00",
        10000,
        200
      ],
      [
        8453,
        "0x0fd83557b2be93617c9c1c1b6fd549401c74558c",
        "AlienBase",
        "0x106d24a09ebcecefc8004692814f74e68c35268d",
        "0x4200000000000000000000000000000000000006",
        "WETH",
        18,
        "0x9c8cd8d3961f445d653713de65c6578be11668e7",
        "SINC",
        8,
        "2026-06-27T05:48:19+00:00",
        10000,
        200
      ],
      [
        8453,
        "0x0fd83557b2be93617c9c1c1b6fd549401c74558c",
        "AlienBase",
        "0x943051049fe52d2e236663da081d7b7ecbcc9466",
        "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
        "USDC",
        6,
        "0x9c8cd8d3961f445d653713de65c6578be11668e7",
        "SINC",
        8,
        "2026-06-27T03:45:25+00:00",
        10000,
        200
      ]
    ],
    "rows": 100
  }
]

Result collections are limited to 10 items. This response shows the most recently created Alien Base V3 pools on Base, including WETH/DAI, WETH/AERO, and several stablecoin/token pairs, with fee tiers ranging from 200 to 10000.

x402 Payment Option

This endpoint supports pay-per-use access via the x402 payment protocol (v2): pay $0.05 USDC per request using blockchain micropayments. No API key required.

Quick Start (TypeScript)

npm install @x402/fetch @x402/evm viem
import { x402Client } from "@x402/core/client";
import { ExactEvmScheme } from "@x402/evm/exact/client";
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const signer = privateKeyToAccount(process.env.EVM_PRIVATE_KEY as `0x${string}`);
const client = new x402Client();
client.register("eip155:*", new ExactEvmScheme(signer));

const fetchWithPayment = wrapFetchWithPayment(fetch, client);
const response = await fetchWithPayment(
  "https://x402.cambrian.org/evm/alien/v3/pools"
);
const data = await response.json();

Quick Start (Python)

pip install "x402[httpx]"
import asyncio, os
from eth_account import Account
from x402 import x402Client
from x402.http.clients import x402HttpxClient
from x402.mechanisms.evm import EthAccountSigner
from x402.mechanisms.evm.exact.register import register_exact_evm_client

async def main():
    client = x402Client()
    account = Account.from_key(os.getenv("EVM_PRIVATE_KEY"))
    register_exact_evm_client(client, EthAccountSigner(account))

    async with x402HttpxClient(client) as http:
        response = await http.get("https://x402.cambrian.org/evm/alien/v3/pools")
        print(response.json())

asyncio.run(main())

Payment Flow

  1. Send a normal request to the endpoint (no API key needed)
  2. Server returns 402 Payment Required with payment details
  3. The x402 SDK automatically signs a payment authorization with your wallet
  4. The SDK resubmits the request with the signed payment
  5. Server verifies payment and returns the API response

The x402 SDK handles steps 2 through 5 automatically.

Network: Base (chain ID 8453) | Currency: USDC | Price: $0.05 per request


Related Endpoints

  • /evm/alien/v3/pool - Returns current pool TVL, Swap Volume, Fees APR, Price volatility, Tick Pressure Per 1M$ Volume, Number of Swaps and Unique users for a specific Alien Base V3 pool.
  • /evm/aero/v3/pools - Returns a list of all Aerodrome V3 liquidity pools, including token pairs, fee tiers, and creation timestamps.
  • /evm/clones/v3/pools - Returns a list of all Clones V3 liquidity pools, including token pairs, fee tiers, and creation timestamps.
  • /evm/pancake/v3/pools - Returns a list of all PancakeSwap V3 liquidity pools, including token pairs, fee tiers, and creation timestamps.
  • /evm/sushi/v3/pools - Returns a list of all SushiSwap V3 liquidity pools, including token pairs, fee tiers, and creation timestamps.