Skip to main content

POST /api/qm3/pending/:tid/compute-sig

MethodPOST
Path/api/qm3/pending/:tid/compute-sig
GroupQm3 Wallets
Authsession cookie
Sourceshared/api-core/src/routes/qm3Wallets.ts

Call it

curl -X POST https://zeqsdk.com/api/qm3/pending/:tid/compute-sig \
-H "Content-Type: application/json" \
-d '{}'

Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.

Reference