Skip to main content
After broadcasting a transaction with sendTransaction(), the SDK will return a detailed object containing its execution status, fee breakdowns, token flows, and analytics. Below is a breakdown of the key fields within this object:
Tokens deducted from the user’s account to fund the transaction. Each entry includes:
  • token.symbol
  • token.chainId
  • amount and amountInUSD
  • Full metadata (decimals, icon, etc.)
Provides the most useful high-level insight into what changed:

Next steps

Transaction History

Fetch past transactions and details for a Universal Account.

Transaction Preview

Inspect fees and token movements before signing.