Skip to main content

QM3 custody

7 live operations under /api/qm3. 7 require a machine key; 0 are public. Tagged: Other.

MethodPathWhat it doesAuth
POST/api/qm3/deposit-addresses/{id}/initiate─ start a pending transitionkey
GET/api/qm3/deposit-addresses/{id}/pending─ list pending for walletkey
GET/api/qm3/deposit-addresses/{id}─ wallet detail + ownerskey
GET/api/qm3/deposit-addresses/mine─ wallets where caller is an ownerkey
POST/api/qm3/pending/{tid}/cancel─ cancel pending txkey
POST/api/qm3/pending/{tid}/compute-sigsignature 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.