public interface RipplePublic
See https://github.com/ripple/ripple-rest for up-to-date documentation.
Modifier and Type | Method and Description |
---|---|
RippleAccountBalances |
getAccountBalances(String address)
Returns the account balances for this address.
|
RippleAccountSettings |
getAccountSettings(String address)
Returns the account settings for this address.
|
RippleOrderBook |
getOrderBook(String address,
String base,
String counter,
String limit)
Returns the order book for this address and base/counter pair.
|
RippleTransactionFee |
getTransactionFee()
Fetch the network transaction fee.
|
RippleNotifications |
notifications(String address,
Boolean excludeFailed,
Boolean earliestFirst,
Integer resultsPerPage,
Integer page,
Long startLedger,
Long endLedger)
Returns notifications for this address.
|
RippleAccountOrders |
openAccountOrders(String address)
Returns the account information for this address.
|
RippleOrderDetails |
orderDetails(String address,
String hash)
Returns the account information for this address.
|
RippleOrderBook getOrderBook(String address, String base, String counter, String limit) throws IOException, RippleException
IOException
RippleException
RippleAccountBalances getAccountBalances(String address) throws IOException, RippleException
IOException
RippleException
RippleAccountSettings getAccountSettings(String address) throws IOException, RippleException
IOException
RippleException
RippleAccountOrders openAccountOrders(String address) throws IOException, RippleException
IOException
RippleException
RippleOrderDetails orderDetails(String address, String hash) throws IOException, RippleException
IOException
RippleException
RippleNotifications notifications(String address, Boolean excludeFailed, Boolean earliestFirst, Integer resultsPerPage, Integer page, Long startLedger, Long endLedger) throws IOException, RippleException
IOException
RippleException
RippleTransactionFee getTransactionFee()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.