{
  "x402Version": 2,
  "id": 1468,
  "slug": "1468",
  "resource": "https://x402-seller.onrender.com/payments/history",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xbd61dfb01f81c91f02b0ccd51b0220e0c8918639",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402-seller.onrender.com",
  "lastUpdated": "2026-08-29T07:25:09.319Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-29T07:25:09.185Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402-seller.onrender.com",
    "manifest_name": "x402-seller.onrender.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"
  }
}