InputPOST /api/v1/x402/rate-limit-parse
{
"headers": {
"X-RateLimit-Limit": "100",
"X-RateLimit-Remaining": "12",
"Retry-After": "30"
}
}
API integration engineering · api-integration
Normalize common HTTP rate-limit and retry headers. Use it as a bounded preflight or analysis step inside an enterprise agent workflow before data, policy, integration, security, or commercial decisions reach production. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, memory-only, and has no paid upstream or input retention. Results are advisory; the caller remains responsible for authorization and production controls.
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/rate-limit-parse -m POST -H 'x-delx-source: product-page' --max-amount 0.003 -b '{"headers":{"X-RateLimit-Limit":"100","X-RateLimit-Remaining":"12","Retry-After":"30"}}'
{
"headers": {
"X-RateLimit-Limit": "100",
"X-RateLimit-Remaining": "12",
"Retry-After": "30"
}
}
{
"schema": "delx/util-rate-limit-parse/v1",
"limit": "100",
"remaining": "12",
"reset": null,
"retry_after": "30",
"source_headers": [
"retry-after",
"x-ratelimit-limit",
"x-ratelimit-remaining"
]
}
Machine-readable evidence