O

Orcatrace · Resolving

by Orcatrace

GETBase

$0.02

per call · USD Coin on Base

Paid ($0.02 USDC via x402). Markets resolving within ?withinHours (1-72): odds, contested-vs-converged, liquidity, and order-book microstructure for the nearest expiries. Mechanical short-interval markets excluded by default (?includeNoise=1 to include). Settle-early with a guaranteed refund — if we charge you but cannot deliver, the payment is refunded.

Endpoint

GET https://api.orcatrace.dev/v1/resolving

1

Calls / 30d

1

Unique payers / 30d

Aug 31

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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://api.orcatrace.dev/v1/resolving", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.orcatrace.dev/v1/resolving?includeNoise=example&minLiquidity=5000&withinHours=24" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 1,
  "data": [
    {
      "convergence": "contested",
      "eventEndDate": "2026-06-14T00:00:00Z",
      "hoursRemaining": 22.5,
      "liquidityUsd": 41000,
      "question": "Will X happen by June 14?",
      "yesMid": 0.83
    }
  ],
  "filters": {
    "includeNoise": false,
    "minLiquidity": 5000,
    "withinHours": 24
  },
  "success": true
}

Payment details

Pay to0xf444abc53f5e1e73caec7df64d147ddb119514a0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Orcatrace & similar services