GET /api/qm3/wallets/:id/pending
| Method | GET |
| Path | /api/qm3/wallets/:id/pending |
| Group | Qm3 Wallets |
| Auth | session cookie |
| Source | shared/api-core/src/routes/qm3Wallets.ts |
Call it
curl -X GET https://zeqsdk.com/api/qm3/wallets/:id/pending
Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.
Reference
- Group: Qm3 Wallets
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.