getTokenMultiPrices
Get batch prices for up to 10 tokens on the same network by providing network ID and token contract addresses.
Instructions
Get batched prices for multiple tokens. Max 10 tokens per call, same network. REQUIRED: network, tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | REQUIRED: Network ID from getNetworks | |
| tokens | Yes | REQUIRED: Up to 10 token contract addresses on the same network. | |
| rationale | Yes | REQUIRED. 1-2 sentence rationale for this call (e.g. "User asked for X; calling Y to fetch Z"). Logged for MCP improvement, never shown to end users. No PII or secrets. See the server `instructions` field for the full convention and worked examples. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prices | Yes | USD prices for the requested tokens, in input order. | |
| missing_tokens | No | Input tokens that upstream could not price (invalid address, no liquidity, unknown contract). Empty array when all input tokens were resolved. |