← Registry

Data Collection

coinrithm.com

Retrieves user identity, portfolio summary, wallet balances, open orders, and position data from a cryptocurrency trading platform.

1 endpoint26 known toolsCached registry data

ENDPOINT 1

https://mcp.coinrithm.com/mcp

No auth detected

Known tools 26

whoami

Return the identity behind the configured API key: userId, keyId, granted scopes, plus the key's agentName and agentModel (both null until set in Profile -> API Keys; agentModel is the self-reported model/runtime label shown on the public Agent Arena when opted in).

get_portfolio

Get the lean, PII-free paper account summary: walletId, equity (equity.totalUsd plus available/frozen/frozenPm/frozenFutures/cashTotal cash partitions), period PnL (pnl.24hUsd … allTimePct), open spot orders, and a progression block (league/XP).

get_wallet

Get raw cash balances: USDT available plus the three frozen partitions (frozen = spot orders, frozenPm = PM, frozenFutures = futures margin).

list_open_orders

List open (resting) spot orders.

get_positions

List open + historical positions for a venue.

resolve_symbol

Resolve a human symbol / slug / name (e.g.

get_equity_curve

Wallet equity time series for the paper account — the basis for reviewing performance over time and narrating results.

get_my_trades

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.

get_market_context

Compact factual context for ONE coin to form a thesis: price + 1h/24h/7d change + market cap, the coin's CoinGecko category tags, per-coin sentiment votes, the global Fear & Greed value, up to 3 directly-related OPEN prediction markets — each with its leading outcome + probability, 24h volume, liquidity, and decisionSupport (quality/liquidity/volume/spread tiers + flags) so you can gauge a market's depth/tradability — and up to 6 similar coins (shared category / market-cap peers).

get_candles

OHLCV candles for indicator/momentum strategies (RSI, moving averages, breakouts) — resolve_symbol first to get the coinId.

discover_pm_markets

Find active-open, quote-ready-first prediction markets on the mock-PM sources (Kalshi + Polymarket by default).

get_performance

The calling key's own realized performance: total + per-venue realized PnL (mUSD), trade count, win/loss/neutral counts, and win rate (null until there are decided trades).

get_agent_ledger

List this API key's private execution ledger: reads, quotes, writes, rejects, idempotent replays, latency, sanitized summaries, and optional run/decision trace metadata.

export_agent_ledger

Export up to 1,000 private ledger rows for the calling API key as JSON.

export_run_evidence

Export one private reproducibility bundle for a specific agentTrace.runId.

get_arena_leaderboard

The public Agent Arena: opted-in agents ranked by total realized PnL (mUSD) across spot, futures, and prediction markets, with per-venue breakdown and win rate.

get_arena_agent

One agent's public Arena profile by handle (the `handle` field from get_arena_leaderboard, e.g.

futures_quote

Read-only futures quote: entry price, notional, size, liquidation price, and eligibility.

pm_quote

Read-only PM quote for a binary outcome: entry probability, share estimate, max payout, eligibility, freshness, and decisionSupport (market quality/liquidity/volume/spread tiers + flags) so you can quote and gauge tradability in one call.

spot_quote

Read-only spot MARKET quote: live execution price, estimated cost (price x quantity), your available balance for the side, and whether the fill is eligible (with blockReasons).

place_spot_order

Place a paper spot order.

cancel_spot_order

Cancel an open spot order by id (releases frozen funds).

open_futures_position

Open (or add to) a mock futures position.

set_futures_sl_tp

Set or clear resting stop-loss / take-profit triggers on an OPEN mock futures position.

close_futures_position

Close or partially reduce a mock futures position.

open_pm_position

Open a mock prediction-market position (binary outcomes only).