Wallet API
Manage Wallets
Get Balance, Transaction History and Pay from created wallets
This guide covers how to manage wallets, including getting deposit methods, checking balances, making payments, and viewing transaction history.
Get Deposit Methods
To retrieve account information and deposit methods:
This will return an object with the following structure:
You can use the following deposit methods:
id
oralias
to send from other wallets using our SDK.paymail
to send P2P from other BSV wallets that support this protocol.base58Address
to send from any BSV wallet or exchange.
Get Wallet Balance
To check the wallet balance:
The response will look like this:
Make a Payment
The payment result will look like this:
Get Wallet Payments
To retrieve the wallet’s payment history:
The response will include an array of payment objects:
Available payment filters