{"uid":"cap_cgrEMdPo0efg1mqpIY6B5","slug":"basis-points-to-percent-converter-991674b5","name":"Basis Points to Percent Converter","description":"Convert basis points into percent for operator-facing copy. Call when showing fee or slippage bps as percent strings. Returns pct = bps/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/bps-to-pct","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"bps":{"type":"integer","description":"Input field: bps."}}},"responseSchema":{"type":"json","example":{"bps":30,"pct":0.3,"schema":"delx/util-bps-to-pct/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_la7deX9rkKqXP3yGTBi-8","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 an integer basis points (bps) value to a percentage string by computing pct = bps / 100, returning deterministic JSON for display in operator-facing copy.","exampleAgentPrompt":"What is 150 basis points as a percentage? I need to show it as a formatted percent string in my fee display copy.","exampleUseCases":[{"title":"Display trading fee as percent","prompt":"Convert 25 basis points to a percentage so I can show it as the trading fee in my operator dashboard — what does that look like as a percent string?"},{"title":"Show slippage tolerance in UI","prompt":"My slippage setting is 50 bps — convert that to a percentage for me so I can display it clearly to users in the interface."},{"title":"Format protocol spread for copy","prompt":"The protocol charges a spread of 200 basis points — can you turn that into a percentage I can use in the product copy?"}],"resultDescription":"Returns a deterministic JSON object containing the computed percent value (pct = bps / 100), suitable for direct use in operator-facing UI copy or fee display strings. No external calls are made; the result is a pure local math computation.","failureModes":["Missing or non-integer bps field returns a validation error","Extremely large or negative bps values may return unexpected results if not validated by caller","Payment failure via x402 prevents the call from completing","No network or RPC fallback — purely local math, so no live data errors possible"],"whenToPreferThis":"Use this endpoint when you need a simple, deterministic, auditable conversion of a basis points integer to a human-readable percentage string for display purposes — especially in DeFi, trading, or financial operator UIs where fees and slippage are expressed in bps. Prefer this over manual calculation when you want a standardized JSON response for copy generation. Not suitable when you need live market data, price quotes, or complex fee modeling.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:30:17.184Z","isFirstParty":false}