getCompressionSignaturesForAddress
Last updated
Was this helpful?
Last updated
Was this helpful?
Return the signatures of the transactions that closed or opened a compressed account with the given address. This is a paginated endpoint.
An ID to identify the request.
The version of the JSON-RPC protocol.
The name of the method to invoke.
POST / HTTP/1.1
Host: mainnet.helius-rpc.com
Content-Type: application/json
Accept: */*
Content-Length: 174
{
"id": "test-account",
"jsonrpc": "2.0",
"method": "getCompressionSignaturesForAddress",
"params": {
"address": "1111111F5q7ToS5rKDfdAt2rgf9yPXY2f21tCRA55",
"cursor": "text",
"limit": 1
}
}
{
"context": {
"slot": 100
},
"value": {
"cursor": "text",
"items": [
{
"blockTime": 1714081554,
"signature": "5J8H5sTvEhnGcB4R8K1n7mfoiWUD9RzPVGES7e3WxC7c",
"slot": 100
}
]
}
}