Directory / 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.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://giftpulse.theaslangroupllc.com/api/topup/lookup' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://giftpulse.theaslangroupllc.com/api/topup/lookup'
Endpoint: https://giftpulse.theaslangroupllc.com/api/topup/lookup. Operated by giftpulse.theaslangroupllc.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Search Reloadly's gift card catalog (300+ brands, 14,000+ products/denominations across countries). Returns each product's id, brand, country, denomination rang…