quotient-api

Access Quotient market intelligence via x402 micropayments or API-key authorization.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Quotient-Solutions-Inc/quotient-api --skill quotient-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quotient-api
Source: https://github.com/Quotient-Solutions-Inc/quotient-api/tree/main/public/skill
Command: npx skills add https://github.com/Quotient-Solutions-Inc/quotient-api --skill quotient-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about quotient-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I handle 402 payment required responses when accessing prediction market data?

Handle 402 payment required responses by detecting the challenge, reading the PAYMENT-REQUIRED details, signing it, then retrying with a PAYMENT-SIGNATURE header and parsing the PAYMENT-RESPONSE. This x402 flow enables monetized access to prediction market data endpoints.

Can I use an API key instead of x402 micropayments for market intelligence requests?

Yes, you can use an API key instead of x402 micropayments for market intelligence requests by including the x-quotient-api-key header. This authorizes monetized requests directly, bypassing the 402 challenge and settle cycle entirely.

What market intelligence endpoints are available for retrieving mispriced markets and analyst signals?

Available market intelligence endpoints include tracked markets, mispriced markets, per-market intelligence, analyst signals, and 24-hour narratives with Polymarket links. Retrieve mispriced markets by calling GET /api/v1/markets/mispriced with your configured auth method.

How does discovery preflight and pricing metadata caching work for API requests?

Discovery preflight fetches and caches metadata from /openapi.json and /api/public/pricing, refreshing it periodically. It uses runtime 402 details as the authority, ensuring deterministic preflight and cached pricing metadata for reliable API requests.

What retry rules apply when handling 429 rate limits or transient 5xx errors?

Correct retry rules for 429 rate limits and transient 5xx errors are enforced during invocation. The API skill automatically applies these retry rules to ensure reliable access to canonical endpoints for markets, signals, and narratives.

Do I need to manually manage the x402 payment flow when fetching 24-hour narratives?

No, you do not need to manually manage the x402 payment flow when fetching 24-hour narratives. The skill automatically handles the required 402 payment challenge, signature, and retry logic, returning the narrative data seamlessly.