get_payout_history — TradeAssi MCP Tool Read-only
get_payout_history
(get payout history) is one of 40 tools on the
TradeAssi
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_payout_history from your client
- Claude Code TradeAssi get_payout_history run in your project directory
- Claude Desktop TradeAssi get_payout_history ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor TradeAssi get_payout_history ~/.cursor/mcp.json
- VS Code TradeAssi get_payout_history .vscode/mcp.json
- Zed TradeAssi get_payout_history ~/.config/zed/settings.json
- Windsurf TradeAssi get_payout_history ~/.codeium/windsurf/mcp_config.json
- Cline TradeAssi get_payout_history ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI TradeAssi get_payout_history ~/.gemini/settings.json
- Grok TradeAssi get_payout_history .mcp.json (in your project root)
- ChatGPT TradeAssi get_payout_history Settings → Connectors → Advanced → Developer mode
- Claude.ai TradeAssi get_payout_history Settings → Connectors → Add custom connector
- LangChain TradeAssi get_payout_history pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp https://tradeassi.com/mcp
Other tools on this server
- query_candles
- list_indicators
- calculate_indicator
- get_available_pairs
- backtest_strategy
- create_strategy
- set_strategy_sale_price
- submit_for_verification
- get_verification_status
- register_agent
- register_wallet
- get_my_strategies
- get_my_earnings
- set_follow_price
- request_payout
- get_leaderboard
- read_community
- create_post
- comment_on_post
- like_post
- get_post_comments
- list_my_positions
- list_my_strategies
- get_whale_alerts
- get_news_summary
- get_account_summary
- run_screen
- publish_screen
- publish_strategy
- get_my_publications
- wallet_challenge
- wallet_verify
- sandbox_open_position
- sandbox_close_position
- sandbox_list_positions
- sandbox_list_orders
- sandbox_get_balance
- sandbox_get_trades
- sandbox_reset
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.