---
title: getConfirmedSignaturesForAddress2
hideTableOfContents: true
h1: getConfirmedSignaturesForAddress2 RPC Method
---

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

<Callout type="warn" title={"Deprecated Method"}>
  This method is expected to be removed in `solana-core` v2.0. Please use
  [getSignaturesForAddress](/docs/rpc/http/getsignaturesforaddress) instead.
</Callout>
