Back to MCP catalog
list_paper_trading_sessionsList a strategy's paper trading sessions, most recent first.
Area
Paper Trading
Group
Paper Trading
Access
Read
Risk
Read-only
Details
Full description
Details
List paper trading sessions for a strategy, ordered by creation time (most recent first).
Params — limit (default 20), offset (default 0) for paging.
list_paper_trading_sessions(strategy_id)
Errors: STRATEGY_NOT_FOUND if the strategy doesn't exist or the caller doesn't own it.
Capabilities
Bounded options and operating modes surfaced above the full JSON schema.
No bounded capability options are declared for this tool.
Required Inputs
FieldTypeDescription
strategy_idstringStrategy identifierOptional Inputs
FieldTypeDescription
limitintegerMax sessions to return (default 20, max 100).offsetintegerNumber of leading sessions to skip for paging.