.agents/skills/binance-agentic-wallet/references/wallet-setting.md
View the wallet's current security configuration and daily quota. Settings can only be changed in the Binance App — this command is read-only.
wallet settingsbaw wallet settings --json
No command-specific parameters.
baw wallet settings --json
{
"success": true,
"data": {
"maxSigninDuration": "48h",
"inactiveSignoutDuration": "24h",
"dailyLimit": 50000,
"abnormalTxnHandling": "AutoReject",
"tradeAllTokens": false,
"predictionEnabled": true,
"predictionDailyLimit": 50000,
"predictionQuotaUsed": 0,
"predictionQuotaLeft": 50000,
"predictionQuotaDate": "2026-04-03",
"defiDailyLimit": 5000,
"defiQuotaUsed": 0,
"defiQuotaLeft": 5000,
"defiQuotaDate": "2026-04-03",
"x402DailyLimit": 20,
"x402QuotaUsed": 0,
"x402QuotaLeft": 20,
"x402QuotaDate": "2026-04-03",
"quotaUsed": 0,
"quotaLeft": 50000,
"quotaDate": "2026-04-03",
"inactiveSignOutTime": "2026-04-04T06:32:05+08:00",
"sessionExpireTime": "2026-04-04T06:32:05+08:00"
}
}
Returns the current security settings:
AutoReject — automatically block abnormal transactions without prompting the user.NeedConfirmation — send a double-confirm request to the Binance App and wait for the user to approve or reject.prediction commands) is enabled for this wallet. When false, prediction trade * calls will be rejected by policy.dailyLimit: prediction trades only consume predictionQuotaUsed.dailyLimit (and prediction): DeFi deposit / lp-add only consume defiQuotaUsed.dailyLimit and predictionDailyLimit: x402 payments only consume x402QuotaUsed.The response also includes current status information:
predictionDailyLimit has been consumed by prediction trades today.defiDailyLimit has been consumed by DeFi operations (defi deposit / defi lp-add) today.Settings cannot be changed via the CLI. To update them, follow these steps in the Binance App:
When a transaction is rejected because of a security policy (e.g., token not on the allowed list, daily limit exceeded, x402 daily limit exceeded, prediction disabled, prediction daily limit exceeded, defi daily limit exceeded), use wallet settings to explain the restriction and guide the user to the App to make adjustments.