Skip to main content
POST
Scan a TRON transaction

Authorizations

Authorization
string
header
required

Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.

Body

application/json
chain
string
required

Chain ID in CAIP-2 format. Only tron:mainnet is supported.

data
object
required
account_address
string

The TRON account address (base58) the transaction relates to. Optional. Defaults to the client's TRON address, falling back to data.from. If none of account_address, data.from, or a client TRON address is available, the request is rejected.

metadata
object

Optional context about the request origin, forwarded to Blockaid. Provide either domain (dApp requests) or non_dapp (non-dApp requests), but not both. When omitted entirely, a default domain of https://portalhq.io is applied. Note: if you supply a metadata object, the default is not applied, so a dApp request must include domain.

options
string[]

Response sections to include (e.g. validation, simulation).

Response

Scan completed successfully

data
object