DealPulse · Deals History
by DealPulse
$0.08
per call · USD Coin on Base
Price history / buy now or wait / is it a good deal / historical low for a product. Returns the price trend and lowest-ever context so agents can decide whether the current price is a real deal or worth waiting. For shopping and deal-hunting agents.
Endpoint
GET https://dealpulse.theaslangroupllc.com/api/deals/history1
Calls / 30d
1
Unique payers / 30d
Aug 20
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://dealpulse.theaslangroupllc.com/api/deals/history", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://dealpulse.theaslangroupllc.com/api/deals/history" \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from DealPulse & similar services
DealPulse · Deals Cards
dealpulse.theaslangroupllc.com
Best credit card for a spending category / maximize cashback and points / which card to use. Finds the card that earns the most rewards (cashback, points, miles) for a given spending category and purchase. For shopping and rewards agents.
DealPulse · Deals Stack
dealpulse.theaslangroupllc.com
Cashback stacking / maximize savings / stack coupons and rewards at a store. Builds the optimal savings stack by layering shopping-portal cashback (Rakuten, etc.), credit-card rewards, coupon codes, and loyalty points for a purchase. For savings and rewards agents.
DealPulse · Deals Subscriptions
dealpulse.theaslangroupllc.com
Subscription review / cancel wasted subscriptions / cut recurring spend / cheaper plan alternatives. Reviews a list of active subscriptions (streaming, software, etc.), flags overlap and waste to cancel, and finds cheaper alternatives. For savings and personal-finance agents.