0.05 credits per call
getSignaturesForAddress on Solana: Returns confirmed transaction signatures involving an address.
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?, minContextSlot?}. limit defaults to 1000 (max 1000). | {"limit":10} |
Returns
array<object>: Array of {signature, slot, err, memo, blockTime, confirmationStatus} newest first.
Examples
Errors
Standard JSON-RPC errors:-32600 invalid request, -32601 method not found, -32602 invalid params.