Solana RPC MethodsRemoved Methods
getConfirmedSignaturesForAddress2 returned confirmed transaction signatures
that referenced an address, ordered from newest to oldest.
Removed RPC method
This method was removed in Agave v2.0. Use getSignaturesForAddress.
Migration
The address remains the first parameter. The before, until, and limit
cursor fields keep the same meaning in the replacement configuration object. Use
commitment: "confirmed" to preserve the legacy method's minimum commitment, or
finalized when your application requires finalized history.
Is this page helpful?