Wallet

The WalletService manages wallet information.

Methods:

MethodDescriptionCorresponding API call
getWallet()Retrieve wallet informationGet wallet

Usage Examples:

Fetching wallet information

WirexPay.wallet.getWallet()
  .then(response => console.log('Wallet info:', response))
  .catch(error => console.error('Error fetching transactions:', error));