@iota-pico/api
Version:
IOTA Pico Framework API
46 lines (24 loc) • 902 B
Markdown
[@iota-pico/api](../README.md) > [IGetBalancesRequest](../interfaces/igetbalancesrequest.md)
# Interface: IGetBalancesRequest
Represents the request for getBalances command.
*__interface__*:
## Hierarchy
**IGetBalancesRequest**
## Index
### Properties
* [addresses](igetbalancesrequest.md#addresses)
* [threshold](igetbalancesrequest.md#threshold)
---
## Properties
<a id="addresses"></a>
### addresses
**● addresses**: *`string`[]*
*Defined in [models/IGetBalancesRequest.ts:9](https://github.com/iota-pico/api/tree/master/src/models/IGetBalancesRequest.ts#L9*
List of addresses you want to get the confirmed balance from.
___
<a id="threshold"></a>
### threshold
**● threshold**: *`number`*
*Defined in [models/IGetBalancesRequest.ts:13](https://github.com/iota-pico/api/tree/master/src/models/IGetBalancesRequest.ts#L13*
Confirmation threshold, should be set to 100.
___