mirrored listing x402 eip155:84532

Deterministic policy decision for requested actions, prohibited actions, Base Sepolia asse

Deterministic policy decision for requested actions, prohibited actions, Base Sepolia asset restrictions, and atomic test-USDC spending limits.

Do you run sandbox.weverpay.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
30000 (raw units)
price
4
calls / 30d
1
unique payers
2026-08-25
updated

Provider

sandbox.weverpay.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:84532",
    "payTo": "0xff52824610cb82603089f2d33d44682edffa6630",
    "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
    "amount": "30000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "agentId": "wever.research-buyer.v1",
          "allowedActions": [
            "search_services",
            "get_service",
            "purchase_service"
          ],
          "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
          "network": "eip155:84532",
          "prohibitedActions": [
            "mainnet_payment",
            "credential_export"
          ],
          "requestedActions": [
            "search_services",
            "get_service"
          ],
          "requestedSpendAtomic": 30000,
          "spendingLimitAtomic": 100000
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "approvedActions": [
            "search_services",
            "get_service"
          ],
          "decision": "APPROVED",
          "deniedActions": [],
          "policyHash": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
          "remainingSpendAtomic": 70000,
          "reportVersion": "1.0.0",
          "violations": []
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "agentId": {
                  "maxLength": 120,
                  "minLength": 3,
                  "type": "string"
                },
                "allowedActions": {
                  "items": {
                    "type": "string"
                  },
                  "maxItems": 32,
                  "type": "array",
                  "uniqueItems": true
                },
                "asset": {
                  "type": "string"
                },
                "network": {
                  "type": "string"
                },
                "prohibitedActions": {
                  "items": {
                    "type": "string"
                  },
                  "maxItems": 32,
                  "type": "array",
                  "uniqueItems": true
                },
                "requestedActions": {
                  "items": {
                    "type": "string"
                  },
                  "maxItems": 32,
                  "minItems": 1,
                  "type": "array",
                  "uniqueItems": true
                },
                "requestedSpendAtomic": {
                  "maximum": 10000000,
                  "minimum": 0,
                  "type": "integer"
                },
                "spendingLimitAtomic": {
                  "maximum": 10000000,
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "required": [
                "agentId",
                "requestedActions",
                "allowedActions",
                "prohibitedActions",
                "spendingLimitAtomic",
                "requestedSpendAtomic",
                "network",
                "asset"
              ],
              "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": {
              "additionalProperties": false,
              "properties": {
                "approvedActions": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "decision": {
                  "enum": [
                    "APPROVED",
                    "REJECTED"
                  ],
                  "type": "string"
                },
                "deniedActions": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "policyHash": {
                  "pattern": "^sha256:[0-9a-f]{64}$",
                  "type": "string"
                },
                "remainingSpendAtomic": {
                  "minimum": 0,
                  "type": "integer"
                },
                "reportVersion": {
                  "type": "string"
                },
                "violations": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "required": [
                "reportVersion",
                "decision",
                "approvedActions",
                "deniedActions",
                "violations",
                "remainingSpendAtomic",
                "policyHash"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://sandbox.weverpay.com/api/wever-pay/sandbox/services/authority-boundary-review"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://sandbox.weverpay.com/api/wever-pay/sandbox/services/authority-boundary-review");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://sandbox.weverpay.com/api/wever-pay/sandbox/services/authority-boundary-review")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/4280.json, and this resource appears in /discovery/resources and /discovery/search.