getCompressionSignaturesForAddress
Returns the transaction signatures that closed or opened a compressed account at the given address.
This is for Light-Protocol style compressed accounts that have an address set (rather than the more common hash-only compressed token accounts). Most Pubkeys currently return an empty items array because the addressed-compressed-account namespace is not yet widely populated.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
Pubkey of the compressed account address.
string or nulloptional
Pagination cursor returned by a previous response.
integer or nulloptional
Maximum number of signatures to return.
Responses
200
A paginated list of transaction signatures.
Was this page helpful?