Solana · Arazzo Workflow
Solana Page an Address's Transaction History
Version 1.0.0
List an address's recent transaction signatures and expand the newest one into full detail.
Provider
Workflows
address-transaction-history
Fetch a page of an address's signatures and detail the newest transaction.
Lists recent signatures involving an address and resolves the most recent one into a full transaction record.
1
listSignatures
getSignaturesForAddress
List confirmed transaction signatures involving the address, newest first, capped at the requested page size.
2
detailNewest
getTransaction
Expand the newest signature into a parsed transaction, capturing the slot, block time, fee charged, and the balances before and after execution.