getTokenMultiPrices
Retrieve batched token prices for multiple addresses on a specified blockchain network. Input token contract addresses to receive current price data, with unknown tokens automatically filtered out.
Instructions
Get batched prices for multiple tokens on a specific network. Pass an array of token addresses; unknown tokens are omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | Network ID from getNetworks (e.g., "ethereum", "solana") | |
| tokens | Yes | Array of token contract addresses. Serialized as repeatable query (?tokens=a&tokens=b). |