public class AccountRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
AccountRoutesApi() |
AccountRoutesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
AccountInfoDTO |
getAccountInfo(java.lang.String accountId)
Get account information
Returns the account information.
|
okhttp3.Call |
getAccountInfoAsync(java.lang.String accountId,
ApiCallback<AccountInfoDTO> _callback)
Get account information (asynchronously)
Returns the account information.
|
okhttp3.Call |
getAccountInfoCall(java.lang.String accountId,
ApiCallback _callback)
Build call for getAccountInfo
|
ApiResponse<AccountInfoDTO> |
getAccountInfoWithHttpInfo(java.lang.String accountId)
Get account information
Returns the account information.
|
MultisigAccountInfoDTO |
getAccountMultisig(java.lang.String accountId)
Get multisig account information
Returns the multisig account information.
|
okhttp3.Call |
getAccountMultisigAsync(java.lang.String accountId,
ApiCallback<MultisigAccountInfoDTO> _callback)
Get multisig account information (asynchronously)
Returns the multisig account information.
|
okhttp3.Call |
getAccountMultisigCall(java.lang.String accountId,
ApiCallback _callback)
Build call for getAccountMultisig
|
java.util.List<MultisigAccountGraphInfoDTO> |
getAccountMultisigGraph(java.lang.String accountId)
Get multisig account graph information
Returns the multisig account graph.
|
okhttp3.Call |
getAccountMultisigGraphAsync(java.lang.String accountId,
ApiCallback<java.util.List<MultisigAccountGraphInfoDTO>> _callback)
Get multisig account graph information (asynchronously)
Returns the multisig account graph.
|
okhttp3.Call |
getAccountMultisigGraphCall(java.lang.String accountId,
ApiCallback _callback)
Build call for getAccountMultisigGraph
|
ApiResponse<java.util.List<MultisigAccountGraphInfoDTO>> |
getAccountMultisigGraphWithHttpInfo(java.lang.String accountId)
Get multisig account graph information
Returns the multisig account graph.
|
ApiResponse<MultisigAccountInfoDTO> |
getAccountMultisigWithHttpInfo(java.lang.String accountId)
Get multisig account information
Returns the multisig account information.
|
java.util.List<AccountInfoDTO> |
getAccountsInfo(AccountIds accountIds)
Get accounts information
Returns the account information for an array of accounts.
|
okhttp3.Call |
getAccountsInfoAsync(AccountIds accountIds,
ApiCallback<java.util.List<AccountInfoDTO>> _callback)
Get accounts information (asynchronously)
Returns the account information for an array of accounts.
|
okhttp3.Call |
getAccountsInfoCall(AccountIds accountIds,
ApiCallback _callback)
Build call for getAccountsInfo
|
ApiResponse<java.util.List<AccountInfoDTO>> |
getAccountsInfoWithHttpInfo(AccountIds accountIds)
Get accounts information
Returns the account information for an array of accounts.
|
AccountsNamesDTO |
getAccountsNames(AccountIds accountIds)
Get readable names for a set of accountIds
Returns friendly names for accounts.
|
okhttp3.Call |
getAccountsNamesAsync(AccountIds accountIds,
ApiCallback<AccountsNamesDTO> _callback)
Get readable names for a set of accountIds (asynchronously)
Returns friendly names for accounts.
|
okhttp3.Call |
getAccountsNamesCall(AccountIds accountIds,
ApiCallback _callback)
Build call for getAccountsNames
|
ApiResponse<AccountsNamesDTO> |
getAccountsNamesWithHttpInfo(AccountIds accountIds)
Get readable names for a set of accountIds
Returns friendly names for accounts.
|
ApiClient |
getApiClient() |
java.util.List<TransactionInfoDTO> |
incomingTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get incoming transactions
Gets an array of incoming transactions.
|
okhttp3.Call |
incomingTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
Get incoming transactions (asynchronously)
Gets an array of incoming transactions.
|
okhttp3.Call |
incomingTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback _callback)
Build call for incomingTransactions
|
ApiResponse<java.util.List<TransactionInfoDTO>> |
incomingTransactionsWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get incoming transactions
Gets an array of incoming transactions.
|
java.util.List<TransactionInfoDTO> |
outgoingTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get outgoing transactions
Gets an array of outgoing transactions.
|
okhttp3.Call |
outgoingTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
Get outgoing transactions (asynchronously)
Gets an array of outgoing transactions.
|
okhttp3.Call |
outgoingTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback _callback)
Build call for outgoingTransactions
|
ApiResponse<java.util.List<TransactionInfoDTO>> |
outgoingTransactionsWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get outgoing transactions
Gets an array of outgoing transactions.
|
java.util.List<TransactionInfoDTO> |
partialTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get aggregate bonded transactions information
Gets an array of aggregate bonded transactions where the account is the sender or requires to cosign the transaction.
|
okhttp3.Call |
partialTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
Get aggregate bonded transactions information (asynchronously)
Gets an array of aggregate bonded transactions where the account is the sender or requires to cosign the transaction.
|
okhttp3.Call |
partialTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback _callback)
Build call for partialTransactions
|
ApiResponse<java.util.List<TransactionInfoDTO>> |
partialTransactionsWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get aggregate bonded transactions information
Gets an array of aggregate bonded transactions where the account is the sender or requires to cosign the transaction.
|
void |
setApiClient(ApiClient apiClient) |
java.util.List<TransactionInfoDTO> |
transactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get confirmed transactions
Gets an array of transactions for which an account is the sender or receiver.
|
okhttp3.Call |
transactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
Get confirmed transactions (asynchronously)
Gets an array of transactions for which an account is the sender or receiver.
|
okhttp3.Call |
transactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback _callback)
Build call for transactions
|
ApiResponse<java.util.List<TransactionInfoDTO>> |
transactionsWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get confirmed transactions
Gets an array of transactions for which an account is the sender or receiver.
|
java.util.List<TransactionInfoDTO> |
unconfirmedTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get unconfirmed transactions
Gets the array of transactions not included in a block where an account is the sender or receiver.
|
okhttp3.Call |
unconfirmedTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
Get unconfirmed transactions (asynchronously)
Gets the array of transactions not included in a block where an account is the sender or receiver.
|
okhttp3.Call |
unconfirmedTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback _callback)
Build call for unconfirmedTransactions
|
ApiResponse<java.util.List<TransactionInfoDTO>> |
unconfirmedTransactionsWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get unconfirmed transactions
Gets the array of transactions not included in a block where an account is the sender or receiver.
|
public AccountRoutesApi()
public AccountRoutesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getAccountInfoCall(java.lang.String accountId,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public AccountInfoDTO getAccountInfo(java.lang.String accountId) throws ApiException
accountId - Account public key or address. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public ApiResponse<AccountInfoDTO> getAccountInfoWithHttpInfo(java.lang.String accountId) throws ApiException
accountId - Account public key or address. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountInfoAsync(java.lang.String accountId,
ApiCallback<AccountInfoDTO> _callback)
throws ApiException
accountId - Account public key or address. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountMultisigCall(java.lang.String accountId,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public MultisigAccountInfoDTO getAccountMultisig(java.lang.String accountId) throws ApiException
accountId - Account public key or address. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public ApiResponse<MultisigAccountInfoDTO> getAccountMultisigWithHttpInfo(java.lang.String accountId) throws ApiException
accountId - Account public key or address. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountMultisigAsync(java.lang.String accountId,
ApiCallback<MultisigAccountInfoDTO> _callback)
throws ApiException
accountId - Account public key or address. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountMultisigGraphCall(java.lang.String accountId,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public java.util.List<MultisigAccountGraphInfoDTO> getAccountMultisigGraph(java.lang.String accountId) throws ApiException
accountId - Account public key or address. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<MultisigAccountGraphInfoDTO>> getAccountMultisigGraphWithHttpInfo(java.lang.String accountId) throws ApiException
accountId - Account public key or address. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountMultisigGraphAsync(java.lang.String accountId,
ApiCallback<java.util.List<MultisigAccountGraphInfoDTO>> _callback)
throws ApiException
accountId - Account public key or address. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountsInfoCall(AccountIds accountIds, ApiCallback _callback) throws ApiException
accountIds - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public java.util.List<AccountInfoDTO> getAccountsInfo(AccountIds accountIds) throws ApiException
accountIds - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<AccountInfoDTO>> getAccountsInfoWithHttpInfo(AccountIds accountIds) throws ApiException
accountIds - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountsInfoAsync(AccountIds accountIds, ApiCallback<java.util.List<AccountInfoDTO>> _callback) throws ApiException
accountIds - (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountsNamesCall(AccountIds accountIds, ApiCallback _callback) throws ApiException
accountIds - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public AccountsNamesDTO getAccountsNames(AccountIds accountIds) throws ApiException
accountIds - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public ApiResponse<AccountsNamesDTO> getAccountsNamesWithHttpInfo(AccountIds accountIds) throws ApiException
accountIds - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountsNamesAsync(AccountIds accountIds, ApiCallback<AccountsNamesDTO> _callback) throws ApiException
accountIds - (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public okhttp3.Call incomingTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public java.util.List<TransactionInfoDTO> incomingTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<TransactionInfoDTO>> incomingTransactionsWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public okhttp3.Call incomingTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public okhttp3.Call outgoingTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public java.util.List<TransactionInfoDTO> outgoingTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<TransactionInfoDTO>> outgoingTransactionsWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public okhttp3.Call outgoingTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public okhttp3.Call partialTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public java.util.List<TransactionInfoDTO> partialTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<TransactionInfoDTO>> partialTransactionsWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public okhttp3.Call partialTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public okhttp3.Call transactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public java.util.List<TransactionInfoDTO> transactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<TransactionInfoDTO>> transactionsWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public okhttp3.Call transactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public okhttp3.Call unconfirmedTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public java.util.List<TransactionInfoDTO> unconfirmedTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<TransactionInfoDTO>> unconfirmedTransactionsWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public okhttp3.Call unconfirmedTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Transaction identifier up to which transactions are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |