---
title: "POST /getLatestNonVotingSignatures"
method: POST
path: "/getLatestNonVotingSignatures"
---

# POST /getLatestNonVotingSignatures

`POST /getLatestNonVotingSignatures`

## Request body

- object
  - `id` 'test-account', required — An ID to identify the request.
  - `jsonrpc` '2.0', required — The version of the JSON-RPC protocol.
  - `method` 'getLatestNonVotingSignatures', required — The name of the method to invoke.
  - `params` object, required
    - `cursor` string, nullable
    - `limit` integer

## Response `200`

- object
  - `error` object
    - `code` integer
    - `message` string
  - `id` 'test-account', required — An ID to identify the response.
  - `jsonrpc` '2.0', required — The version of the JSON-RPC protocol.
  - `result` object
    - `context` Context, required
      - `slot` integer, required
    - `value` SignatureInfoListWithError, required
      - `items` SignatureInfoWithError[], required
        - `blockTime` integer, required — An Unix timestamp (seconds)
        - `error` string, nullable
        - `signature` string, required — A Solana transaction signature.
        - `slot` integer, required

## Other responses

- `429` — Exceeded rate limit.
- `500` — The server encountered an unexpected condition that prevented it from fulfilling the request.

---

[API](https://skmtc.net/helius-labs/apis/photon-indexer.md) · [All operations](https://skmtc.net/helius-labs/apis/photon-indexer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helius-labs/photon-indexer/versions/0ab5c33fdae3/schema)
