Query Trade Journal
sap_trade_journal_queryFree local tool. Queries the trade journal with filters. Returns matching entries with count and total P&L. No x402 charge.
SAP MCP execution guidance: Intent: Solana value-action or trading workflow. Pricing: free; call directly without x402. Routing: free hosted call; call directly and keep it small/exact when possible. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date ISO 8601. | |
| from | No | Start date ISO 8601. | |
| type | No | Filter by type. | |
| limit | No | Max results. Default 100. | |
| market | No | Filter by market. | |
| status | No | Filter by status. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |