gate402 · Momentum

by gate402

POSTBase

$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/momentum

1

Calls / 30d

1

Unique payers / 30d

Aug 22

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://gate402.app/v1/momentum", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "address": "0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed"
  }),
});
const data = await res.json();
cURL
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

Pay to0x8e57bfde053dbb6862991759c19affc5f383d5d0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from gate402 & similar services