getTransactionsForAddress
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
docs-demoFor higher throughput, create your own API key
Request
Base-58 encoded public key of the account to query transaction history for.
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.