$0.02
per call · USD Coin on Base
Factual momentum + order-flow signal for a Base token: price trend (5m-24h), buy/sell pressure, and volume trend, classified as RISING/FALLING/FLAT + ACCUMULATION/DISTRIBUTION and gated by a live honeypot check. For trading agents — the read, not a prediction.
Endpoint
POST https://gate402.app/v1/momentum1
Calls / 30d
1
Unique payers / 30d
Aug 22
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://gate402.app/v1/momentum", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"address": "0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed"
}),
});
const data = await res.json();curl -X POST \
"https://gate402.app/v1/momentum" \
-H "Content-Type: application/json" \
-d '{"address":"0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"address": "0x…",
"asOf": "2026-07-13T12:00:00.000Z",
"flow": "ACCUMULATION",
"momentum": "RISING",
"notes": [
"Price +4.2% (1h) with 74% of trades buys on accelerating volume",
"Rising price + net buying — constructive setup"
],
"priceUsd": "0.012",
"safety": {
"isHoneypot": false,
"sellTaxPct": 0,
"thinLiquidity": false
},
"signals": {
"buyPressurePct": {
"h1": 74,
"h24": 58
},
"liquidityUsd": 1275000,
"priceChangePct": {
"h1": 4.2,
"h24": 12.5,
"h6": 9.1
},
"txns24h": {
"buys": 477,
"sells": 380
},
"volumeTrend": "ACCELERATING",
"volumeUsd": {
"h1": 8200,
"h24": 210000,
"h6": 25000
}
},
"symbol": "TKN",
"tradeable": true
}Payment details
0x8e57bfde053dbb6862991759c19affc5f383d5d0USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from gate402 & similar services
gate402 · Proxy
gate402.app
Fetch any public URL, render client-side JS, strip nav/ads, return clean LLM-ready Markdown.
gate402 · Launches
gate402.app
Radar of the freshest Base token launches (newest DEX pools), lightly pre-screened by liquidity/age/flow with quickFlags for obvious junk. Top-of-funnel discovery for trading agents — feeds token-risk / momentum / best-swap. From GeckoTerminal.
gate402 · Proxy Stealth
gate402.app
Anti-bot fetch for Cloudflare / JS-heavy protected pages: routed through rotating residential proxies with automatic JS rendering and CAPTCHA solving, returned as clean LLM-ready Markdown. Best-effort on the hardest targets.