Package | Description |
---|---|
com.metaco.api |
Modifier and Type | Method and Description |
---|---|
OrderResultPage |
MetacoClientImpl.getOrders(PageCriteria pageCriteria) |
OrderResultPage |
MetacoClient.getOrders(PageCriteria pageCriteria)
Requires Authentication
Returns the user's orders, according to the pageCriteria settings (the page size is limited to 500)
|
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.