x402 List

x402 Protocol Service Directory

DwellData — Multifamily Real Estate Deals Feed

Data PAYMENT-READY

payment-ready until 2026-08-20

Deal-level US multifamily real-estate data for AI agents, pay-per-call in USDC on Base (x402 v2, Coinbase CDP facilitator). Typed underwriting on every record (NOI, DSCR, HUD-SAFMR-underwritten cap rate), Hot/Warm/Pass scoring with machine-readable rationales, county tax-delinquency distress signals, sheriff-sale auction calendar, scored off-market seller leads, and a per-address lookup. Every absent value carries a typed reason, and a query that matches nothing returns free — you never pay for a blank.

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

first settlement 2026-08-10 · $0.07 all-time · settled via coinbase

BASE URL https://dwelldata.io WEBSITE https://dwelldata.io ENDPOINTS 8 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-30 MONITORED SINCE 2026-07-30

ASSESSMENT

updated 2h 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
324ms
avg response
214ms
total checks
1,274

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

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

jump to compliance checklist

price $0.01 to $1.00 (p53 in Data)
price (min)
$0.01
price (max)
$1.00
category percentile (min)
p53 in Data
category percentile (max)
p94 in Data
endpoints / prices
8 / 6
model
tiered
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.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $0.07 30d · 3 buyers
volume 30d
$0.07
buyers 30d
3
settlements 30d
3
first settlement
2026-08-10
last settlement
2026-08-13
top buyer share
71% of 30d volume
trend 7d vs 30d
4.29x the 30d daily rate
networks
eip155:8453
volume all-time
$0.07
settlements all-time
3
median settlement 30d
$0.01
max settlement 30d
$0.05
settled via
coinbase ($0.07, 3 tx)

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 access to multifamily real estate deals, auctions, leads, and property data through a paid API.

