ToolAssay

Record x402 purchases as receipts, reconciled against on-chain payments and anch

Record x402 purchases as receipts, reconciled against on-chain payments and anchored with verifiable proofs. Pay per receipt; the paying wallet becomes your account. Financial control for autonomous agents.

Not tested: has real-world effectsour last check, 2026-09-26
0 of 0checks answered this week
n/amedian answer time
$0.002listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://app.x402receipts.com/api/v1/receipts

CategoryMarket data
Provider hostapp.x402receipts.com
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days3 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "receipts": [
      {
        "amountAtomic": "4000",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "delivered": true,
        "id": "uuid",
        "method": "POST",
        "network": "eip155:8453",
        "occurredAt": "2026-09-25T10:00:00.000Z",
        "payee": "0x\u2026",
        "payer": "0x\u2026",
        "requestHash": "sha256 hex of method+url+body",
        "resource": "https://api.example.com/search",
        "responseHash": "sha256 hex of the response body",
        "responseStatus": 200,
        "txRef": "0x\u2026"
      }
    ]
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "receipts": {
              "items": {
                "properties": {
                  "amountAtomic": {
                    "type": "string"
                  },
                  "asset": {
                    "type": "string"
                  },
                  "delivered": {
                    "type": "boolean"
                  },
                  "id": {
                    "type": "string"
                  },
                  "method": {
                    "type": "string"
                  },
                  "network": {
                    "description": "CAIP-2",
                    "type": "string"
                  },
                  "occurredAt": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "payee": {
                    "type": "string"
                  },
                  "payer": {
                    "type": "string"
                  },
                  "requestHash": {
                    "type": "string"
                  },
                  "resource": {
                    "type": "string"
                  },
                  "responseHash": {
                    "type": "string"
                  },
                  "responseStatus": {
                    "type": "integer"
                  },
                  "sellerReceipt": {
                    "description": "x402 offer-receipt signed by the seller, if any",
                    "type": "object"
                  },
                  "txRef": {
                    "type": "string"
                  }
                },
                "required": [
                  "id",
                  "occurredAt",
                  "network",
                  "resource",
                  "method",
                  "requestHash",
                  "delivered"
                ],
                "type": "object"
              },
              "maxItems": 500,
              "minItems": 1,
              "type": "array"
            }
          },
          "required": [
            "receipts"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "accepted": {
              "type": "integer"
            },
            "anchored": {
              "type": "boolean"
            },
            "duplicates": {
              "type": "integer"
            },
            "paid": {
              "type": "object"
            },
            "workspace": {
              "type": "object"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON