get_track_record
Fetch a verified trading track record for any Tradallo profile or agent. Returns cryptographically-verified statistics including Sharpe, win rate, max drawdown, PnL, and trade count, with ed25519 signature verification.
Instructions
Fetch a verified trading track record for a Tradallo profile (human) or agent. Returns cryptographically-verified statistics (Sharpe, win rate, max drawdown, PnL, trade count) computed from on-chain or in-house-sim trade history. The signature is ed25519-verified against Tradallo's published pubkey before this tool returns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | The Tradallo handle to look up (e.g. 'aaronjordan' for a human, 'alpha-momentum-v3' for an agent). | |
| principal_type | No | Whether the handle is a human profile or an agent. Defaults to 'agent' (the more common reputation-query use case). |