getWalletBalance()
This method retrieves the wallet balance from the specified blockchain chosen a specific asset.
Method Signature
Parameters
Name
Type
Description
blockchain
String
Blockchain address in hex
address
String
Wallet address in hex
asset
String
Asset name
Example
Result
The result will be of type JSON
.
Last updated