New: getTransactionsForAddress - Query transaction history with advanced filtering, sorting, and pagination. Learn More [blocked]
English
Returns signatures for confirmed transactions that include the given address in their accountKeys list. Returns signatures backwards in time from the provided signature or most recent confirmed block
accountKeys
cURL
curl --request POST \ --url https://mainnet.helius-rpc.com/ \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": "1", "method": "getSignaturesForAddress", "params": [ "Vote111111111111111111111111111111111111111" ] }'
{ "jsonrpc": "2.0", "id": 1, "result": [ { "signature": "5h6xBEauJ3PK6SWCZ1PGjBvj8vDdWG3KpwATGy1ARAXFSDwt8GFXM7W5Ncn16wmqokgpiKRLuS83KUxyZyv2sUYv", "slot": 114, "err": null, "memo": null, "blockTime": null, "confirmationStatus": "finalized" } ] }
2.0
getSignaturesForAddress
Show child attributes
Was this page helpful?