Wallet
Withdraw funds
Mirrors GraphQL withdrawFunds. MFA session verification from JWT is not available via API key; verified is passed as false (withdrawals that require MFA may return an error — use the main app after MFA when required).
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: McpWalletOperationBodyDto. toAddress is required for withdrawal.