Ledger balances
Create new balance
Create a new ledger balance with the TypeScript SDK.
POST
Create new balance
Use
blnk.LedgerBalances.create to create a balance on an existing ledger.
1
Call the method
blnk.LedgerBalances.create
2
Save the balance ID
Use
response.data.balance_id as the source or destination on transactions, or when creating balance monitors.3
Response
201 Created