{
  "x402Version": 2,
  "id": 4903,
  "slug": "4903",
  "resource": "https://api.reloadpi.com/api/catalog/topups/purchase/info",
  "description": "Reloadpi — Topup purchase schema. Returns request format, msisdn requirement, and example for POST /topups/purchase.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x8a598A28a435Fe44D31854251b1c88d0781ea822",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "body": {
              "offerId": "AIRTELTIGO_GH_025",
              "recipient": {
                "msisdn": "+233201234567"
              }
            },
            "endpoint": "POST /api/catalog/topups/purchase",
            "priceRange": "$1.00–$50 depending on operator",
            "response": {
              "delivery": null,
              "fulfillment_deadline": "ISO timestamp",
              "ok": true,
              "orderId": "uuid",
              "pollUrl": "/api/catalog/orders/:orderId",
              "refund_policy": "auto_on_fail",
              "status": "PROCESSING",
              "txHash": "0x..."
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.reloadpi.com",
  "lastUpdated": "2026-09-11T11:46:56.918Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-11T11:46:56.663Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.reloadpi.com",
    "manifest_name": "api.reloadpi.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}