$0.01
per call · USD Coin on Base
Use this to resolve companies, commodities, cryptoassets, and other underlyings by name, ticker, canonical key, UUID, platform identifier, or linked-market reference. Returns every active directly linked prediction market with venue odds, Q's latest probability and paired thesis when available, and publication availability. Use q=* with material_only=true for a one-call enriched asset digest; probabilities and theses remain tied to their exact market questions.
Endpoint
GET https://quotient-api-gateway.onrender.com/api/v1/assets/search5
Calls / 30d
1
Unique payers / 30d
Aug 25
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://quotient-api-gateway.onrender.com/api/v1/assets/search", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://quotient-api-gateway.onrender.com/api/v1/assets/search?material_only=true&platform=hyperliquid&q=gold" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"assets": [
{
"aliases": [
"XAU"
],
"assetKey": "commodity:gold",
"asset_type": "commodity",
"id": "13fe79af-6d3f-47fd-8e67-f0eb23cab4f9",
"identifiers": [
{
"kind": "coin",
"platform": "hyperliquid",
"value": "xyz:GOLD"
}
],
"linked_market_count": 1,
"linked_markets": [
{
"categories": [
"Commodities"
],
"clarifications": null,
"end_date": "2026-08-31T20:00:00Z",
"event": {
"id": "KXGOLD-26AUG",
"slug": null,
"title": "Gold price in August"
},
"forecast_at": "2026-08-08T14:30:00Z",
"forecast_count": 1,
"has_forecast": true,
"has_published_signal": false,
"inDispute": false,
"latest_forecast_at": "2026-08-08T14:30:00Z",
"latest_forecast_delta": 0.01,
"latest_forecast_refresh_reason": "price_move",
"latest_q_probability": 0.86,
"marketKey": "kalshi:KXGOLD-26AUG-T2500",
"marketUrl": null,
"market_odds": 0.87,
"market_odds_at_forecast": 0.84,
"market_updated_at": "2026-08-08T15:02:11Z",
"nativeEventId": "KXGOLD-26AUG",
"nativeMarketId": "KXGOLD-26AUG-T2500",
"polymarketUrl": null,
"published_signal_count": 0,
"question": "Will gold settle above $2,500 in August?",
"quotientMarketId": "kalshi:KXGOLD-26AUG-T2500",
"quotientUrl": "https://quotient.social/markets/kalshi%3AKXGOLD-26AUG-T2500",
"seriesTicker": "KXGOLD",
"signal_count": 0,
"slug": null,
"sourceUrl": null,
"tags": [
"gold"
],
"thesis": "Q expects gold to remain above the threshold through settlement.",
"venue": "kalshi",
"volume_24h": null
}
],
"market_summary": {
"active_market_count": 1,
"markets_with_forecast": 1,
"markets_with_published_signal": 0,
"mispriced_market_count": 0,
"mispricing_threshold_pp": 7.5
},
"name": "Gold",
"relevance": {
"matched_by": [
"graph"
],
"matched_fields": [
"asset_key"
],
"score": 0.018
},
"ticker": "GOLD"
}
],
"material_only": false,
"query": null,
"references": [
"commodity:gold"
],
"retrieval": {
"graph": "ok",
"typesense": "unconfigured"
}
}Payment details
0xc3d01fd2f79d4c57ad106ab8ecc12a5de24f97cbUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Onrender & similar services
Onrender · Signals
quotient-api-gateway.onrender.com
Use this to scan Quotient's published prediction-market signals on Polymarket International, Polymarket US, Kalshi, and Limitless: side, entry YES price, latest Q probability and thesis, conviction, the forecast_status gauge with its standing adverse move, upside to Q, and capacity — one signal per market. A signal is active or retired; a missing live quote drops a row from the feed, and a caution/warning forecast_status marks an adverse move, never hides the row.
Onrender · Markets Search
quotient-api-gateway.onrender.com
Use this to search Quotient-covered markets by meaning, taxonomy, asset, venue, or historical cutoff. Results carry quote provenance plus Q and venue odds captured at the selected forecast. Polymarket International and Kalshi use verified live pricing or null; other venues label graph snapshots stale. Use as_of for discovery and the forecast-time pair for historical spreads, including since-closed markets.
Onrender · Markets Lookup
quotient-api-gateway.onrender.com
Use this to fetch full Quotient intelligence for up to ten markets across Polymarket International, Polymarket US, Kalshi, and Limitless. Returns forecasts, theses, cited drivers, resolution pathways, venue odds, and quote provenance. Polymarket International and Kalshi fail closed when live pricing is unavailable. Prefer market_keys; legacy slugs and condition IDs default to Polymarket unless venue is supplied.