Group Balance
Understand how the Group Balance function in Origami Tech aggregates balances across multiple accounts or assets for consolidated reporting.
group_balance(coin: str, group_id: Optional[int]) -> [GroupBalance]
group_balance(coin: str, group_id: Optional[int]) -> [GroupBalance]Returns structure that can be used to obtain balance of tokens saved at the moment when update_balance_formula in group returns True or any other non-zero value
If group_id is empty - uses current exchange for bot’s account.group_id
coin check [balance] specification
Last updated