Skip to content
Alchemy Logo

getTransactionsForAddress

POST
/{apiKey}

Returns transaction history for a given address with advanced filtering, bidirectional sorting, and pagination. Combines the functionality of getSignaturesForAddress and getTransaction into a single call, returning up to 1,000 signatures or up to 100 full transactions per request.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

Base-58 encoded public key of the account to query transaction history for.

objectoptional

Optional configuration object containing transaction detail level, sort order, limit, pagination token, commitment, encoding, and filters (slot, blockTime, signature, status, tokenAccounts).

Responses

200

A paginated list of transactions for the address. Each entry includes the slot, transaction index, and either a signature plus metadata (when transactionDetails is signatures) or the full transaction and meta objects (when transactionDetails is full). A paginationToken is returned when more results are available.

Was this page helpful?