Fetch confirmed signatures for transactions involving the given address.
HTTP transport instance
Base-58 encoded account address
Pagination, commitment, and call options
Array of signature information objects
Auto-paginates with safety guards. Set limit to control total results (default 100, max ~50 000).
limit
const sigs = await getSignaturesForAddress(transport, address, { limit: 10 }); Copy
const sigs = await getSignaturesForAddress(transport, address, { limit: 10 });
1.0.0
Fetch confirmed signatures for transactions involving the given address.