accountKeys list. Returns signatures backwards in time from the provided signature or most recent confirmed block
On ThorNode
Forwarded to the upstream node with a 10 s timeout and one retry on a transport error. History is limited to the upstream’s retained ledger; slots older thangetFirstAvailableBlock return an error.
Parameters
string
required
Solana account address to retrieve transaction history for (wallet, token, program, NFT, etc.).
string
The commitment level for the request. The
processed commitment is not supported.confirmedfinalized
number
The minimum slot that the request can be evaluated at.
number
Maximum number of transaction signatures to return in a single request (1-1,000).
string
Pagination parameter to get transactions before this signature (earlier in time).
string
Get transactions until this signature is reached.
Response
array
List of transaction signature information.