An AccountBalanceRequest is utilized to make a balance request on the /account/balance endpoint. If the block_identifier is populated, a historical balance query should be performed.

Export

Interface

RosettaAccountBalanceRequest

Hierarchy

  • RosettaAccountBalanceRequest

Properties

account_identifier: RosettaAccount

Memberof

RosettaAccountBalanceRequest

block_identifier?: object

When fetching data by BlockIdentifier, it may be possible to only specify the index or hash. If neither property is specified, it is assumed that the client is making a request at the current block.

Memberof

RosettaAccountBalanceRequest

network_identifier: NetworkIdentifier

Memberof

RosettaAccountBalanceRequest

Generated using TypeDoc