x402 List

x402 Protocol Service Directory

StableEstate

Data

Pay-per-request US real estate data API: rental and for sale listings, property records with attributes, taxes and owner, value and rent estimates, market statistics by postal code. MLS data supplied upstream by RentCast.

Pay from $0.01 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://stableestate.dev ENDPOINTS 10 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 18m ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
255ms
avg response
183ms
total checks
47
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.01 (p62 in Data)
price (min)
$0.01
category percentile (min)
p62 in Data
endpoints / prices
10 / 1
model
flat
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

traction $7.50 30d · 24 buyers
volume 30d
$7.50
buyers 30d
24
settlements 30d
750
last settlement
2026-07-21
top buyer share
70% of 30d volume
trend 7d vs 30d
0.58x the 30d daily rate
networks
eip155:8453

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides US real estate data including property records, rental listings, sale listings, valuations, and market statistics.

category
real-estate-data
in
path and body
real-estateproperty-datarental-listingssale-listingsvaluationsmarket-statistics

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
POST /api/apartments/search $0.01 Base USDC
POST /api/markets $0.01 Base USDC
GET /api/properties/104-Upolu-Ct,-Bastrop,-TX-78602 $0.01 Base USDC
GET /api/properties/139-Crepe-Myrtle-Rd,-Bastrop,-TX-78602 $0.01 Base USDC
GET /api/properties/157-Koolua-Dr,-Bastrop,-TX-78602 $0.01 Base USDC
GET /api/properties/212-Jennifer-Ln,-Bastrop,-TX-78602 $0.01 Base USDC
GET /api/properties/2327-Seidel-Rd,-Schulenburg,-TX-78956 $0.01 Base USDC
GET /api/properties/308-W-Crockett-St,-La-Grange,-TX-78945 $0.01 Base USDC
POST /api/properties/search $0.01 Base USDC
POST /api/sales/search $0.01 Base USDC
10 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /api/properties/104-Upolu-Ct,-Bastrop,-TX-78602 returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://stableestate.dev/api/properties/104-Upolu-Ct,-Bastrop,-TX-78602'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2E87ae5aB4D061C1213c70dD58B0cfB9C955753d",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableestate.dev/api/properties/104-Upolu-Ct,-Bastrop,-TX-78602",
      "tags": [
        "Properties"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Get a specific property record by ID — full attributes, tax history, ownership",
      "serviceName": "StableEstate"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2E87ae5aB4D061C1213c70dD58B0cfB9C955753d",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableestate.dev/api/properties/139-Crepe-Myrtle-Rd,-Bastrop,-TX-78602",
      "tags": [
        "Properties"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Get a specific property record by ID — full attributes, tax history, ownership",
      "serviceName": "StableEstate"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2E87ae5aB4D061C1213c70dD58B0cfB9C955753d",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableestate.dev/api/properties/157-Koolua-Dr,-Bastrop,-TX-78602",
      "tags": [
        "Properties"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Get a specific property record by ID — full attributes, tax history, ownership",
      "serviceName": "StableEstate"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2E87ae5aB4D061C1213c70dD58B0cfB9C955753d",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableestate.dev/api/properties/212-Jennifer-Ln,-Bastrop,-TX-78602",
      "tags": [
        "Properties"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Get a specific property record by ID — full attributes, tax history, ownership",
      "serviceName": "StableEstate"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2E87ae5aB4D061C1213c70dD58B0cfB9C955753d",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableestate.dev/api/properties/2327-Seidel-Rd,-Schulenburg,-TX-78956",
      "tags": [
        "Properties"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Get a specific property record by ID — full attributes, tax history, ownership",
      "serviceName": "StableEstate"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2E87ae5aB4D061C1213c70dD58B0cfB9C955753d",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableestate.dev/api/properties/308-W-Crockett-St,-La-Grange,-TX-78945",
      "tags": [
        "Properties"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Get a specific property record by ID — full attributes, tax history, ownership",
      "serviceName": "StableEstate"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2E87ae5aB4D061C1213c70dD58B0cfB9C955753d",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableestate.dev/api/apartments/search",
      "tags": [
        "Apartments"
      ],
      "method": "POST",
      "mimeType": "application/json",
      "description": "Search rental apartment listings powered by MLS data",
      "serviceName": "StableEstate"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "limit": 25,
              "offset": 0,
              "status": "Active",
              "location": "Brooklyn, NY",
              "maxPrice": 3000,
              "minBedrooms": 1
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "status",
                    "limit",
                    "offset"
                  ],
                  "properties": {
                    "city": {
                      "type": "string"
                    },
                    "limit": {
                      "type": "integer",
                      "default": 25,
                      "maximum": 500,
                      "minimum": 1
                    },
                    "state": {
                      "type": "string",
                      "maxLength": 2,
                      "minLength": 2
                    },
                    "offset": {
                      "type": "integer",
                      "default": 0,
                      "maximum": 9007199254740991,
                      "minimum": 0
                    },
                    "radius": {
                      "type": "number",
                      "maximum": 100,
                      "minimum": 0
                    },
                    "status": {
                      "enum": [
                        "Active",
                        "Inactive"
                      ],
                      "type": "string",
                      "default": "Active"
                    },
                    "address": {
                      "type": "string"
                    },
                    "daysOld": {
                      "type": "integer",
                      "maximum": 9007199254740991,
                      "minimum": 1
                    },
                    "maxSqft": {
                      "type": "number",
                      "exclusiveMinimum": 0
                    },
                    "minSqft": {
                      "type": "number",
                      "exclusiveMinimum": 0
                    },
                    "zipCode": {
                      "type": "string"
                    },
                    "bedrooms": {
                      "type": "integer",
                      "maximum": 9007199254740991,
                      "minimum": 0
                    },
                    "latitude": {
                      "type": "number"
                    },
                    "location": {
                      "type": "string"
                    },
                    "maxPrice": {
                      "type": "number",
                      "exclusiveMinimum": 0
                    },
                    "minPrice": {
                      "type": "number",
                      "exclusiveMinimum": 0
                    },
                    "bathrooms": {
                      "type": "number",
                      "minimum": 0
                    },
                    "longitude": {
                      "type": "number"
                    },
                    "listingType": {
                      "type": "string"
                    },
                    "minBedrooms": {
                      "type": "integer",
                      "maximum": 9007199254740991,
                      "minimum": 0
                    },
                    "minBathrooms": {
                      "type": "number",
                      "minimum": 0
                    },
                    "propertyType": {
                      "enum": [
                        "Single Family",
                        "Condo",
                        "Townhouse",
                        "Manufactured",
                        "Multi-Family",
                        "Apartment"
                      ],
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2E87ae5aB4D061C1213c70dD58B0cfB9C955753d",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableestate.dev/api/markets",
      "tags": [
        "Markets"
      ],
      "method": "POST",
      "mimeType": "application/json",
      "description": "Get aggregate market statistics and trends for a US zip code",
      "serviceName": "StableEstate"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "zipCode": "78701",
              "dataType": "All"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "zipCode",
                    "dataType"
                  ],
                  "properties": {
                    "zipCode": {
                      "type": "string",
                      "pattern": "^\\d{5}$"
                    },
                    "dataType": {
                      "enum": [
                        "All",
                        "Sale",
                        "Rental"
                      ],
                      "type": "string",
                      "default": "All"
                    },
                    "historyRange": {
                      "type": "integer",
                      "maximum": 9007199254740991,
                      "minimum": 1
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2E87ae5aB4D061C1213c70dD58B0cfB9C955753d",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableestate.dev/api/properties/search",
      "tags": [
        "Properties"
      ],
      "method": "POST",
      "mimeType": "application/json",
      "description": "Search property records by location — attributes, tax history, ownership",
      "serviceName": "StableEstate"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "limit": 25,
              "offset": 0,
              "location": "Austin, TX",
              "propertyType": "Single Family"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "limit",
                    "offset"
                  ],
                  "properties": {
                    "city": {
                      "type": "string"
                    },
                    "limit": {
                      "type": "integer",
                      "default": 25,
                      "maximum": 500,
                      "minimum": 1
                    },
                    "state": {
                      "type": "string",
                      "maxLength": 2,
                      "minLength": 2
                    },
                    "offset": {
                      "type": "integer",
                      "default": 0,
                      "maximum": 9007199254740991,
                      "minimum": 0
                    },
                    "radius": {
                      "type": "number",
                      "maximum": 100,
                      "minimum": 0
                    },
                    "address": {
                      "type": "string"
                    },
                    "lotSize": {
                      "type": "string"
                    },
                    "zipCode": {
                      "type": "string"
                    },
                    "bedrooms": {
                      "type": "string"
                    },
                    "latitude": {
                      "type": "number"
                    },
                    "location": {
                      "type": "string"
                    },
                    "bathrooms": {
                      "type": "string"
                    },
                    "longitude": {
                      "type": "number"
                    },
                    "yearBuilt": {
                      "type": "string"
                    },
                    "propertyType": {
                      "enum": [
                        "Single Family",
                        "Condo",
                        "Townhouse",
                        "Manufactured",
                        "Multi-Family",
                        "Apartment",
                        "Land"
                      ],
                      "type": "string"
                    },
                    "squareFootage": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2E87ae5aB4D061C1213c70dD58B0cfB9C955753d",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://stableestate.dev/api/sales/search",
      "tags": [
        "Sales"
      ],
      "method": "POST",
      "mimeType": "application/json",
      "description": "Search for-sale property listings by location",
      "serviceName": "StableEstate"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "limit": 25,
              "offset": 0,
              "status": "Active",
              "location": "Austin, TX",
              "maxPrice": 500000
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "status",
                    "limit",
                    "offset"
                  ],
                  "properties": {
                    "city": {
                      "type": "string"
                    },
                    "limit": {
                      "type": "integer",
                      "default": 25,
                      "maximum": 500,
                      "minimum": 1
                    },
                    "state": {
                      "type": "string",
                      "maxLength": 2,
                      "minLength": 2
                    },
                    "offset": {
                      "type": "integer",
                      "default": 0,
                      "maximum": 9007199254740991,
                      "minimum": 0
                    },
                    "radius": {
                      "type": "number",
                      "maximum": 100,
                      "minimum": 0
                    },
                    "status": {
                      "enum": [
                        "Active",
                        "Inactive"
                      ],
                      "type": "string",
                      "default": "Active"
                    },
                    "address": {
                      "type": "string"
                    },
                    "daysOld": {
                      "type": "string"
                    },
                    "lotSize": {
                      "type": "string"
                    },
                    "zipCode": {
                      "type": "string"
                    },
                    "bedrooms": {
                      "type": "string"
                    },
                    "latitude": {
                      "type": "number"
                    },
                    "location": {
                      "type": "string"
                    },
                    "maxPrice": {
                      "type": "number",
                      "exclusiveMinimum": 0
                    },
                    "minPrice": {
                      "type": "number",
                      "exclusiveMinimum": 0
                    },
                    "bathrooms": {
                      "type": "string"
                    },
                    "longitude": {
                      "type": "number"
                    },
                    "yearBuilt": {
                      "type": "string"
                    },
                    "propertyType": {
                      "enum": [
                        "Single Family",
                        "Condo",
                        "Townhouse",
                        "Manufactured",
                        "Multi-Family",
                        "Apartment",
                        "Land"
                      ],
                      "type": "string"
                    },
                    "squareFootage": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-20 · uptime 100.0% · 182ms avg07-21 · uptime 100.0% · 189ms avg07-2007-21
RESPONSE TIME
07-20 · 182ms avg07-20 · 182ms avg07-21 · 189ms avg07-21 · 189ms avg07-2007-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 182ms
TOTAL CHECKS 49

RECENT CHECKS

TIME STATUS RESP
● OK 159ms
● OK 155ms
● OK 77ms
● OK 228ms
● OK 108ms
● OK 166ms
● OK 254ms
● OK 256ms
● OK 129ms
● OK 263ms
● OK 169ms
● OK 131ms
● OK 187ms
● OK 253ms
● OK 158ms
● OK 206ms
● OK 197ms
● OK 164ms

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/stableestate/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).

PRICE (captured 402, USD)
07-20 · $0.0107-21 · $0.01$0.0107-2007-21

Median across 10 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
06-21 · $0.0306-23 · $0.0106-24 · $0.0106-28 · $206-29 · $0.3006-30 · $0.3007-01 · $0.3007-02 · $0.3007-03 · $0.3007-04 · $0.4307-05 · $0.3007-06 · $0.2607-08 · $0.0707-09 · $107-10 · $0.0207-11 · $0.0407-12 · $0.1107-13 · $0.3007-15 · $0.1607-18 · $0.1807-19 · $0.3407-20 · $0.3307-21 · $0.01peak $206-2107-21
DISTINCT BUYERS
06-21 · 2 buyers06-23 · 1 buyer06-24 · 1 buyer06-28 · 2 buyers06-29 · 1 buyer06-30 · 1 buyer07-01 · 1 buyer07-02 · 1 buyer07-03 · 1 buyer07-04 · 1 buyer07-05 · 1 buyer07-06 · 1 buyer07-08 · 3 buyers07-09 · 2 buyers07-10 · 1 buyer07-11 · 3 buyers07-12 · 3 buyers07-13 · 4 buyers07-15 · 4 buyers07-18 · 3 buyers07-19 · 3 buyers07-20 · 3 buyers07-21 · 1 buyerpeak 4 buyers06-2107-21

COMPLIANCE

11/11 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS

EMBED THIS BADGE

Show that StableEstate is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

StableEstate listed on x402-list
status
StableEstate uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/stableestate?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/stableestate.svg" alt="StableEstate listed on x402-list" height="28">
</a>
// Markdown
[![StableEstate on x402-list](https://x402-list.com/badge/stableestate.svg)](https://x402-list.com/services/stableestate?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/stableestate?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/stableestate.svg?data=uptime" alt="StableEstate uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]