# Get Account Cash Balance Rate Limit: 1 request per 2 seconds Provides a detailed breakdown of your account's cash and investment metrics, including available funds, invested capital, and total account value. Endpoint: GET /api/v0/equity/account/cash Version: v0 Security: authWithSecretKey ## Response 200 fields (application/json): - `blocked` (number) The amount of cash reserved for pending orders. This cash is not available for placing new trades but is part of your withdrawable funds. - `free` (number) The amount of cash available for investing. This amount is not reserved for any pending orders. Note: Your total withdrawable cash is the sum of free and blocked cash. - `invested` (number) The cost basis of your current investments. This represents the total amount of money you have paid for the securities you currently own. - `pieCash` (number) The sum of uninvested cash held within all of your pies, in your account's main currency. - `ppl` (number) The total unrealized (potential) profit and loss from all your open positions. - `result` (number) The all time realised profit loss from all of the trades executed converted into your main account currency. - `total` (number) The total value of your account. total = free + blocked + invested + unrealised profit/loss + spending pot. ## Response 401 fields ## Response 403 fields ## Response 408 fields ## Response 429 fields