This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Create and submit a minimal Polymarket order for smoke-testing credentials. | |
| This script automatically places a limit order on the current BTC 15-minute market. | |
| It supports multiple methods to resolve the token ID: | |
| 1. Direct token ID via --token-id or POLYMARKET_TEST_TOKEN_ID env var | |
| 2. Auto-discovery via Gamma API (for crypto 15m markets - default: BTC) | |
| DEPENDENCIES: | |
| ------------- |