Leverage to Notional Calculator is a paid API for AI agents from api.delx.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).
Computes notional exposure by multiplying a margin amount by a leverage multiplier for futures/perpetuals position sizing.
Notional exposure from margin and leverage multiplier. Call when sizing futures/perps from account equity slices. Returns notional from margin×leverage as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.
A deterministic JSON object containing the computed notional value derived from the product of the provided margin and leverage multiplier, with no external data sources or market feeds involved.
POSThttps://api.delx.ai/api/v1/x402/leverage-notionalChoose this endpoint when you need a lightweight, deterministic, local-math calculation of notional exposure from margin and leverage with no external dependencies, API keys, or live market data — ideal for pre-trade sizing checks, risk limit validation, and agent workflows on Base where a $0.001 USDC micropayment via x402 is acceptable.
| Field | Type | Description |
|---|---|---|
| margin | integer | Input field: margin. |
| leverage | integer | Input field: leverage. |
{
"type": "json",
"example": {
"margin": 1000,
"schema": "delx/util-leverage-notional/v1",
"leverage": 5,
"notional": 5000
}
}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"