Skip to main content
POST
/
getCompressedBalance
{
  "context": "<any>",
  "value": 100
}

Body

application/json
id
enum<string>
required

An ID to identify the request.

Available options:
test-account
jsonrpc
enum<string>
required

The version of the JSON-RPC protocol.

Available options:
2.0
method
enum<string>
required

The name of the method to invoke.

Available options:
getCompressedBalance
params
object
required

Request for compressed account data

Example:
{
"address": null,
"hash": "11111111111111111111111111111111"
}

Response

context
any
required
value
integer
default:100
required
Example:

100