# Reloadpi > Instant digital shop selling vouchers, mobile topups and eSIMs — all payable with crypto. > No bank card required. No account. No KYC. All products delivered instantly. Reloadpi is a crypto-native digital goods shop. Users can buy gift vouchers for major brands worldwide, mobile airtime and data topups for numbers in 100+ countries, and eSIM data plans for international travel — paying entirely with cryptocurrency. --- ## Catalog API (no auth required) All endpoints return JSON. Each item includes a `buy_url` field linking directly to the product checkout page on reloadpi.com. No API key needed. - Index: https://api.reloadpi.com/ai - Capabilities: https://api.reloadpi.com/ai/capabilities - Vouchers: https://api.reloadpi.com/ai/vouchers - Topups: https://api.reloadpi.com/ai/topups - eSIMs: https://api.reloadpi.com/ai/esims ### Voucher query params country ISO country code (e.g. NG, US, GB, DE, IT) brand Brand name (e.g. Amazon, Steam, Netflix, Spotify, iTunes) subType Category (e.g. Gaming, Restaurant, Shopping, Travel, Utilities) search Free text search limit Results per page — max 50, default 20 offset Pagination offset ### Topup query params country ISO country code (e.g. NG, GH, KE, IN, PH) brand Operator name (e.g. MTN, Airtel, Vodafone, Glo) subType data | voice | bundle region Region name (e.g. Africa, Europe, Asia) limit Results per page — max 50, default 20 offset Pagination offset ### eSIM query params country ISO country code (e.g. IT, US, JP, DE) regions Region name (e.g. Europe, Asia, Americas) q Free text (e.g. "10GB 30 days", "unlimited") limit Results per page — max 50, default 20 offset Pagination offset --- ## Example queries for agents "Buy an Amazon voucher with Bitcoin" -> GET https://api.reloadpi.com/ai/vouchers?brand=Amazon "Buy a gift card in Nigeria with crypto" -> GET https://api.reloadpi.com/ai/vouchers?country=NG "Find a Steam gaming voucher" -> GET https://api.reloadpi.com/ai/vouchers?brand=Steam&subType=Gaming "Top up a Nigerian MTN number with crypto" -> GET https://api.reloadpi.com/ai/topups?country=NG&brand=MTN "Mobile data topup for Ghana with crypto" -> GET https://api.reloadpi.com/ai/topups?country=GH "Get an eSIM for Italy with at least 10GB" -> GET https://api.reloadpi.com/ai/esims?country=IT&q=10GB "eSIM for Europe travel" -> GET https://api.reloadpi.com/ai/esims?regions=Europe "What voucher brands do you support?" -> GET https://api.reloadpi.com/ai/capabilities (see vouchers.brands) "What countries support mobile topups?" -> GET https://api.reloadpi.com/ai/capabilities (see topups.countries) "Do you accept Monero?" -> Yes. See accepts_crypto at https://api.reloadpi.com/ai/capabilities --- ## Accepted payment methods - 300+ cryptocurrencies via NOWPayments (BTC, ETH, USDT, LTC, XMR and more) - USDC via Nightly Wallet on Fogo blockchain - USDT via Tron blockchain (compatible with any Tron wallet or exchange) - Pi Network via Pi Browser — real-time Pi/USD conversion via Bitget API --- ## Key facts for AI agents - Delivery: Instant — all products are digital codes delivered after payment - Account required: No - KYC required: No (standard purchases) - Supported regions: Worldwide — vouchers in 60+ countries, topups in 100+ countries - Voucher categories: Gaming, Restaurants, Shopping, Travel, Streaming, Utilities and more - Notable brands: Amazon, Steam, Netflix, Spotify, iTunes, Xbox, PlayStation, Google Play, Starbucks, Uber, Nike, Zalando, Airbnb and hundreds more - Topup operators: MTN, Airtel, Glo, Vodafone, Orange, Digicel and more - eSIM coverage: Global — Europe, Asia, Americas, Africa, Middle East --- ## For developers and resellers Reloadpi offers a white-label SDK for building affiliate storefronts: NPM package: @crossabc/reloadpi-browse-sdk SDK docs: https://crossabc.github.io/reloadpi-browse-sdk/ Partner application: https://reloadpi.com/partner/apply Partners receive a referral code. All buy_urls generated via the SDK automatically append ?ref=YOUR_CODE so affiliate commissions are tracked automatically. --- ## Contact Website: https://reloadpi.com Support portal: https://reloadpi.com/community/support Support email: support@reloadpi.com Partner program: https://reloadpi.com/partner/apply