Every widget below is a real, embeddable component. Copy the iframe code, paste it into your site, and it works immediately with your API key.
Each widget renders as a standalone iframe on your website. They support dark and light themes, custom accent colors, and work on mobile. Click any widget to see its embed code.
Ranked trader list with P&L, win rate, and medal badges. Drives competition on your site.
<iframe src="https://proptally.app/embed/partner/leaderboard?key=pt_YOUR_KEY&theme=dark" width="100%" height="400" frameborder="0" style="border-radius: 14px; border: none;" ></iframe>
key — Your API key (required)theme — dark or lightaccent — Custom hex color (e.g. #8b5cf6)account_id — Filter to specific accountCompact performance card with win rate, P&L, profit factor. Embed anywhere.
<iframe src="https://proptally.app/embed/partner/stats-card?key=pt_YOUR_KEY&theme=dark" width="100%" height="400" frameborder="0" style="border-radius: 14px; border: none;" ></iframe>
key — Your API key (required)theme — dark or lightaccent — Custom hex color (e.g. #8b5cf6)account_id — Filter to specific accountSVG line chart showing account balance growth over time with gradient fill.
<iframe src="https://proptally.app/embed/partner/equity-curve?key=pt_YOUR_KEY&theme=dark" width="100%" height="400" frameborder="0" style="border-radius: 14px; border: none;" ></iframe>
key — Your API key (required)theme — dark or lightaccent — Custom hex color (e.g. #8b5cf6)account_id — Filter to specific accountDetailed metrics with sparkline chart. Great for trader profiles.
<iframe src="https://proptally.app/embed/partner/performance-summary?key=pt_YOUR_KEY&theme=dark" width="100%" height="400" frameborder="0" style="border-radius: 14px; border: none;" ></iframe>
key — Your API key (required)theme — dark or lightaccent — Custom hex color (e.g. #8b5cf6)account_id — Filter to specific accountGreen/red day heatmap calendar. Traders see their consistency at a glance.
<iframe src="https://proptally.app/embed/partner/monthly-calendar?key=pt_YOUR_KEY&theme=dark" width="100%" height="400" frameborder="0" style="border-radius: 14px; border: none;" ></iframe>
key — Your API key (required)theme — dark or lightaccent — Custom hex color (e.g. #8b5cf6)account_id — Filter to specific accountDrawdown gauge, Sharpe ratio, and risk metrics. Critical for risk management.
<iframe src="https://proptally.app/embed/partner/risk-metrics?key=pt_YOUR_KEY&theme=dark" width="100%" height="400" frameborder="0" style="border-radius: 14px; border: none;" ></iframe>
key — Your API key (required)theme — dark or lightaccent — Custom hex color (e.g. #8b5cf6)account_id — Filter to specific accountP&L and win rate per instrument with visual bars.
<iframe src="https://proptally.app/embed/partner/instrument-breakdown?key=pt_YOUR_KEY&theme=dark" width="100%" height="400" frameborder="0" style="border-radius: 14px; border: none;" ></iframe>
key — Your API key (required)theme — dark or lightaccent — Custom hex color (e.g. #8b5cf6)account_id — Filter to specific accountLatest trades with direction, symbol, P&L. Real-time feed.
<iframe src="https://proptally.app/embed/partner/recent-trades?key=pt_YOUR_KEY&theme=dark" width="100%" height="400" frameborder="0" style="border-radius: 14px; border: none;" ></iframe>
key — Your API key (required)theme — dark or lightaccent — Custom hex color (e.g. #8b5cf6)account_id — Filter to specific accountCurrent and best win/loss streak tracker with visual chain.
<iframe src="https://proptally.app/embed/partner/win-streak?key=pt_YOUR_KEY&theme=dark" width="100%" height="400" frameborder="0" style="border-radius: 14px; border: none;" ></iframe>
key — Your API key (required)theme — dark or lightaccent — Custom hex color (e.g. #8b5cf6)account_id — Filter to specific accountDon't want iframes? Pull raw data via our API and build your own UI. Here's what a response looks like:
/api/partner/stats?period=30d{
"aggregate": {
"tradeCount": 12847,
"winRate": 61.3,
"totalPnl": 606290.40,
"profitFactor": 1.58
}
}/api/partner/accounts{
"accounts": [
{ "id": "acc_1", "nickname": "Apex 50K", "firm": "Apex" },
{ "id": "acc_2", "nickname": "Topstep 150K", "firm": "Topstep" }
]
}/api/partner/trades?limit=5{
"trades": [
{ "symbol": "ES", "direction": "long", "pnl": 587.50 },
{ "symbol": "NQ", "direction": "short", "pnl": 795.00 }
],
"pagination": { "total": 284 }
}/api/partner/webhooks{
"id": "wh_abc123",
"url": "https://yoursite.com/webhook",
"events": ["trade.created", "milestone.reached"],
"secret": "whsec_...",
"status": "active"
}Automate your workflows. We POST signed JSON payloads to your URL in real-time.
Start free. Scale when you're ready.
Get your free API key in 30 seconds. Start embedding widgets today.