category
real-estate-data
real-estatedata-feedproperty-lookupauctionsleads

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 402 CHANNEL
GET /api/auctions $0.03 Base USDC header
GET /api/deals $0.05 Base USDC header
GET /api/deals/basic $0.01 Base USDC header
GET /api/deals/hot $0.02 Base USDC header
GET /api/leads $0.25 Base USDC header
GET /api/leads/exclusive $1.00 Base USDC header
GET /api/lookup $0.02 Base USDC header
GET /api/signals $0.03 Base USDC header
8 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /api/auctions returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://dwelldata.io/api/auctions'
// 402 response (captured by monitor) · 8 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://dwelldata.io/api/deals",
      "tags": [
        "real-estate",
        "property",
        "property-listings",
        "multifamily",
        "listings",
        "underwriting",
        "dscr"
      ],
      "mimeType": "",
      "description": "Every field typed. Empty = explained. You never pay for a blank. Multifamily real estate deals feed: property listings with auditable NOI/DSCR underwriting and Hot/Warm/Pass scoring — every absent value carries a typed reason, and a filtered query that matches nothing returns a free, typed empty result instead of charging you.",
      "serviceName": "DwellData · Multifamily Real Estate Deals Feed (Underwritten NOI/DSCR)"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "note": "each record includes id — pass it to GET /api/deals/{id}/report for the full underwriting + distress report",
              "count": 126,
              "records": [
                {
                  "id": "2f9a…",
                  "city": "Dayton",
                  "dscr": 1.96,
                  "state": "OH",
                  "units": 5,
                  "address": "2615 N Gettysburg Ave",
                  "cap_rate": 12.34,
                  "deal_score": 73,
                  "list_price": 249000,
                  "dscr_status": "computed",
                  "rental_status": "Hot"
                }
              ],
              "generated_at": "2026-07-05T00:00:00Z"
            }
          }
        },
        "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"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://dwelldata.io/api/deals/basic",
      "tags": [
        "real-estate",
        "property",
        "multifamily",
        "listings",
        "basic",
        "cheap"
      ],
      "mimeType": "",
      "description": "Entry tier of the multifamily deals feed: every active listing at card level — address, price, units, advertised cap rate, listing URL, freshness — without the computed underwriting or scoring. Same coverage, cheapest way to evaluate the feed. Same query filters as the full feed. Every field typed; a query that matches nothing returns free — you never pay for a blank.",
      "serviceName": "DwellData · Multifamily Deals Feed — Basic Tier (Card-Level Records)"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1712,
              "records": [
                {
                  "id": "184f0110-…",
                  "city": "Dayton",
                  "state": "OH",
                  "units": 5,
                  "address": "1234 Kumler Ave",
                  "cap_rate": 12.3,
                  "list_price": 249000,
                  "listing_url": "https://www.loopnet.com/…",
                  "last_verified": "2026-07-09"
                }
              ]
            }
          }
        },
        "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"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://dwelldata.io/api/deals/hot",
      "tags": [
        "real-estate",
        "property",
        "multifamily",
        "hot-deals",
        "dscr"
      ],
      "mimeType": "",
      "description": "Hot multifamily real estate deals: listings clearing an 8.5%+ advertised cap rate with computed DSCR — the top tier of the multifamily deals feed. Every field typed; if nothing currently clears the bar the call returns free — you never pay for a blank.",
      "serviceName": "DwellData · Multifamily Hot Deals (8.5%+ Cap, Computed DSCR)"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "count": 27,
              "records": [
                {
                  "city": "Dayton",
                  "dscr": 1.96,
                  "state": "OH",
                  "units": 5,
                  "address": "2615 N Gettysburg Ave",
                  "cap_rate": 12.34,
                  "list_price": 249000,
                  "rental_status": "Hot"
                }
              ]
            }
          }
        },
        "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"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
        "amount": "30000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://dwelldata.io/api/signals",
      "tags": [
        "real-estate",
        "property",
        "distress",
        "tax-delinquent",
        "off-market",
        "leads",
        "wholesale"
      ],
      "mimeType": "",
      "description": "County tax-delinquency distress signals for US real estate (Ohio metros: Cincinnati, Toledo, Dayton, Akron): owner name, parcel id, delinquent amount, and the public-record source URL for every row. Off-market lead sourcing for wholesalers, flippers, and buy-and-hold investors. Optional filters: county, min_amount, has_address. Every field typed; a query that matches nothing returns free — you never pay for a blank.",
      "serviceName": "DwellData · County Tax-Delinquency Distress Signals (Off-Market Leads)"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "count": 3626,
              "records": [
                {
                  "amount": 793.12,
                  "county": "Montgomery, OH",
                  "address": "5539 W THIRD ST",
                  "parcel_id": "H33300821 0125",
                  "owner_name": "KHMETH SAVEN",
                  "source_url": "https://www.mcohio.org/1521/Delinquent-List",
                  "signal_type": "tax_delinquent"
                }
              ]
            }
          }
        },
        "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"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
        "amount": "30000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://dwelldata.io/api/auctions",
      "tags": [
        "real-estate",
        "property",
        "foreclosure",
        "auction",
        "sheriff-sale",
        "distress",
        "calendar"
      ],
      "mimeType": "",
      "description": "Foreclosure auction calendar for Ohio metros (Akron, Youngstown): upcoming sheriff-sale dates with property address, appraised value, opening-bid floor, case number, parties, and the official court-journal source URL for every row. Buy-side timing intelligence for auction investors, wholesalers, and flippers. Optional filters: county, from_date, to_date, min_appraised. Every field typed; a query that matches nothing returns free — you never pay for a blank.",
      "serviceName": "DwellData · Foreclosure Auction Calendar (Sheriff Sales)"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "count": 73,
              "records": [
                {
                  "city": "Twinsburg",
                  "county": "Summit, OH",
                  "plaintiff": "MidFirst Bk",
                  "sale_date": "2026-07-10",
                  "source_url": "https://www.akronlegalnews.com/notices/sheriff_sale_abstracts",
                  "case_number": "CV2024 04 1614",
                  "opening_bid": 140000,
                  "appraised_value": 210000,
                  "property_address": "10459 Woodchuck Court",
                  "opening_bid_basis": "statutory_two_thirds_appraisal"
                }
              ]
            }
          }
        },
        "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"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
        "amount": "250000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://dwelldata.io/api/leads",
      "tags": [
        "real-estate",
        "property",
        "leads",
        "off-market",
        "motivated-seller",
        "wholesale",
        "distress",
        "scored"
      ],
      "mimeType": "",
      "description": "Scored off-market seller leads, mail-ready: every lead has a street address, a public-record distress signal verified in the last 7 days (county tax delinquency or an upcoming sheriff-sale foreclosure), a 0-100 lead_score with a machine-readable rationale, and the public source URL. For direct-to-seller outreach (wholesale, flip, buy-and-hold). Filters: county, min_score, lead_type. Every field typed; a query that matches nothing returns free — you never pay for a blank.",
      "serviceName": "DwellData · Scored Off-Market Seller Leads (Distress-Verified, Mail-Ready)"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "count": 3699,
              "records": [
                {
                  "city": "Twinsburg",
                  "county": "Summit, OH",
                  "address": "10459 Woodchuck Court",
                  "lead_type": "sheriff_sale_auction",
                  "sale_date": "2026-07-10",
                  "lead_score": 85,
                  "source_url": "https://www.akronlegalnews.com/notices/sheriff_sale_abstracts",
                  "exclusivity": "shared",
                  "opening_bid": 140000,
                  "appraised_value": 210000,
                  "score_rationale": {
                    "base": "upcoming foreclosure auction (55)",
                    "urgency": "sale within 14 days (+10)",
                    "equity_gap": "opening bid 67% of appraised (+20)"
                  }
                }
              ]
            }
          }
        },
        "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"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
        "amount": "1000000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://dwelldata.io/api/leads/exclusive",
      "tags": [
        "real-estate",
        "property",
        "leads",
        "off-market",
        "motivated-seller",
        "wholesale",
        "exclusive"
      ],
      "mimeType": "",
      "description": "Buy ONE exclusive off-market seller lead: the single highest-scored available lead (optionally filtered by county or lead_type). Once you buy it, it is permanently removed from the shared /api/leads pool and never sold to anyone else — yours alone. Same fields as the shared feed: address, distress signal verified <7 days, 0-100 lead_score with itemized rationale, public-record source URL.",
      "serviceName": "DwellData · Exclusive Off-Market Seller Lead (One Buyer, Ever)"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "lead": {
                "county": "Summit, OH",
                "address": "…",
                "lead_type": "sheriff_sale_auction",
                "sale_date": "2026-07-15",
                "lead_score": 85,
                "source_url": "…"
              },
              "exclusivity": "exclusive — permanently removed from the shared pool"
            }
          }
        },
        "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"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://dwelldata.io/api/lookup",
      "tags": [
        "real-estate",
        "property",
        "address-lookup",
        "apn",
        "parcel",
        "distress",
        "tax-delinquent",
        "foreclosure",
        "enrichment"
      ],
      "mimeType": "",
      "description": "One property in, everything we know out: pass ?address= or ?apn= (parcel id; plus optional city/state) and get every matching record across all DwellData feeds — active multifamily listings with underwriting, county tax-delinquency signals, and upcoming sheriff-sale auctions, each with its public source URL. Task-shaped for agents: one property question, one call. No match returns free — you never pay for a blank.",
      "serviceName": "DwellData · Property Lookup by Address or Parcel (Listings + Distress + Auctions)"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "query": {
                "state": "OH",
                "address": "2615 N Gettysburg Ave"
              },
              "matches": {
                "auctions": 0,
                "listings": 1,
                "distress_signals": 1
              },
              "listings": [
                {
                  "city": "Dayton",
                  "dscr": 1.96,
                  "state": "OH",
                  "units": 5,
                  "address": "2615 N Gettysburg Ave",
                  "cap_rate": 12.34,
                  "list_price": 249000
                }
              ],
              "distress_signals": [
                {
                  "amount": 4200,
                  "source_url": "https://...",
                  "signal_type": "tax_delinquent"
                }
              ]
            }
          }
        },
        "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"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/dwelldata-multifamily-real-estate-deals-feed/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). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-30 · uptime 100.0% · 229ms avg07-31 · uptime 100.0% · 199ms avg08-01 · uptime 100.0% · 194ms avg08-02 · uptime 100.0% · 214ms avg08-03 · uptime 100.0% · 213ms avg08-04 · uptime 100.0% · 228ms avg08-05 · uptime 100.0% · 253ms avg08-06 · uptime 100.0% · 213ms avg08-07 · uptime 100.0% · 221ms avg08-08 · uptime 100.0% · 212ms avg08-09 · uptime 100.0% · 210ms avg08-10 · uptime 100.0% · 203ms avg08-11 · uptime 100.0% · 193ms avg08-12 · uptime 100.0% · 209ms avg08-13 · uptime 100.0% · 236ms avg07-3008-13
