getLatestNonVotingSignatures
Returns the signatures of the latest transactions that are not voting transactions
post
Body
idstring · enumRequiredPossible values:
An ID to identify the request.
jsonrpcstring · enumRequiredPossible values:
The version of the JSON-RPC protocol.
methodstring · enumRequiredPossible values:
The name of the method to invoke.
Responses
200Success
application/json
429
Exceeded rate limit.
application/json
500
The server encountered an unexpected condition that prevented it from fulfilling the request.
application/json
post
POST / HTTP/1.1
Host: mainnet.helius-rpc.com
Content-Type: application/json
Accept: */*
Content-Length: 114
{
"id": "test-account",
"jsonrpc": "2.0",
"method": "getLatestNonVotingSignatures",
"params": {
"cursor": "text",
"limit": 1
}
}
{
"context": {
"slot": 100
},
"value": {
"items": [
{
"blockTime": 1714081554,
"error": "text",
"signature": "5J8H5sTvEhnGcB4R8K1n7mfoiWUD9RzPVGES7e3WxC7c",
"slot": 100
}
]
}
}
Last updated