O

OnchainPulse · Facet Liquidity

by OnchainPulse

GETBaseSolanaArbitrumPolygonFraxtalWorld ChainMonadX LayerHyperEVMAlgorandXRP LedgerBNB Chain

$0.005

per call · USD Coin on Base

Token liquidity and momentum snapshot, half a cent: live DEX liquidity in USD, price, market cap, pair age, 1h/24h volume, buy-vs-sell transaction ratio, price change — the raw DexScreener read for any EVM token, one source, no fusion. Base, Ethereum, BSC, Arbitrum, Polygon, Optimism, Avalanche. Cheapest pre-trade depth check; upgrade to /api/evmtoken ($0.015) for the fused safety verdict or /api/exit-depth for sell-impact modeling.

Endpoint

GET https://onchainpulse.theaslangroupllc.com/api/facet/liquidity

3

Calls / 30d

3

Unique payers / 30d

Sep 9

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://onchainpulse.theaslangroupllc.com/api/facet/liquidity", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://onchainpulse.theaslangroupllc.com/api/facet/liquidity?address=0x532f27101965dd16442E59d40670FaF5eBB142E4&chain=base" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "address": "0x532f27101965dd16442E59d40670FaF5eBB142E4",
  "buy_sell_ratio_h1": 1.32,
  "chain": "base",
  "dex": "uniswap",
  "liquidity_usd": 4200000,
  "market_cap": 812000000,
  "pair_age_hours": 9600,
  "pair_found": true,
  "pair_url": "https://dexscreener.com/base/0x…",
  "price_change": {
    "h1": 2.1,
    "h24": -1.4
  },
  "price_usd": 0.0842,
  "source": "dexscreener",
  "txns_h1": {
    "buys": 420,
    "sells": 318
  },
  "upgrade": {
    "exit_depth": "/api/exit-depth — sell-impact modeling",
    "full_scan": "/api/evmtoken — $0.015 fused safety verdict"
  },
  "volume": {
    "h1": 310000,
    "h24": 6100000
  }
}

Payment details

Pay to0x50ab2018c06c6e4eaa9ba52057eb55ed284912fc
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon, Fraxtal, World Chain, Monad, X Layer, HyperEVM, Algorand, XRP Ledger, BNB Chain
Schemesexact

Is this your API?

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

Get featured →

More from OnchainPulse & similar services