> ## Documentation Index
> Fetch the complete documentation index at: https://docs.midasprotocol.org/llms.txt
> Use this file to discover all available pages before exploring further.

# My Bets

> View all your bets

## Request

```bash theme={null}
curl https://api.midasprotocol.org/betting/my-bets \
  -H "Authorization: Bearer pp_your_key"
```

## Response

```json theme={null}
[
  {
    "id": "uuid", "description": "...", "status": "MATCHED",
    "amount": "50.00", "currency": "USDC", "totalPot": "100.00",
    "mySide": "FOR", "myAmount": "50.00"
  }
]
```
