Returns an array of enriched, human-readable transactions of the given transaction signatures. For a full list of Transaction Types and Sources, please see . The maximum number of transactions you can pass into this endpoint is 100.
We only parse NFT actions, Jupiter swaps, and SPL-related transactions. Do not rely on these parsers for DeFi or non-NFT, Jupiter, and SPL transactions.
How finalized a block must be to be included in the search. If not provided, will default to "finalized" commitment. Note that "processed" level commitment is not supported.
Possible values:
Body
transactionsstring[] ยท max: 100Optional
The transaction IDs/signatures to parse for.
Responses
200
Returns an array of enriched transactions.
application/json
400
Invalid request.
application/json
401
Unauthorized request.
application/json
403
Request was forbidden.
application/json
404
The specified resource was not found.
application/json
429
Exceeded rate limit.
application/json
500
The server encountered an unexpected condition that prevented it from fulfilling the request.