Ledger balances
Create new balance
Create a new ledger balance with the Python SDK.
POST
Create new balance
Use
blnk.ledger_balances.create to create a balance on an existing ledger.
1
Call the method
blnk.ledger_balances.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