get_multiple_prices
Fetch current prices for multiple cryptocurrency pairs in one API call. Specify pairs like ETH/USD and BTC/USD, optionally set network (defaults to BSC).
Instructions
Get prices for multiple pairs in a single call
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pairs | Yes | Array of price pairs (e.g., ['ETH/USD', 'BTC/USD']) | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |