Skip to main content
The Parsed Events GraphQL interface exposes both methods while letting clients select exactly the fields they need. Use transactions for Parse Transactions and transactionsByAddress for Parsed Transaction History.

Queries

transactions

Parse Transactions: parse one or more transaction signatures.

transactionsByAddress

Parsed Transaction History: fetch parsed transaction history for an address.

Raw transaction selection

GraphQL includes rawTransaction only when selected in the query. If it is not selected, raw transaction payloads are omitted.

Error behavior

Request-level errors use GraphQL errors with an extension code such as BAD_REQUEST, NOT_FOUND, SERVICE_UNAVAILABLE, or INTERNAL_SERVER_ERROR. Per-item parser failures are returned in the data payload as parserStatus: ERROR with parserError.