cURL
JSON RPC Methods
Getcompressedbalance
Retrieve the lamport balance for a specific compressed account by address or hash. Overview with RPC method guide.
POST
cURL
Body
application/json
An ID to identify the request.
Available options:
test-account The version of the JSON-RPC protocol.
Available options:
2.0 The name of the method to invoke.
Available options:
getCompressedBalance Request for compressed account data
Example:
{
"address": null,
"hash": "11111111111111111111111111111111"
}