Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions docs/src/developing/clients/jsonrpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1971,8 +1971,9 @@ Result:
### getSignaturesForAddress


Returns confirmed signatures for transactions involving an
address backwards in time from the provided signature or most recent confirmed block
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

#### Parameters:
* `<string>` - account address as base-58 encoded string
Expand Down Expand Up @@ -4367,8 +4368,10 @@ Result:
**DEPRECATED: Please use [getSignaturesForAddress](jsonrpc-api.md#getsignaturesforaddress) instead**
This method is expected to be removed in solana-core v2.0

Returns confirmed signatures for transactions involving an
address backwards in time from the provided signature or most recent confirmed block
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


#### Parameters:
* `<string>` - account address as base-58 encoded string
Expand Down