Skip to main content

POST /api/qm3/wallets/:id/initiate

MethodPOST
Path/api/qm3/wallets/:id/initiate
GroupQm3 Wallets
Authsession cookie
Sourceshared/api-core/src/routes/qm3Wallets.ts

Call it

curl -X POST https://zeqsdk.com/api/qm3/wallets/:id/initiate \
-H "Content-Type: application/json" \
-d '{}'

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

Reference