Function cryptoapis::apis::informative_api::list_wallet_transactions[][src]

pub async fn list_wallet_transactions(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    wallet_id: &str,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListWalletTransactionsR, Error<ListWalletTransactionsError>>
Expand description

Through this endpoint customers can list Transactions from and to their Wallet. The data returned will include transactionId, direction of the transaction - incoming or outgoing, amount and more.