BlockRun.AI Polymarket Wallet Performance Metrics is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).
Returns comprehensive trading performance metrics and style classification for a specific Polymarket wallet address, including PnL, ROI, win rate, trade volume, and position history.
Returns trading performance metrics and style classification for a Polymarket wallet, including PnL, volume, ROI, win rate, positions, and recent activity.
Returns a JSON object containing the wallet address and a metrics object broken down by time period (1-day, 7-day, all-time). All-time metrics include: ROI, total PnL, realized PnL, trade count, volume, wins, losses, win rate, profit factor, avg buy/sell price, max win/loss streak, total and active positions, wallet age in days, average hold time, and best/worst single position PnL.
GEThttps://blockrun.ai/api/v1/pm/polymarket/wallet/0x17db3fcd93ba12d38382a0cade24b200185c5f6dUse this endpoint when you need a comprehensive, pre-computed performance profile for a specific Polymarket trader — including style classification and multi-period breakdown — rather than raw position or order data. Ideal for evaluating trader quality, copy-trading analysis, or leaderboard ranking. Prefer over raw position endpoints when you need aggregated stats like profit factor, win streaks, or ROI in a single call.
{
"input": {
"body": {}
}
}| Field | Type | Description |
|---|---|---|
| input | object | |
| output | object |
{
"user": "0x17db3fcd93ba12d38382a0cade24b200185c5f6d",
"metrics": {
"one_day": {
"roi": 0,
"wins": 0,
"losses": 0,
"trades": 0,
"volume": 0,
"win_rate": 0,
"fees_paid": 0,
"total_pnl": 0,
"realized_pnl": 0,
"avg_buy_price": null,
"fees_refunded": 0,
"profit_factor": 0,
"avg_sell_price": null,
"positions_closed": 0
},
"all_time": {
"roi": 0.296245105921963,
"wins": 94,
"losses": 26,
"trades": 4346,
"volume": 12004717.046816,
"win_rate": 0.783333333333333,
"fees_paid": 0,
"total_pnl": 3164015.996746,
"realized_pnl": 3164015.996746,
"avg_buy_price": 0.7301,
"fees_refunded": 0,
"profit_factor": 5.13161064369123,
"avg_sell_price": 0.8586,
"max_win_streak": 47,
"max_loss_streak": 2,
"total_positions": 123,
"wallet_age_days": 251,
"active_positions": 4,
"positions_closed": 120,
"avg_hold_time_seconds": 240907.925,
"best_position_realized_pnl": 818736.309837,
"worst_position_realized_pnl": -184295.289336
},
"seven_day": {
"roi": 0,
"wins": 0,
"losses": 0,
"trades": 0,
"volume": 0,
"win_rate": 0,
"fees_paid": 0,
"total_pnl": 0,
"realized_pnl": 0,
"avg_buy_price": null,
"fees_refunded": 0,
"profit_factor": 0,
"avg_sell_price": null,
"positions_closed": 0
},
"thirty_day": {
"roi": 0,
"wins": 0,
"losses": 0,
"trades": 0,
"volume": 0,
"win_rate": 0,
"fees_paid": 0,
"total_pnl": -431096.57930700015,
"realized_pnl": -431096.57930700015,
"avg_buy_price": null,
"fees_refunded": 0,
"profit_factor": 0,
"avg_sell_price": null,
"positions_closed": 0
}
},
"total_pnl": 3164015.996746,
"entry_edge": 0.1285,
"computed_at": 1781322457,
"last_trade_at": 1768098770,
"first_trade_at": 1759595686,
"trading_styles": {
"is_degen": false,
"is_whale": true,
"is_contrarian": false,
"primary_style": "WHALE",
"is_buy_and_hold": false,
"is_market_maker": false,
"is_value_hunter": false,
"is_active_trader": true,
"is_high_conviction": false
},
"unrealized_pnl": 0
}| Field | Type | Description |
|---|---|---|
| userrequired | string | |
| metricsrequired | object | |
| total_pnlrequired | number | |
| entry_edgerequired | number | |
| computed_atrequired | number | |
| last_trade_atrequired | number | |
| first_trade_atrequired | number | |
| trading_stylesrequired | object | |
| unrealized_pnlrequired | number |
No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"