GetWalletInfo()
Summary
Route
Type
Example
/monitor/getwalletinfo
POST
http://176.113.80.7:62000/api/monitor/getwalletinfo
Description
Gets information about the wallet balance, including a detailed list of outgoing and incoming delegations.
Request
Request Structure
{
// Parameters common for all requests
// Wallet address
"PublicKey": "public key in base 58 format",
}Request Parameters
string: PublicKey - Wallet address (public key) in Base58
Response
JSON output depends on the request type and its success.
If there’s an error, request returns to the node basic Result:
Success: False
Message:
If successful, requested information is returned.
Response Structure
Example Code
Python
C++
C#
Last updated