Skip to main content

POST /api/admin/wallets

MethodPOST
Path/api/admin/wallets
GroupWallet Admin
Authadmin session
Sourceshared/api-core/src/routes/walletAdmin.ts

Call it

curl -X POST https://zeqsdk.com/api/admin/wallets \
-H "Content-Type: application/json" \
-d '{"chain":null,"address":null,"label":null,"activate":null}'

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

Reference