# \Api20100401BalanceApi All URIs are relative to *https://api.twilio.com* Method | HTTP request | Description ------------- | ------------- | ------------- [**fetch_balance**](Api20100401BalanceApi.md#fetch_balance) | **GET** /2010-04-01/Accounts/{AccountSid}/Balance.json | ## fetch_balance > models::ApiPeriodV2010PeriodAccountPeriodBalance fetch_balance(account_sid) Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **account_sid** | **String** | The unique SID identifier of the Account. | [required] | ### Return type [**models::ApiPeriodV2010PeriodAccountPeriodBalance**](api.v2010.account.balance.md) ### Authorization [accountSid_authToken](../README.md#accountSid_authToken) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)