Skip to main content
POST
/
getCompressedMintTokenHolders
{
  "error": {
    "code": 123,
    "message": "<string>"
  },
  "id": "test-account",
  "jsonrpc": "2.0",
  "result": {
    "context": {
      "slot": 100
    },
    "value": {
      "cursor": "3J98t1WpEZ73CNm",
      "items": [
        {
          "balance": 100,
          "owner": "111111131h1vYVSYuKP6AhS86fbRdMw9XHiZAvAaj"
        }
      ]
    }
  }
}

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:
getCompressedMintTokenHolders
params
object
required

Response

id
enum<string>
required

An ID to identify the response.

Available options:
test-account
jsonrpc
enum<string>
required

The version of the JSON-RPC protocol.

Available options:
2.0
error
object
result
object