Get pool metadata
Read pool or pair metadata directly with a DEX-friendly tool name.
Use this when the agent already has a pool address and needs a direct lookup path.
This page documents the agent-friendly alias. For canonical HTTP examples, open Get market profile.
Access
- Surfaces:
mcp,skill - Metering:
mcp_call - Scope:
DEX available · EVM family primary · Solana (Beta)
Handles
| Surface | Label | Value |
|---|---|---|
mcp | MCP | market.get_pool |
skill | Skill | market.get_pool |
Availability
DEX pool metadata coverage is Available.
Request fields
Tool parameters
| Field | Type | Required | Notes |
|---|---|---|---|
chain | string | Required | Pool chain. |
address | string | Required | Pool or pair address. |
Response fields
Returned fields
| Field | Type | Notes |
|---|---|---|
market_profile.address | string | Pool or pair address. |
market_profile.display_name | string | Display name. |
market_profile.source_id | string | Backing source id. |
Related pages
Last updated on