v1
latestOpenAPI 3.0.02026-07-26117198177.4 KBBlockchain 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
Example request
{
"hash": "5UfDuX...",
"network": "solana"
}Response
Human-readable explanation of the transaction.