W

Workers · Crypto Scan

by Workers

POSTBase

$0.01

per call · USD Coin on Base

Machine-readable crypto market intelligence: the currently published long opportunities from an upstream advice system, ranked by opportunity_score (0-100 heuristic, never a calibrated win probability). Per opportunity: signal_id, version, coin, classification (STRONG_LONG..AVOID), opportunity type, publication status, entry validity and freshness in seconds. No execution, no custody, no position sizing. Each response names the next useful call. Paid per request; an empty list is a valid answer.

Endpoint

POST https://agentdata-api.sander-van-aard.workers.dev/crypto/scan

1

Calls / 30d

1

Unique payers / 30d

Aug 23

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://agentdata-api.sander-van-aard.workers.dev/crypto/scan", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({}),
});
const data = await res.json();
cURL
curl -X POST \
  "https://agentdata-api.sander-van-aard.workers.dev/crypto/scan" \
  -H "Content-Type: application/json" \
  -d '{}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "checked_at": "2026-07-28T14:05:00.000Z",
  "count": 1,
  "opportunities": [
    {
      "classification": "CONDITIONAL_LONG",
      "coin": "BTC-EUR",
      "entry_valid_until": 1785254100,
      "freshness_seconds": 240,
      "opportunity_score": 63,
      "opportunity_type": "BREAKOUT",
      "publication_status": "PUBLISHED",
      "published_at": 1785252300,
      "score_type": "heuristic_v1",
      "signal_id": "sig_a1b2c3d4e5f6",
      "version": 4
    }
  ],
  "query": {},
  "recommended_next_call": {
    "arguments": {
      "signal_id": "sig_a1b2c3d4e5f6"
    },
    "reason": "Retrieve the full advice for the highest-scoring opportunity.",
    "tool": "get_crypto_signal"
  },
  "source_as_of": 1785253100
}

Payment details

Pay to0xb0ae6a9bd7a573ddda58db6c28622417e8ca2099
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 Workers & similar services