Get Outcome Edges
get_outcome_edgesOne-call mispricing scanner for autonomous agents: every live HIP-4 PRICE market, each priced against its options/vol-implied fair value and ranked by |edge|. BTC/ETH use the Deribit IV smile; other assets use Hyperliquid realized vol (iv_source labels which). edge_pt = (implied_prob - yes_price)*100, computed only where a real traded YES price exists (synthetic/untraded 0.5 placeholders return edge_pt:null so no fake edge is surfaced). Filter with min_edge_pt / underlying. The whole board without looping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max markets to return (default 30, max 100). | |
| underlying | No | Filter to one underlying ticker, e.g. "BTC". | |
| min_edge_pt | No | Only return markets whose |edge| in probability points is at least this (default 0 = the whole board). |