QM3 custody
7 live operations under /api/qm3. 7 require a machine key; 0 are public. Tagged: Other.
| Method | Path | What it does | Auth |
|---|---|---|---|
POST | /api/qm3/deposit-addresses/{id}/initiate | ─ start a pending transition | key |
GET | /api/qm3/deposit-addresses/{id}/pending | ─ list pending for wallet | key |
GET | /api/qm3/deposit-addresses/{id} | ─ wallet detail + owners | key |
GET | /api/qm3/deposit-addresses/mine | ─ wallets where caller is an owner | key |
POST | /api/qm3/pending/{tid}/cancel | ─ cancel pending tx | key |
POST | /api/qm3/pending/{tid}/compute-sig | signature directly (the caller's identity is proven by the v3 cookie either way). | key |
POST | /api/qm3/pending/{tid}/sign | ─ attach signature Body: { signature_hex } — caller-computed. | key |
Generated by scripts/generate-reference.mjs from https://zeq.me/openapi.json.