Token price history (USD) · Token Price History
$0.004
per call · USD Coin on Base
Historical USD price series for a token, by ticker symbol (ETH, BTC, SOL, ...) or by ERC-20 contract + network, at 5-minute (up to 2 days), hourly (up to 30 days) or daily (up to 365 days) resolution. Returns the points plus first/last/high/low and the percent change over the window - the data behind 'how did this token move over the last N days' without a separate market-data subscription. 404 (not charged) when the token is not in the price feed.
Endpoint
POST https://agent402.tools/api/token-price-history3
Calls / 30d
1
Unique payers / 30d
Aug 31
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://agent402.tools/api/token-price-history", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"contract": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"days": 7,
"interval": "1d",
"network": "ethereum"
}),
});
const data = await res.json();curl -X POST \
"https://agent402.tools/api/token-price-history" \
-H "Content-Type: application/json" \
-d '{"contract":"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","days":7,"interval":"1d","network":"ethereum"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"changePct": 0.005,
"contract": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"count": 7,
"currency": "usd",
"endTime": "2026-08-22T12:00:00.000Z",
"fetchedAt": "2026-08-22T12:00:00.000Z",
"first": 0.99966,
"high": 0.99982,
"interval": "1d",
"last": 0.99971,
"low": 0.99951,
"network": "ethereum",
"points": [
{
"price": 0.99966,
"t": "2026-08-16T00:00:00Z"
}
],
"source": "alchemy",
"startTime": "2026-08-15T12:00:00.000Z",
"symbol": null
}Payment details
0xabf4fabd7c416fb67202e5f9002389fc75e2a9d0USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from Token price history (USD) & similar services
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.
svm402-service · Price
svm402.com
Current price and liquidity data for a Solana token given its mint address, sourced from Jupiter and Helius. Call this for a quick, cheap market quote when you do not need the full analysis. — $0.01 USDC
0x · Swap Allowance Holder Quote
agent.api.0x.org
Get the firm quote for a swap using Allowance Holder to set allowances