$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/intent1
Calls / 30d
1
Unique payers / 30d
Aug 16
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-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 -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
0xbf11e11ab3607ae7f1c51b79fd0e585c0cca4b82USDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7eIs this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from Up & similar services
Up · Image Text
x402-gateway-production.up.railway.app
Image generation with accurate text rendering using Ideogram v3 (best for logos, signage)
Up · RSI Reversion Swing BTC
signal-engine-production-d88d.up.railway.app
Individual arena strategy signal
Up · Remove Background
clearcut-production-bcc0.up.railway.app
Remove the background from an image URL and return a hosted transparent PNG URL. After evaluating the result, send a quick rating to POST /feedback using the returned feedback_id. Help us improve the service!