Wallet
Toggle wallet mode
Mirrors GraphQL toggleWalletMode.
POST
Authorizations
Headers
HMAC-SHA256 signature: HMAC-SHA256(secretKey, timestamp + METHOD + path + body). Optional -- when omitted, HMAC verification is skipped.
Request timestamp in epoch milliseconds. Required when x-signature is provided. Rejected if drift exceeds 5 minutes.
Body
application/json
OpenAPI: McpWalletToggleModeBodyDto. GraphQL: WalletModeArgs in apps/gql-main/src/wallet/args/walletMode.args.ts.
true = virtual trading mode, false = real wallet mode (omit to use server default toggle behavior)