What problem does it solve?
It helps agents reliably access Quotient market intelligence while correctly performing monetized request flows, including the 402 challenge/settle cycle for x402 payments.
Core Features & Use Cases
- x402-first payment execution: Detect
402 payment_required, read PAYMENT-REQUIRED, sign it, then retry with PAYMENT-SIGNATURE and parse PAYMENT-RESPONSE.
- API-key auth support: Use
x-quotient-api-key when available to authorize monetized requests without an x402 loop.
- Deterministic preflight + caching: Fetch and cache discovery metadata (
/openapi.json, /api/public/pricing) and refresh periodically, using runtime 402 details as the authority.
- Market intelligence endpoints: Retrieve tracked markets, mispriced markets, per-market intelligence, analyst signals, and 24-hour narratives with Polymarket links.
Quick Start
Use the quotient-api skill to fetch mispriced market intelligence by calling GET /api/v1/markets/mispriced with your configured auth method, automatically handling any required x402 payment challenge and retry.