solana_forensics_execute
Execute Solana forensics operations to investigate blockchain activity, including funding tracing, wash trading detection, and MEV identification.
Instructions
Execute a Solana forensics operation with the specified parameters.
Use solana_forensics_get_schema first to understand required parameters.
Args: operation: Operation identifier (e.g., 'forensics.trace_sol_funding') params: Operation parameters as defined in the schema
Returns the operation result. Large results are automatically paginated - use solana_forensics_continue to get next pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |