0.05 credits per call
getConfirmedSignaturesForAddress2 on Solana: Returns confirmed signatures for an address (deprecated).
Endpoint
Authorization: Bearer <GOLDRUSH_API_KEY>. See authentication.
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
address | string | yes | Base-58 encoded account address. | "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM" |
config | object | no | {limit?, before?, until?, commitment?}. | {"limit":10} |
Returns
array<object>: Array of {signature, slot, err, memo, blockTime}.
Examples
Errors
Standard JSON-RPC errors:-32600 invalid request, -32601 method not found, -32602 invalid params.