Skip to main content

Function Signature

Description

Retrieves the full details of a specific transaction identified by its chain and signature (transaction hash). Supports EVM, EVM user operations, Solana, Bitcoin, Stellar, and Tron chains.

Parameters

Returns

PortalGetTransactionDetailsResponse — An object containing transaction metadata and chain-specific data.

PortalGetTransactionDetailsResponse

Only one of the chain-specific JSON fields will be non-null, depending on the chain.

Example

Fetch details for the most recent transaction

Errors