JSON RPC Methods
Getcompressedaccount
Retrieve compressed account information by address or hash. RPC method guide with use cases, tips and examples.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://www.zkcompression.com/llms.txt
Use this file to discover all available pages before exploring further.
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:
getCompressedAccount Request for compressed account data
Example:
{
"address": null,
"hash": "11111111111111111111111111111111"
}Previous
GetcompressedaccountsbyownerRetrieve all compressed accounts owned by a specific address. RPC method guide with use cases, tips and examples.
Next
cURL