$0.001
per call · USD Coin on base
Returns current token prices with FDV, liquidity, and 24h price change, quoted in **USD**, **ETH**, or **BTC**. ### Rules - Provide **either** `symbols` or `addresses`, not both. - Max **30 entries** for either parameter (pipe-delimited). - `quote_symbol` must be one of: `USD`, `ETH`, `BTC`.
Endpoint
GET https://api.slamai.dev/token/price7
Calls / 30d
4
Unique payers / 30d
Sep 8
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.slamai.dev/token/price", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.slamai.dev/token/price?addresses=%5Bobject+Object%5D&blockchain=%5Bobject+Object%5D&estimate_cost=%5Bobject+Object%5D"e_symbol=%5Bobject+Object%5D&symbols=%5Bobject+Object%5D" \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0xd85096faec1ac03075667b4c1a1661f5623bf111USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from Slamai & similar services
Slamai · Tokens Trending
api.slamai.dev
Returns trending tokens across the entire blockchain for a specified activity window and optional category. The size of the increase in active wallets over the activity window determines the token's trending rank.
Slamai · Tokens Newest
api.slamai.dev
Returns the newest tokens minted on the blockchain based on mint timestamp, filtered by an activity window and optional category.
Kronos Crypto Data & Forecasts · Liquidations BTC
kronossignals.com
Forward liquidation cluster map + recent prints for all 17 crypto assets. Part A: estimated liq price levels for 5x/10x/25x/50x leverage bands, modeled from open interest and mark price — no new upstream source. Part B: real liquidation prints from OKX public API (no auth). Returns cluster map, nearest_long/short clusters, squeeze_bias, and honest disclaimers. Supports BTC/ETH/SOL/BNB/XRP/DOGE/ADA/AVAX/LINK/DOT/LTC/TRX/BCH/ATOM/NEAR/APT/HYPE-USD. Pay-per-call via x402.