{
  "x402Version": 2,
  "id": 5011,
  "slug": "5011",
  "resource": "https://graphadvocate.com/onchain-x402/address",
  "description": "On-chain x402 settlement summary for an address from the decentralized x402 Base subgraph on The Graph Network. POST {address}. Returns lifetime stats as payer + recipient (totalPayments, totalVolume, first/last seen), recent 10 payments each direction, facilitator metadata if applicable, plus indexed_through_block for freshness. Decentralized, verifiable. Distinct from /ask. $0.01 USDC on Base.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0FF5A6ecef783BBA35463ec2F8403B9B5e9e7C86",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "address": "0x0FF5A6ecef783BBA35463ec2F8403B9B5e9e7C86"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "address": "0x0ff5a6ecef783bba35463ec2f8403b9b5e9e7c86",
            "as_payer": null,
            "as_recipient": {
              "lastPaymentTimestamp": "1780500000",
              "totalPayments": "47",
              "totalVolumeDecimal": "0.47"
            },
            "facilitator": null,
            "indexed_through_block": 46514000,
            "indexed_through_timestamp": 1780580000,
            "indexer_has_errors": false,
            "is_in_index": true,
            "recent_received": [
              {
                "amountDecimal": "0.01",
                "blockNumber": "46500000",
                "from": "0xab…",
                "transferMethod": "EIP3009"
              }
            ],
            "recent_sent": [],
            "source": "graph-network:x402-base"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "address": {
                    "description": "Lowercase 0x address to look up",
                    "pattern": "^0x[a-fA-F0-9]{40}$",
                    "type": "string"
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "address": {
                    "type": "string"
                  },
                  "as_payer": {
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "as_recipient": {
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "indexed_through_block": {
                    "type": "number"
                  },
                  "is_in_index": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "address",
                  "is_in_index",
                  "indexed_through_block"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "graphadvocate.com",
  "lastUpdated": "2026-08-29T18:54:05.45Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-29T18:54:05.198Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "graphadvocate.com",
    "manifest_name": "graphadvocate.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"
  }
}