Skip to main content
POST
/
getCompressionSignaturesForOwner
cURL
curl --request POST \
  --url https://mainnet.helius-rpc.com/getCompressionSignaturesForOwner \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "test-account",
  "jsonrpc": "2.0",
  "method": "getCompressionSignaturesForOwner",
  "params": {
    "cursor": "<string>",
    "limit": 1,
    "owner": "1111111AFmseVrdL9f9oyCzZefL9tG6UbvhMPRAGw"
  }
}
'
{
  "context": {
    "slot": 100
  },
  "value": {
    "cursor": "<string>",
    "items": [
      {
        "blockTime": 1714081554,
        "signature": "5J8H5sTvEhnGcB4R8K1n7mfoiWUD9RzPVGES7e3WxC7c",
        "slot": 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:
getCompressionSignaturesForOwner
params
object
required

Response

context
object
required
value
object
required