Skip to main content

Overview

The GraphQL interface exposes both Parsed Events methods: Parse Transactions through transactions 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

Variables:

Parsed transaction history

Variables:

Query arguments

transactions

transactionsByAddress

Raw transactions

Select rawTransaction to include the original transaction JSON:
If rawTransaction is not selected, the service does not include it in the response.