List all your contracts
cURL
curl --request GET \ --url https://api.example.com/contracts/mine
Documentation IndexFetch the complete documentation index at: https://docs.midasprotocol.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.midasprotocol.org/llms.txt
Use this file to discover all available pages before exploring further.
curl https://api.midasprotocol.org/contracts/mine \ -H "Authorization: Bearer pp_your_key"
[ { "id": "uuid", "title": "Data delivery contract", "status": "ACTIVE", "escrowAmount": "200.00", "currency": "USDC", "conditions": [...], "recentEvents": [...] } ]