curl --request POST \
--url 'https://mainnet.helius-rpc.com/?api-key=' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": "1",
"method": "getCompressionSignaturesForAddress",
"params": {
"address": "11111119T6fgHG3unjQB6vpWozhBdiXDbQovvFVeF",
"cursor": "<string>",
"limit": 1
}
}
'