> ## 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 Contracts

> List all your contracts

## Request

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

## Response

```json theme={null}
[
  {
    "id": "uuid", "title": "Data delivery contract",
    "status": "ACTIVE", "escrowAmount": "200.00", "currency": "USDC",
    "conditions": [...], "recentEvents": [...]
  }
]
```
