{"uid":"cap_Iou1r3Tw_f_06AWpLTZWN","slug":"percent-to-basis-points-converter-fbf626a4","name":"Percent to Basis Points Converter","description":"Convert percent values into basis points (1% = 100 bps). Call when bridging UI percent inputs into bps-based trading configs. Returns bps = pct*100 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.","url":"https://api.delx.ai/api/v1/x402/pct-to-bps","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"pct":{"type":"number","description":"Input field: pct."}}},"responseSchema":{"type":"json","example":{"bps":25,"pct":0.25,"schema":"delx/util-pct-to-bps/v1"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_XYvM9_djJtqcrx68DwZeI","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Converts a percent value to basis points (pct × 100) and returns the result as deterministic JSON.","exampleAgentPrompt":"Convert 0.75% to basis points so I can plug it into the slippage config for my trading bot.","exampleUseCases":[{"title":"Slippage config for trading bot","prompt":"My trading bot takes slippage in basis points — can you convert 0.5% into bps for me so I can set it in the config?"},{"title":"Fee display conversion for DeFi UI","prompt":"Our UI lets users enter fees as a percentage, but the smart contract expects basis points — convert 1.25% to bps please."},{"title":"Fixed income spread reporting","prompt":"The analyst quoted a spread of 0.3% — can you convert that to basis points so I can put it in the report?"}],"resultDescription":"A deterministic JSON object containing the basis points value computed as pct × 100 (e.g. 1% → 100 bps, 0.5% → 50 bps). No external calls or market data involved.","failureModes":["Missing or non-numeric 'pct' field returns a validation error","Extremely large or small floats may produce precision edge cases","Payment failure (x402) if USDC balance or authorization is insufficient"],"whenToPreferThis":"Use this endpoint when you need a reliable, deterministic percent-to-bps conversion as part of an automated pipeline — particularly when bridging user-facing percent inputs into bps-based trading, DeFi, or fixed-income configurations — and you want the result packaged as structured JSON without managing the math locally.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T07:14:49.684Z","isFirstParty":false}