GiftPulse · Giftcard Catalog
by GiftPulse
$0.01
per call · USD Coin on Base
Search Reloadly's gift card catalog (300+ brands, 14,000+ products/denominations across countries). Returns each product's id, brand, country, denomination range or fixed amounts, and sender fee/discount — everything needed to build a POST /api/giftcard/quote call.
Endpoint
GET https://giftpulse.theaslangroupllc.com/api/giftcard/catalog8
Calls / 30d
5
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://giftpulse.theaslangroupllc.com/api/giftcard/catalog", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://giftpulse.theaslangroupllc.com/api/giftcard/catalog" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"mode": "sandbox",
"page": 0,
"products": [
{
"brand": "Amazon",
"country": "US",
"currency": "USD",
"denomination_type": "RANGE",
"fixed_amounts_usd": [],
"max_usd": 100,
"min_usd": 1,
"name": "Amazon US",
"product_id": 5,
"sender_fee_pct": 0,
"sender_fee_usd": 0
}
],
"total": 1
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from GiftPulse & similar services
GiftPulse · Topup Lookup
giftpulse.theaslangroupllc.com
Auto-detect the mobile carrier for a phone number and return its live top-up amount range/denominations and current discount, before quoting or sending airtime. Wraps Reloadly's operator auto-detect. Run this (or POST /api/topup/quote directly, which auto-detects internally) before POST /api/topup.
StableEnrich · EXA Search
stableenrich.dev
Exa Search - Neural search across the web
Twit · Tweets Search
x402.twit.sh
Search Twitter/X tweets with advanced filters. Returns up to 20 tweets per page, most recent first, with pagination. At least one filter required. Params: words, phrase, anyWords, noneWords, hashtags, from, to, mentioning, minReplies, minLikes, minReposts, since (YYYY-MM-DD), until, next_token. e.g. GET /tweets/search?words=bitcoin&from=elonmusk&minLikes=100. Returns X v2 API-compatible JSON.