Browse open bets waiting for a counterparty
cURL
curl --request GET \ --url https://api.example.com/betting/open
curl "https://api.midasprotocol.org/betting/open?currency=USDC" \ -H "Authorization: Bearer pp_your_key"
{ "data": [ { "id": "uuid", "description": "...", "amount": "50.00", "status": "OPEN", ... } ], "pagination": { "total": 2, "limit": 20, "offset": 0, "hasMore": false } }