public class AccountRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
AccountRoutesApi() |
AccountRoutesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TransactionInfoDTO> |
getAccountConfirmedTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type)
Get confirmed transactions
Gets an array of transactions for which an account is the sender or receiver.
|
okhttp3.Call |
getAccountConfirmedTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
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 |
getAccountConfirmedTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback _callback)
Build call for getAccountConfirmedTransactions
|
ApiResponse<java.util.List<TransactionInfoDTO>> |
getAccountConfirmedTransactionsWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type)
Get confirmed transactions
Gets an array of transactions for which an account is the sender or receiver.
|
java.util.List<TransactionInfoDTO> |
getAccountIncomingTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type)
Get incoming transactions
Gets an array of incoming transactions.
|
okhttp3.Call |
getAccountIncomingTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
Get incoming transactions (asynchronously)
Gets an array of incoming transactions.
|
okhttp3.Call |
getAccountIncomingTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback _callback)
Build call for getAccountIncomingTransactions
|
ApiResponse<java.util.List<TransactionInfoDTO>> |
getAccountIncomingTransactionsWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type)
Get incoming transactions
Gets an array of incoming transactions.
|
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.
|
java.util.List<TransactionInfoDTO> |
getAccountOutgoingTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type)
Get outgoing transactions
Gets an array of outgoing transactions.
|
okhttp3.Call |
getAccountOutgoingTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
Get outgoing transactions (asynchronously)
Gets an array of outgoing transactions.
|
okhttp3.Call |
getAccountOutgoingTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback _callback)
Build call for getAccountOutgoingTransactions
|
ApiResponse<java.util.List<TransactionInfoDTO>> |
getAccountOutgoingTransactionsWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type)
Get outgoing transactions
Gets an array of outgoing transactions.
|
java.util.List<TransactionInfoDTO> |
getAccountPartialTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type)
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 |
getAccountPartialTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
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 |
getAccountPartialTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback _callback)
Build call for getAccountPartialTransactions
|
ApiResponse<java.util.List<TransactionInfoDTO>> |
getAccountPartialTransactionsWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type)
Get aggregate bonded transactions information
Gets an array of aggregate bonded transactions where the account is the sender or requires to cosign the transaction.
|
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.
|
java.util.List<TransactionInfoDTO> |
getAccountUnconfirmedTransactions(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type)
Get unconfirmed transactions
Gets the array of transactions not included in a block where an account is the sender or receiver.
|
okhttp3.Call |
getAccountUnconfirmedTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
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 |
getAccountUnconfirmedTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback _callback)
Build call for getAccountUnconfirmedTransactions
|
ApiResponse<java.util.List<TransactionInfoDTO>> |
getAccountUnconfirmedTransactionsWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type)
Get unconfirmed transactions
Gets the array of transactions not included in a block where an account is the sender or receiver.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public AccountRoutesApi()
public AccountRoutesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getAccountConfirmedTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (optional)_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> getAccountConfirmedTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering, TransactionTypeEnum type) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (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 | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<TransactionInfoDTO>> getAccountConfirmedTransactionsWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering, TransactionTypeEnum type) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (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 | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountConfirmedTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (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 | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountIncomingTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (optional)_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> getAccountIncomingTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering, TransactionTypeEnum type) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (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 | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<TransactionInfoDTO>> getAccountIncomingTransactionsWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering, TransactionTypeEnum type) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (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 | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountIncomingTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (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 | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountInfoCall(java.lang.String accountId,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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 enconded using a 32-character set. (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 enconded using a 32-character set. (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 enconded using a 32-character set. (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 getAccountOutgoingTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (optional)_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> getAccountOutgoingTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering, TransactionTypeEnum type) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (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 | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<TransactionInfoDTO>> getAccountOutgoingTransactionsWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering, TransactionTypeEnum type) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (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 | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountOutgoingTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (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 | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountPartialTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (optional)_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> getAccountPartialTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering, TransactionTypeEnum type) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (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 | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<TransactionInfoDTO>> getAccountPartialTransactionsWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering, TransactionTypeEnum type) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (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 | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountPartialTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (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 | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountUnconfirmedTransactionsCall(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (optional)_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> getAccountUnconfirmedTransactions(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering, TransactionTypeEnum type) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (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 | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<TransactionInfoDTO>> getAccountUnconfirmedTransactionsWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering, TransactionTypeEnum type) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (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 | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getAccountUnconfirmedTransactionsAsync(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering,
TransactionTypeEnum type,
ApiCallback<java.util.List<TransactionInfoDTO>> _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (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")type - Transaction type to filter by. (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 | - |
| 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 | - |