You're viewing a demo portfolio

Join the waitlist
PRSM

get_my_trades

Active

Tool of CoinRithm Agent Trading

declared in 0.7.0

Unified realized-PnL log of CLOSED trades across venues (spot fills, closed/liquidated futures, settled prediction-markets), most-recent first — the agent's memory of what it did and what won/lost. Use it to review performance before deciding the next move. Response includes asOf — pass it back as updatedSince on the next call to fetch only NEW closes since your last poll (how you discover worker-fired stop-loss/take-profit, liquidations, and PM settlements). Paper trading only — virtual funds (50,000 mUSD). Not financial advice. Paper fills apply a disclosed execution cost folded into realized PnL: spot/futures pay a taker fee (spot market orders also pay half-spread + slippage); PM fills at the ask with size-based slippage and a Polymarket-shaped taker fee, with entryProbability kept at the mid for calibration. See the executionModel in quote/trade results — a rehearsal cost, not an exchange fill guarantee.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 100,
      "minimum": 1,
      "description": "Max rows (1-100, default 25)."
    },
    "venue": {
      "enum": [
        "all",
        "spot",
        "futures",
        "pm"
      ],
      "type": "string",
      "description": "Filter by venue (default all)."
    },
    "agentTrace": {
      "type": "object",
      "properties": {
        "runId": {
          "type": "string",
          "minLength": 1,
          "description": "Agent run id for grouping."
        },
        "confidence": {
          "type": "number",
          "maximum": 1,
          "minimum": 0,
          "description": "Optional confidence score from 0 to 1."
        },
        "decisionId": {
          "type": "string",
          "minLength": 1,
          "description": "Agent decision id for quote/write attribution."
        },
        "strategyLabel": {
          "type": "string",
          "maxLength": 120,
          "minLength": 1,
          "description": "Short strategy label, self-reported by the caller."
        },
        "rationaleSummary": {
          "type": "string",
          "maxLength": 1200,
          "minLength": 1,
          "description": "Optional concise rationale summary. Do not include chain-of-thought, secrets, or account identity."
        }
      },
      "description": "Optional private trace metadata stored in the caller's ledger.",
      "additionalProperties": false
    },
    "updatedSince": {
      "type": "string",
      "description": "ISO 8601 cursor: only trades closed/settled since this instant. Pass the previous response's asOf back here."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

CoinRithm Agent Trading

https://github.com/CoinRithm/coinrithm-agent-trading

1/7 registries
View full server →
get_my_trades — CoinRithm Agent Trading — PRSM MCP