{
  "x402Version": 2,
  "id": 5139,
  "slug": "5139",
  "resource": "https://property.payapi.market/sold-prices",
  "description": "UK HM Land Registry sold property prices by postcode.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xFFc458dB291b4ABcE020fE3de4f91F2770E537b1",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "limit": 10,
            "postcode": "SW1A 1AA"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "cached": false,
            "count": 2,
            "postcode": "SW1A 1AA",
            "results": [
              {
                "address": "10 DOWNING STREET, LONDON",
                "date": "2024-06-14",
                "new_build": false,
                "price": 2750000,
                "property_type": "T"
              },
              {
                "address": "12 DOWNING STREET, LONDON",
                "date": "2023-11-02",
                "new_build": false,
                "price": 1900000,
                "property_type": "T"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "limit": {
                    "description": "Max records to return. Defaults to 10.",
                    "maximum": 100,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "postcode": {
                    "description": "UK postcode to search, e.g. 'SW1A 1AA'.",
                    "type": "string"
                  }
                },
                "required": [
                  "postcode"
                ],
                "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": {
                  "cached": {
                    "type": "boolean"
                  },
                  "count": {
                    "type": "integer"
                  },
                  "postcode": {
                    "type": "string"
                  },
                  "results": {
                    "description": "Sold-price records: address, price (GBP), date, property_type, new_build.",
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "property.payapi.market",
  "lastUpdated": "2026-09-08T07:58:27.628Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-08T07:58:27.286Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "property.payapi.market",
    "manifest_name": "property.payapi.market",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}