# Account limit explanation ``` "id": "account_dcaf3966dab343688994e1fc9e08c77f", "type": "Personal", "balance": "$3.62", "wallet_type": "Digital Goods", "wallet_id": 2, "limitations": { "balance": { "max": "0.0", => maximum allowed balance for this account ( in this case DGW) "remaining": "-3.62", => max - used "used": "3.62" => GW + DGW balance combined }, "storage": { "max": "0.0", => Same as balance. @Corey can confirm ??? "remaining": "-3.62", => max - used "used": "3.62" => GW + DGW balance + sum (topup request + binance payout + payout) combined }, "charge_rolling_yearly": { "max": "0.0", => PSA maximum charge volume (DW + DGW combined) - 30K "remaining": "0.0", => max - used "used": "0.0" => Sum of ( binance charge + charge) combined) }, "credit_card_payment_daily": { "max": "0.0", => Maximum daily 2K currently "remaining": "0.0",=> max - used "used": "0.0" => Sum of credit card amount }, "direct_bank_transfer_payment_daily": { "max": "20000.0", => maximum daily 20K currently "remaining": "20000.0",=> max - used "used": "0.0" => Sum of Direct bank transfer contracts } },