Animica x402 Directory

Directory / api.reloadpi.com

api.reloadpi.com/api/catalog/esims/purchase/info

Reloadpi — eSIM purchase schema and instructions. Returns the exact request format, pricing range, and example for POST /esims/purchase.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://api.reloadpi.com/api/catalog/esims/purchase/info'

# -> 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://api.reloadpi.com/api/catalog/esims/purchase/info'

Endpoint: https://api.reloadpi.com/api/catalog/esims/purchase/info. Operated by api.reloadpi.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.

Other endpoints on api.reloadpi.com

api.reloadpi.com/api/catalog/esims/orders/info

Reloadpi — Order status and refund schema. Returns the fulfillment state machine, polling URL, and refund endpoint for any paid order.

GET · $0.001

api.reloadpi.com/api/catalog/vouchers/purchase/info

Reloadpi — Voucher purchase schema. Returns request format, recipient fields, priceType handling, and example for POST /vouchers/purchase.

GET · $0.001

All 3 endpoints on api.reloadpi.com →