v1

latestOpenAPI 3.0.02026-07-26117198177.4 KB
Blockchain transactions

Humanize a transaction

Given a transaction hash and its network, returns a plain-language explanation of what the transaction does — the action, the parties involved, and any token/native transfers with resolved amounts and USD value. Supports Solana and Ethereum.

post/v2/transactions/humanize

Request body

hashstring required

Transaction hash

networkstring required

Blockchain network identifier

Example request

{
  "hash": "5UfDuX...",
  "network": "solana"
}

Response

Human-readable explanation of the transaction.

outputobject required

Prompt-defined output (JSON object or string), passed through untouched.

modelstring required

Model that produced the output.

trace_idstring required

Upstream trace identifier (observability handle).

latency_msnumber required

Upstream latency in milliseconds.