GetAllBalances retrieves all balances. It starts a tracing span, fetches all balances, and records relevant events. Parameters: - ctx context.Context: The context for the operation. Returns: - []model.Balance: A slice of Balance models. - error: An error if the balances could not be retrieved.
(ctx context.Context, limit, offset int)
source not stored for this graph (policy: none)