mirrored listing x402 eip155:8453

This seller's own recent USDC settlement history on Base mainnet — every payment received,

This seller's own recent USDC settlement history on Base mainnet — every payment received, with transaction hash, payer address, amount, and block number. Use it to confirm whether a specific payment settled, or to audit real payment volume; verifiable on any Base block explorer. Bounded to a recent rolling window (default 24h, max 72h) to keep responses fast. Optional 'address' param filters to one payer wallet.

Do you run x402-seller.onrender.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
1000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-29
updated

Provider

x402-seller.onrender.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xbd61dfb01f81c91f02b0ccd51b0220e0c8918639",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "hours": "24"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "count": 1,
          "note": "Settlements to this seller's own wallet on Base mainnet, USDC only, over the last 24 hour(s) (max 72). Independently verifiable on any Base block explorer.",
          "payTo": "0xbd61dfb01f81c91f02b0ccd51b0220e0c8918639",
          "payments": [
            {
              "amountUsdc": 0.001,
              "block": 48989927,
              "from": "0x6bae57ad66659cdf660e0874d948226696299c71",
              "txHash": "0x2b4e98bfedc3311d02fbf673fc6a62475600aca34db837744e685661478ae001"
            }
          ],
          "source": "Base mainnet public RPC (on-chain USDC Transfer event logs)",
          "windowHours": 24
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "address": {
                  "description": "Optional: filter to payments from this one payer wallet (0x...)",
                  "type": "string"
                },
                "hours": {
                  "description": "Lookback window in hours, default 24, max 72",
                  "type": "string"
                }
              },
              "required": [],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "count": {
                  "type": "number"
                },
                "filteredByPayer": {
                  "type": "string"
                },
                "note": {
                  "type": "string"
                },
                "payTo": {
                  "type": "string"
                },
                "payments": {
                  "type": "array"
                },
                "source": {
                  "type": "string"
                },
                "windowHours": {
                  "type": "number"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://x402-seller.onrender.com/payments/history"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402-seller.onrender.com/payments/history");
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://x402-seller.onrender.com/payments/history")
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/1468.json, and this resource appears in /discovery/resources and /discovery/search.