get_batch_prices
Retrieve current prices for multiple Polymarket prediction market tokens in a single API call using token IDs from market data.
Instructions
Batch prices via POST CLOB /prices. Source: clobTokenIds from list_active_markets or get_market_details. If none found, returns {}. Example: token_ids=[clobTokenIds[0], clobTokenIds[1]].
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_ids | Yes | Array of token IDs to get prices for |