Implements the balances api endpoints.
Returns a list of addresses with balance over specified amount at the given chain height.
block_height (int) – The specified chain height.
amount (Money, int, float, Decimal) – The specified amount in coin units.
A list of addresses meeting the criteria.
List[Address]
APIError – Error thrown by node API. See message for details.