{"slug":"hubvibe-io-com-work-market-intel-986189","title":"Combine a live crypto spot quote with live prediction-market probabilities on th","host":"hubvibe-io.com","method":"POST","resource":"https://hubvibe-io.com/work/market/intel","category":"market","description":"Combine a live crypto spot quote with live prediction-market probabilities on the same subject and get them analysed together in one call. Market data and implied probabilities only -- not investment advice.","price_listed":5.0,"price_asked":5.0,"state":"answering","state_label":"Answering","checks_7d":1,"answered_7d":1,"latency_ms_median":831,"reported_calls_30d":2,"reported_payers_30d":1,"networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"badge":"unverified","paid_checks_7d":0,"paid_ok_7d":0,"example_input":{"body":{},"bodyType":"json","method":"POST","type":"http"},"output_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"limit":{"type":"integer"},"product_id":{"description":"e.g. BTC-USD. Default BTC-USD.","type":"string"},"query":{"description":"Prediction-market topic. Optional.","type":"string"},"question":{"description":"Optional analysis question.","type":"string"}},"required":[],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"$schema":"https://json-schema.org/draft/2020-12/schema","description":"The 200 body of every paid /work call. `result` is the worker's own output (its schema is per route); everything else is the same on all 38 routes. A receipt for the job is at `receipt_url`.","properties":{"billing_warning":{"description":"Present only when the charge was recorded with a caveat.","examples":["settlement pending"],"type":"string"},"price_usd":{"description":"What this call cost, in USD.","examples":[0.02],"type":"number"},"provenance":{"description":"How the result was produced: which providers ran and how long each took.","properties":{"attempts":{"description":"Provider attempts made, including retries and failovers.","examples":[1],"type":"integer"},"elapsed_ms":{"description":"Wall-clock milliseconds for the whole job.","examples":[340],"type":"integer"},"providers_used":{"description":"Providers that served the job.","examples":[["coinbase-advanced-trade-public"]],"items":{"description":"Provider name.","examples":["coinbase-advanced-trade-public"],"type":"string"},"type":"array"},"steps":{"description":"Every step the job ran, in order.","items":{"description":"One step of the job.","properties":{"ms":{"description":"Milliseconds the step took.","examples":[312],"type":"integer"},"ok":{"description":"Whether the step succeeded.","examples":[true],"type":"boolean"},"provider":{"description":"Provider that served the step.","examples":["coinbase-advanced-trade-public"],"type":"string"},"reason":{"description":"Failure reason, on a failed step.","examples":["provider_timeout"],"type":"string"},"step":{"description":"Step name inside the worker.","examples":["quote"],"type":"string"}},"required":["step","ok","ms"],"type":"object"},"type":"array"}},"required":["steps","providers_used","attempts","elapsed_ms"],"type":"object"},"receipt_id":{"description":"Receipt id for this job.","examples":["rcpt_9f1c2b3a4d5e6f70"],"type":"string"},"receipt_url":{"description":"Where to fetch the machine-readable receipt (free, no payment).","examples":["/work/receipts/rcpt_9f1c2b3a4d5e6f70"],"type":"string"},"result":{"properties":{"analysis":{"description":"What the two sources together do and do not support.","examples":["Spot is up 1.8% on the day while the top market prices a year-end close above $100k at 62%..."],"type":"string"},"disclaimer":{"description":"Not investment advice.","examples":["Market data and implied probabilities only. Not investment advice and not a forecast by HubVibe."],"type":"string"},"model":{"description":"The model that produced the answer.","examples":["gemini-2.5-flash"],"type":"string"},"prediction_markets":{"description":"Matching prediction markets, highest volume first.","items":{"description":"One prediction market.","properties":{"active":{"description":"Whether the market is active.","examples":[true],"type":"boolean"},"closed":{"description":"Whether the market is closed.","examples":[false],"type":"boolean"},"end_date":{"description":"ISO 8601 end date.","examples":["2026-12-31T00:00:00Z"],"type":["string","null"]},"id":{"description":"Polymarket market id.","examples":["512345"],"type":"string"},"implied_probabilities":{"description":"Each outcome with its implied probability.","examples":[[{"outcome":"Yes","probability_pct":62.5},{"outcome":"No","probability_pct":37.5}]],"items":{"description":"One outcome and what the market prices it at.","properties":{"outcome":{"description":"Outcome label.","examples":["Yes"],"type":"string"},"probability_pct":{"description":"Implied probability in percent.","examples":[62.5],"type":["number","null"]}},"required":["outcome"],"type":"object"},"type":"array"},"liquidity":{"description":"Liquidity in USD.","examples":[240310.2],"type":["number","null"]},"question":{"description":"The market question.","examples":["Will BTC close above $100k on Dec 31?"],"type":"string"},"slug":{"description":"Polymarket slug.","examples":["will-btc-close-above-100k"],"type":"string"},"volume":{"description":"Traded volume in USD.","examples":[1834520.5],"type":["number","null"]}},"required":["id","question","implied_probabilities"],"type":"object"},"type":"array"},"product_id":{"description":"Spot product read.","examples":["BTC-USD"],"type":"string"},"spot":{"description":"Live spot quote.","properties":{"base_currency":{"description":"Base currency code.","examples":["BTC"],"type":["string","null"]},"price":{"description":"Last trade price, as the exchange reports it.","examples":["97231.45"],"type":"string"},"price_change_24h_pct":{"description":"24-hour percentage change.","examples":["1.82"],"type":["string","null"]},"product_id":{"description":"Coinbase product, base-quote.","examples":["BTC-USD"],"type":"string"},"quote_currency":{"description":"Quote currency code.","examples":["USD"],"type":["string","null"]},"source":{"const":"coinbase-advanced-trade-public","description":"Data source.","type":"string"},"status":{"description":"Product status as reported by the exchange.","examples":["online"],"type":["string","null"]},"volume_24h":{"description":"24-hour volume in the base currency.","examples":["14231.9"],"type":["string","null"]}},"required":["product_id","price","source"],"type":"object"}},"required":["product_id","spot","prediction_markets","analysis","model","disclaimer"],"type":"object"},"status":{"const":"ok","description":"Present only on a delivered result.","type":"string"},"worker":{"description":"Catalog name of the worker that ran.","examples":["market.quote"],"type":"string"}},"required":["status","worker","price_usd","result","provenance","receipt_id","receipt_url"],"title":"market.intel response","type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"history":[{"day":"2026-09-24","reachable":true,"status":402,"valid_402":true,"asked_usdc":5.0,"price_match":true,"latency_ms":831,"error":null}],"description_full":"Combine a live crypto spot quote with live prediction-market probabilities on the same subject and get them analysed together in one call. Market data and implied probabilities only -- not investment advice.","last_updated":"2026-09-23T14:02:42.894Z","schemes":["exact"]}