Neuroterminal Position Size Calculator is a paid API for AI agents from api.neuroterminal.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).
Computes optimal bet/trade position size using the Kelly Criterion given win probability, win/loss amounts, and available capital
Paid HTTP endpoints for AI agents, settled in USDC on Base via the x402 protocol. No account, no API key — pay per call.
Returns a JSON object with: a verdict string (e.g. 'positive edge'), the full Kelly fraction, a suggested stake in dollar amount, a fractional Kelly value (typically half-Kelly for conservative sizing), and the break-even win rate required for the bet to have positive expected value.
GEThttps://api.neuroterminal.xyz/v1/position-sizeChoose this endpoint when you need a mathematically rigorous, Kelly Criterion-based position sizing recommendation without setting up an account or API key. Ideal for agents handling trading, betting, or any capital allocation task where the user knows their edge (win probability) and payoff structure. At $0.01 per call via USDC on Base, it's suitable for on-demand, per-decision use rather than high-frequency bulk calculations.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"verdict": "positive edge",
"kellyFraction": 0.2,
"suggestedStake": 1000,
"fractionalKelly": 0.1,
"breakEvenWinRate": 0.5
}
}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"