GiftPulse

Gift cards & phone top-ups your agent can actually send. An ACTION vertical, not a data lookup: free quote, confirm the number, pay, Reloadly delivers — worldwide.

Airtime top-upGift cards300+ brandsx402 · USDC on Base
x402Native Payments
9Live Endpoints
$0.005Queries From
73Network Verticals
This is different from other PulseNetwork verticals: ACTION, not data. Quoting is free and reversible. Sending airtime or ordering a gift card is paid and, once the operator confirms delivery, final — Reloadly does not refund a top-up or gift card sent to a correct-but-wrong-intent number/address. Every order is capped at $25.00, and every response carries "mode": "sandbox" or "mode": "live" so you always know whether real money moved.
Catalog

API Catalog

Every endpoint returns structured JSON. No API keys, no accounts — payment is the authentication. Flow: quote (free) → confirm the phone number/order with your human → execute (paid) → poll status.

Airtime Top-Ups
/api/topup/lookup Auto-detect carrier + live amount ranges/discount $0.01
/api/topup/quote Free signed price quote for a top-up Free
/api/topup Send the airtime top-up (THE paid action) amount + $0.50
/api/topup/{id} Delivery status / reconciliation poll $0.005
Gift Cards
/api/giftcard/catalog Search 300+ brands, 14,000+ products $0.01
/api/giftcard/quote Free signed price quote for an order Free
/api/giftcard Order the gift card (THE paid action) unit price × qty
/api/giftcard/{id} Order status + redemption code re-fetch $0.005
System
/api/health Liveness + current mode Free
Protocol

For AI Agents

GiftPulse is x402-native: quote free, request the paid endpoint, receive HTTP 402 with payment terms, pay in USDC on Base, get your confirmation. Always confirm the resolved phone number or gift card details with your human before paying — sends are final.

x402 · quote → confirm → execute
$ curl -X POST https://giftpulse.theaslangroupllc.com/api/topup/quote \
    -d '{"phone":"+2348021234567","country_iso":"NG","amount_usd":10}'
→ 200 OK  { "operator": "Airtel Nigeria", "price_usd": "10.50", "quote_id": "...", ... }
$ # confirm the phone number + operator with your human, then:
$ curl -X POST https://giftpulse.theaslangroupllc.com/api/topup -d '{ ...quote fields..., "client_request_id": "..." }'
→ 402 Payment Required → pay with any x402 client → 200 OK  { "transaction_id": ..., "status": "SUCCESSFUL", ... }

Discovery: agent.json · openapi.json · llms.txt · listed on the x402 Bazaar

Network

More from PulseNetwork

73 specialist intelligence verticals, one network.