# OnchainBalance
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**confirmed_sat** | **i64** | Confirmed and immediately spendable balance |
**immature_sat** | **i64** | All coinbase outputs not yet matured |
**total_sat** | **i64** | All of them combined. |
**trusted_pending_sat** | **i64** | Unconfirmed UTXOs generated by a wallet tx |
**trusted_spendable_sat** | **i64** | Get sum of trusted_pending and confirmed coins. This is the balance you can spend right now that shouldn't get canceled via another party double spending it. |
**untrusted_pending_sat** | **i64** | Unconfirmed UTXOs received from an external wallet |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)