polymarket.com API: get_daily_commodity_direction_market
polymarket.com via Parse · Finance
Get the binary daily commodity direction (Up or Down) market from Polymarket for a given commodity and date. Automatically discovers the correct event, validates the commodity, date, and market structure, and normalizes outcomes by semantic label (Up/Down). Returns current live probabilities and order-book data including per-outcome bid-ask spreads, or a historical snapshot when as_of is supplied. Gold (XAUUSD) is the primary supported commodity; silver (XAGUSD) and natural gas (NG) are also supported when compatible markets exist. Returns status=no_market_for_date when no matching market exists, and status=historical_snapshot_unavailable when price history is unavailable for the requested as_of time. Makes 2–3 upstream requests depending on as_of usage. Access Polymarket prediction market data including events, markets, order books, price history, leaderboards, and trading activity. Fulfilled by Parse from polymarket.com.
- crypto-web3
- finance
- other
- parse
- platform-key
- polymarket-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/20b82f08-34e9-4c9e-91cd-eb4ff7b7814f/get_daily_commodity_direction_market
- Interface artifact
- sha256:ca9f1c28fa12537301ba6f18993bdd2a505c4db2e82bdab3307ae44f08c30cb6
- Manifest digest
- sha256:4a0d6493d385752e1fd374750122815dcefbf771eeaf2fbb926f620e922b4246
Request fields
- as_of (string): Optional ISO 8601 timestamp. When supplied, returns the last available market probability at or before that instant using outcome-token price history. Returns historical_snapshot_unavailable if no data is available.
- commodity (string): Commodity name or alias. Accepts: gold, XAU, XAUUSD for gold; silver, XAGUSD for silver; natural gas, NG for natural gas.
- target_date (string): Target settlement date YYYY-MM-DD. Defaults to today in America/New_York.
Example queries
- {"commodity":"gold","target_date":"2026-08-30"}