# Estimate spendable wallet balance

```
GET 
/getSpendableBalance
```

Returns the spendable balance for a wallet after accounting for swap execution costs.

## Request

## Responses

* 200
* default

Spendable balance estimate.

Framework integration specific error response. `SwapperApi` throws plain errors and the host HTTP layer decides the status code and response body shape.