90d UPTIME 100%
RESPONSE TIME
07-30 · 229ms avg07-30 · 229ms avg07-31 · 199ms avg07-31 · 199ms avg08-01 · 194ms avg08-01 · 194ms avg08-02 · 214ms avg08-02 · 214ms avg08-03 · 213ms avg08-03 · 213ms avg08-04 · 228ms avg08-04 · 228ms avg08-05 · 253ms avg08-05 · 253ms avg08-06 · 213ms avg08-06 · 213ms avg08-07 · 221ms avg08-07 · 221ms avg08-08 · 212ms avg08-08 · 212ms avg08-09 · 210ms avg08-09 · 210ms avg08-10 · 203ms avg08-10 · 203ms avg08-11 · 193ms avg08-11 · 193ms avg08-12 · 209ms avg08-12 · 209ms avg08-13 · 236ms avg08-13 · 236ms avg07-3008-13
AVG RESP 214ms
PRICE (captured 402, USD)
07-30 · $0.0308-13 · $0.03$0.0307-3008-13

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

SUB-SCORES (uptime + x402 compliance)
07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance07-3008-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
08-10 · $0.0508-13 · $0.02peak $0.0508-1008-13
DISTINCT BUYERS
08-10 · 1 buyer08-13 · 2 buyerspeak 2 buyers08-1008-13

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-30 · last up 2026-08-13

  • 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
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 185ms
● OK 159ms
● OK 168ms
● OK 162ms
● OK 142ms
● OK 186ms
● OK 203ms
● OK 174ms
● OK 166ms
● OK 239ms
● OK 247ms
● OK 254ms
● OK 281ms
● OK 216ms
● OK 217ms
● OK 168ms
● OK 103ms
● OK 216ms

EMBED THIS BADGE

Show that DwellData — Multifamily Real Estate Deals Feed is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

DwellData — Multifamily Real Estate Deals Feed listed on x402-list
status
DwellData — Multifamily Real Estate Deals Feed uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/dwelldata-multifamily-real-estate-deals-feed?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/dwelldata-multifamily-real-estate-deals-feed.svg" alt="DwellData — Multifamily Real Estate Deals Feed listed on x402-list" height="28">
</a>
// Markdown
[![DwellData — Multifamily Real Estate Deals Feed on x402-list](https://x402-list.com/badge/dwelldata-multifamily-real-estate-deals-feed.svg)](https://x402-list.com/services/dwelldata-multifamily-real-estate-deals-feed?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/dwelldata-multifamily-real-estate-deals-feed?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/dwelldata-multifamily-real-estate-deals-feed.svg?data=uptime" alt="DwellData — Multifamily Real Estate Deals Feed 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 ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/dwelldata-multifamily-real-estate-deals-feed/update.