spraay_oracle_prices
Get real-time on-chain token USD prices with confidence scores from Uniswap V3 on Base, paying $0.003 USDC per query.
Instructions
Get real-time on-chain token prices with confidence scores from Uniswap V3 QuoterV2 on Base. Returns USD prices for ETH, WETH, cbBTC, USDT, DAI, EURC, and more. Costs $0.003 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokens | No | Comma-separated token symbols (e.g. 'ETH,cbBTC,USDT'). Omit to get all supported token prices. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the gateway call succeeded; false when it returned an error. | |
| data | No | The gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block). | |
| error | No | Human-readable error message, present only when ok is false. |