O

Orcatrace · Latest

by Orcatrace

GETBase

$0.01

per call · USD Coin on Base

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.

Endpoint

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

78

Calls / 30d

12

Unique payers / 30d

Sep 10

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/latest", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.orcatrace.dev/v1/latest" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "charged": true,
  "data": {
    "createdAt": "2026-07-09T19:05:00.000Z",
    "data": {},
    "feedIndex": 1044,
    "title": "Will Contestant X win Season 4 of The Masked Singer?",
    "type": "predetermined"
  },
  "status": "live",
  "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