get_dex_spot_price
Retrieve live spot prices, liquidity depth, and tick state for Base L2 pairs by querying Uniswap v3 and Aerodrome pools directly, avoiding stale aggregator data.
Instructions
[Cost: $0.001 USDC on Base & Solana] Direct on-chain spot price, liquidity depth, and tick state oracle for Base L2.
Queries live smart contract pools directly (Uniswap v3 and Aerodrome) without relying on centralized aggregators (CoinGecko) or stale off-chain indexers.
Returns exact pool contract addresses, fee tiers, current block height, active liquidity reserves, and sqrtPriceX96 tick states.
Supported pairs: WETH-USDC, cbBTC-USDC, AERO-USDC.
Args:
pair: Target trading pair symbol (default: 'WETH-USDC', also supports 'cbBTC-USDC', 'AERO-USDC').
payment_signature: Optional x402 Base USDC transaction hash or developer mock key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | No | WETH-USDC | |
| payment_signature | No |