Skip to main content

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.

Pause

POST /subscriptions//pause
curl -X POST https://api.midasprotocol.org/subscriptions/sub-uuid/pause \
  -H "Authorization: Bearer pp_your_key"
Response: Subscription with status: "PAUSED".

Resume

POST /subscriptions//resume
curl -X POST https://api.midasprotocol.org/subscriptions/sub-uuid/resume \
  -H "Authorization: Bearer pp_your_key"
Response: Subscription with status: "ACTIVE" and updated nextPaymentAt.