Check Wallet Trust
check_wallet_trustRecomputes the realized SOL profit and loss of a Solana wallet from its on-chain transaction history and returns a trust verdict. Returns: verdict (TRUSTED, NEUTRAL, UNTRUSTED, INSUFFICIENT, UNVERIFIABLE), a confidence level, realized profit/loss in SOL, the number of coins analyzed, stable reason codes, and flags such as known_sniper_bot. Returns UNVERIFIABLE when the history cannot be reconstructed reliably rather than estimating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Solana wallet address (base58, 32-44 chars) |