Package | Description |
---|---|
com.metaco.api |
Modifier and Type | Method and Description |
---|---|
WalletDetails |
MetacoClientImpl.getWalletDetails(String address) |
WalletDetails |
MetacoClient.getWalletDetails(String address)
Requires Authentication
Returns the current wallet state
The transaction history is paginated, you will get the 500 first results
Contains the current balances, the values and the transaction history
|
WalletDetails |
MetacoClientImpl.getWalletDetails(String address,
PageCriteria pageCriteria) |
WalletDetails |
MetacoClient.getWalletDetails(String address,
PageCriteria pageCriteria)
Requires Authentication
Returns the current wallet state
The transaction history is paginated, you can choose your page using the pageCriteria parameter (the page size is limited to 500)
Contains the current balances, the values and the transaction history
|
Copyright © 2016 Metaco. All rights reserved.