$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/resolving1
Calls / 30d
1
Unique payers / 30d
Aug 31
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://api.orcatrace.dev/v1/resolving", {
method: "GET",
});
const data = await res.json();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
0xf444abc53f5e1e73caec7df64d147ddb119514a0USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Orcatrace & similar services
Orcatrace · Latest
api.orcatrace.dev
Paid ($0.01 USDC via x402). Most recent Polymarket feed item — mover, whale entry (with calibration), or predetermined signal. Same shape as /v1/signal without ?index. Free index poll: GET /v1/index; free shape preview: GET /v1/sample. Compute-first / settle-after — you are never charged for an error.
Orcatrace · Signal
api.orcatrace.dev
Paid ($0.01 USDC via x402). One Polymarket feed item: quality-gated mover (vol>=$10k & depth>=$2.5k, +order-book microstructure), whale entry (named whale, with calibration + microstructure), or predetermined signal. Use ?index=N for a specific item, omit for latest. Compute-first / settle-after — you are never charged for an error.
StableTravel · Seats Aero Availability
stabletravel.dev
Retrieve bulk cached Seats.aero award availability for a mileage program, optionally filtered by region, date, and cabin.