Returns supported pool types, indexed chains, and registered factories with optional filtering.
poolTypes=true, chains=true, or factories=true to select specific sections and reduce payload size.
poolTypes (optional, boolean) — Include the list of supported pool types (e.g. uniswap-v2, pumpfun, raydium, etc.)chains (optional, boolean) — Include the list of supported blockchainsfactories (optional, boolean) — Include the list of registered factoriesindexed (optional, boolean) — Filter chains by indexing status (true = actively indexed)type (optional, string) — Filter chains by type (e.g. evm, solana, sui, starknet)hasMetadata (optional, boolean) — Only return factories that have metadata (true) or don’t (false)status (optional, string) — Filter by approval status: APPROVED, WAITING_APPROVAL, or NOT_APPROVEDchainId (optional, string) — Filter factories by chain ID (e.g. evm:1, solana)name (optional, string) — Case-insensitive partial match on factory name| Field | Type | Description |
|---|---|---|
id | string | Unique chain identifier (e.g. evm:1, solana) |
name | string | Human-readable chain name |
type | string | Chain type (evm, solana, sui, starknet, etc.) |
chainId | number | string | Numeric chain ID (EVM) or string identifier |
testnet | boolean | Whether this is a testnet |
indexing | boolean | Whether Mobula actively indexes this chain |
averageBlockTimeInSeconds | number | null | Average block time |
native | object | Native token info (name, symbol, decimals, address) |
branding | object | Chain logo URL and theme color |
blockExplorers | object | undefined | Default block explorer (name, url, apiUrl) |
integrations | object | undefined | Third-party platform identifiers (GeckoTerminal, DexScreener, CoinGecko) |
| Field | Type | Description |
|---|---|---|
chainId | string | Chain identifier |
address | string | Factory contract address |
status | string | Approval status |
name | string | undefined | Factory name |
metadata | object | undefined | Display metadata (ui_name, logo, website) |
Include the list of registered factories.
Include the list of supported pool types.
Include the list of supported chains.
Filter factories by metadata presence.
Filter factories by approval status.
APPROVED, WAITING_APPROVAL, NOT_APPROVED Filter factories by chain ID.
Case-insensitive partial match on factory name.
Filter chains by indexing status.
Filter chains by type (e.g. "evm", "solana").
System metadata response