# Create a new bank account balance **POST /bankaccounts/{id}/balances** Add a new balance entry for a specific bank account identified by its unique identifier. The balance entry includes the amount, timestamp, and currency code. The endpoint facilitates accurate tracking of the bank account's financial status over time. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters #### Headers - **Authorization** (string) Authorization header #### Path parameters - **id** (string) ## Body parameters Content-type: application/json - **amount** (number) The amount of the balance. - **timestamp** (string(date-time)) The timestamp of the balance. - **currency** (object) The currency of the balance. ## Responses ### 201: Created #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body Parameters: application/json (object) - **amount** (number) The amount of the balance. - **timestamp** (string(date-time)) The timestamp of the balance. - **currency** (object) The currency of the balance. [Powered by Bump.sh](https://bump.sh)