public class ReturnDepositsWithdrawals extends Object implements Req, Parser<DepositsWithdrawals>
| Modifier and Type | Method and Description |
|---|---|
static ReturnDepositsWithdrawals |
create(String address,
LocalDateTime start,
LocalDateTime end)
returnDepositsWithdrawals
|
String |
getEndpoint() |
String |
getPayload() |
DepositsWithdrawals |
parse(com.fasterxml.jackson.databind.ObjectMapper mapper,
String json) |
public String getEndpoint()
getEndpoint in interface Reqpublic String getPayload()
getPayload in interface Reqpublic DepositsWithdrawals parse(com.fasterxml.jackson.databind.ObjectMapper mapper, String json)
parse in interface Parser<DepositsWithdrawals>public static ReturnDepositsWithdrawals create(String address, LocalDateTime start, LocalDateTime end)
address - Address of the walletstart - Optional Inclusive starting UNIX timestamp of returned resultend - Optional Inclusive ending UNIX timestamp of returned results.
Defaults to current timestampCopyright © 2019. All rights reserved.