US Rental Diligence Pack /tasks/us-rental-diligence APIPOST /tasks/us-rental-diligence · x402 API by US Rental Diligence Pack
Screen up to 5 US rental addresses across our open-data city network in one paid call. POST JSON {properties:[{city_code,address}]}. Returns per-property compliance_verdict, license/violation/condemned fields where available, pack risk_summary, and sources. Cities: mn sea nyc chi den sf lax bos phi orl nola moco gain kc. Single-address $0.01 checks: /us/{code}/property-check.
What does this x402 API do?
US Rental Diligence Pack /tasks/us-rental-diligence API. This is an x402-gated POST API resource from US Rental Diligence Pack. TOLL·402 did not invoke this route automatically because doing so was not considered safe. No normalized USD price is recorded; the listing names Base. No settled paid call has been verified.
- Published price
- No normalized USD price is recorded
- Networks
- Base
- Latest evidence
- TOLL·402 did not invoke this route automatically because doing so was not considered safe
- Resource ID
- a439618a9647b1c9814759d4
Start with a quote-only recipe. Payment signing stays in your project.
const response = await fetch("https://x402-mcp.onrender.com/tasks/us-rental-diligence", {
method: "POST",
headers: { "content-type": "application/json" },
body: JSON.stringify({
"type": "http",
"method": "POST",
"bodyType": "json",
"bodyFieldNames": [
"include_base_pulse_context",
"properties"
],
"pathParamNames": [],
"queryParamNames": []
}),
});
console.log(response.status);
console.log(Object.fromEntries(response.headers));
console.log((await response.text()).slice(0, 1000));
// A valid 402 is a quote, not a completed paid call.Review the provider input schema before running this non-read-only method. No payment code is included.
- Exact route checked
not safely testable · potentially-mutating-method:POST
- Observed in cdp-bazaar
The registry record was observed and retained with provenance.
- Origin reachable
OPTIONS https://x402-mcp.onrender.com/ returned 405.
What evidence supports this listing?
Each record has an exact-route quote outcome. Unresolved templates and potentially mutating methods are labeled instead of being invoked without provider-specific test input. A quote is still separate from a settled paid call. Read the discovery and verification methodology →
Which networks and payment options does it accept?
The normalized listing price is No normalized USD price is recorded. Raw protocol requirements remain visible below for implementation and audit use.