Overview
The GraphQL interface exposes both Parsed Events methods: Parse Transactions throughtransactions and Parsed Transaction History through transactionsByAddress. It returns the same parsed transaction model as the REST endpoints, while letting clients select only the fields they need.
GraphQL includes rawTransaction only when the field is selected. Dynamic parser payloads remain JSON scalars, including decoded instruction args, transaction execution error, summary parsedData, and rawTransaction.
Parse transactions
Parsed transaction history
Query arguments
transactions
transactionsByAddress
Raw transactions
SelectrawTransaction to include the original transaction JSON:
rawTransaction is not selected, the service does not include it in the response.