U

Up · Wallet Intent

by Up

POSTBase Sepolia

$0.01

per call · USDC on Base Sepolia

Conservative Base wallet intent signal using recent ERC-20 transfers, approvals, recognized protocols, evidence, contradictions, and explicit limitations.

Endpoint

POST https://api-payment-staging.up.railway.app/v1/wallet/intent

1

Calls / 30d

1

Unique payers / 30d

Aug 16

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-payment-staging.up.railway.app/v1/wallet/intent", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "address": "0x0000000000000000000000000000000000000000",
    "horizonHours": 24,
    "lookbackMinutes": 360
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api-payment-staging.up.railway.app/v1/wallet/intent" \
  -H "Content-Type: application/json" \
  -d '{"address":"0x0000000000000000000000000000000000000000","horizonHours":24,"lookbackMinutes":360}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "coverage": {
    "note": "Recent Base ERC-20 activity only"
  },
  "freshness": {
    "cacheHit": false,
    "cacheTtlSeconds": 15,
    "chainTipBlock": "50000000",
    "observedAt": "2026-08-16T00:00:00.000Z"
  },
  "pricing": {
    "paymentRequired": true,
    "priceUsd": 0.01
  },
  "product": {
    "accessMode": "paid",
    "name": "WalletAWARE",
    "network": "base"
  },
  "request": {
    "address": "0x0000000000000000000000000000000000000000",
    "horizonHours": 24,
    "lookbackMinutes": 360
  },
  "result": {
    "confidence": 0.43,
    "intent": "indeterminate",
    "limitations": [
      "Low-evidence cases intentionally return indeterminate."
    ],
    "model": {
      "calibrated": true,
      "version": "base-intent-logit/0.1"
    }
  },
  "schema": "wallet-aware/intent-response/v1"
}

Payment details

Pay to0xbf11e11ab3607ae7f1c51b79fd0e585c0cca4b82
AssetUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7e
NetworksBase Sepolia
Schemesexact

Is this your API?

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

Get featured →

More from Up & similar services