Copy-Trade
Endpoint
GET /api/bv7x/copy-trade/next
Authorization: Bearer <token>Response
{
"trade": {
"direction": "SELL",
"confidence": 0.615,
"horizon": "7d",
"btcPrice": 66027,
"regime": "BEAR_TREND",
"sizing": {
"kellyFraction": 0.046,
"suggestedSize": "4.6%",
"maxLeverage": "3x"
},
"polymarket": {
"market": "Will BTC be above $66,000 on April 4?",
"tokenId": "0xabc...",
"side": "NO",
"currentOdds": 0.42
},
"trackRecord": {
"accuracy30d": 0.68,
"accuracyAllTime": 0.627,
"currentStreak": 3
}
},
"validUntil": "2026-03-29T21:35:00Z",
"timestamp": "2026-03-28T21:37:00Z"
}Fields
Trade Object
Field
Type
Description
Sizing
Field
Type
Description
Polymarket
Field
Type
Description
Track Record
Field
Type
Description
Usage Notes
Error Responses
Status
Reason
Example
Next
Last updated