Skip to main content
GET
Get a human-readable, LLM-based transaction summary

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

transaction_hash_param
string
required

Transaction hash in the path

Pattern: ^0x([A-Fa-f0-9]{64})$
chain_id
string
required

The ID of the blockchain

Query Parameters

just_request_body
boolean

If true, returns only the request body in the summary endpoint

Response

Human-readable summary of the specified transaction.

data
object
required
success
boolean
required