blockrun_polymarket_read
Check Polymarket positions, open orders, or preview a trade's outcome without signing or spending funds. Use to assess portfolio value and simulate buy/sell orders.
Instructions
Read or preview Polymarket state without signing or changing anything.
Actions:
positions — holdings, current value, PnL, and redeemable status (free Data API)
orders — open CLOB orders, optionally filtered by condition_id
preview — build a live buy/sell order preview from the CLOB book. side plus token_id (or condition_id+outcome) are required. Market buys use amount_usd; limit orders use price+size. This action never accepts confirm and never signs or submits an order.
Use blockrun_polymarket only for setup and funds-affecting operations: confirmed buy/sell, cancel, redeem, fund, or withdraw.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | preview: order side | |
| size | No | preview: shares for limits and market sells | |
| price | No | preview: limit probability; omit for market order | |
| action | Yes | Read-only operation | |
| outcome | No | preview: outcome label used with condition_id | |
| token_id | No | preview: outcome token ID | |
| post_only | No | preview: maker-only limit order | |
| amount_usd | No | preview: pUSD to spend on a market buy | |
| expires_at | No | preview: GTD expiry in Unix seconds | |
| order_type | No | preview: order type | |
| condition_id | No | orders: optional market condition ID filter |