{
  "openapi": "3.1.0",
  "info": {
    "title": "Keith Andre Rose",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://keithandrerose.com",
      "description": "Tempo Mainnet"
    }
  ],
  "paths": {
    "/api/market/pay/mpp": {
      "post": {
        "summary": "Make a donation",
        "description": "Pays the requested amount as a donation. The same endpoint the site's own form uses.",
        "responses": {
          "200": {
            "description": "Successful response"
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "intent": "charge",
          "method": "tempo",
          "amount": null,
          "currency": "0x20C000000000000000000000b9537d11c60E8b50",
          "description": "Pays the requested amount as a donation. The same endpoint the site's own form uses. Settled on Tempo Mainnet."
        }
      }
    },
    "/api/market/mpp/order": {
      "post": {
        "summary": "Buy from the catalogue",
        "description": "Prices the requested products against the live catalogue and charges that amount.",
        "responses": {
          "200": {
            "description": "Successful response"
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "intent": "charge",
          "method": "tempo",
          "amount": null,
          "currency": "0x20C000000000000000000000b9537d11c60E8b50",
          "description": "Prices the requested products against the live catalogue and charges that amount. Settled on Tempo Mainnet."
        }
      }
    },
    "/api/market/mpp/ping": {
      "post": {
        "summary": "Paid liveness check",
        "description": "A minimal paid operation, for conformance checks and for proving a wallet works.",
        "responses": {
          "200": {
            "description": "Successful response"
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "intent": "charge",
          "method": "tempo",
          "amount": "10000",
          "currency": "0x20C000000000000000000000b9537d11c60E8b50",
          "description": "A minimal paid operation, for conformance checks and for proving a wallet works. Settled on Tempo Mainnet."
        }
      }
    }
  },
  "x-service-info": {
    "categories": [
      "media",
      "developer-tools"
    ],
    "docs": {
      "apiReference": "https://keithandrerose.com/openapi.json",
      "homepage": "https://keithandrerose.com",
      "llms": "https://keithandrerose.com/llms.txt"
    }
  }
}