api.helpmyagent.com
Finds ADEME energy-performance certificates for an address or French municipality.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.01 USDC on Base to 0xEaB9…88F59. The signed payment is good for 1 minute.
- Paid to
- 0xEaB9…88F59
- USD Coin contract
- 0x8335…02913
- Payment window
- 1 minute
- As published
- 10000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- rUXKCZ…7Fezy
- Token contract
- 524C55…00000
- Payment window
- 10 minutes
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"assetTransferMethod": "eip3009"
},
"payTo": "0xEaB9543AcF710a24fe096913A428E7d066c88F59",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "524C555344000000000000000000000000000000",
"extra": {
"issuer": "rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De",
"sourceTag": 804681468
},
"payTo": "rUXKCZetEbwQc1i5vkJL6SNXYK3hG7Fezy",
"amount": "0.01",
"scheme": "exact",
"network": "xrpl:0",
"maxTimeoutSeconds": 600
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"limit": 10,
"address": "10 rue de la Paix 75002 Paris"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"dpe": [
{
"adresse": "example",
"commune": "example",
"code_insee": "example",
"numero_dpe": "example",
"code_postal": "example",
"etiquette_dpe": "example",
"etiquette_ges": "example",
"type_batiment": "example",
"date_fin_validite": "example",
"annee_construction": 0,
"date_etablissement": "example",
"surface_habitable_m2": 0,
"emission_ges_kgco2_m2_an": 0,
"consommation_kwh_ep_m2_an": 0
}
],
"location": {
"city": "example",
"ban_id": "example",
"address": "example",
"latitude": 0,
"postcode": "example",
"longitude": 0,
"code_insee": "example",
"geocoding_score": 0,
"normalized_address": "example"
},
"truncated": false,
"limitations": [
"example"
],
"total_count": 0,
"generated_at": "example",
"source_status": "ok",
"returned_count": 0
}
}
},
"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",
"anyOf": [
{
"required": [
"address"
]
},
{
"required": [
"code_insee"
]
}
],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 50,
"minimum": 1,
"description": "Maximum number of records returned by this call. (minimum 1; maximum 50; default 10)."
},
"address": {
"type": "string",
"maxLength": 250,
"minLength": 5,
"description": "Optional value for “address” as defined by this API contract. (minimum length 5; maximum length 250)."
},
"code_insee": {
"type": "string",
"pattern": "^(?:[0-9]{5}|2[ABab][0-9]{3})$",
"description": "Optional value for “code insee” as defined by this API contract."
}
},
"description": "Structured input parameters for the real-estate/fr/dpe API.",
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"example": {
"type": "object",
"required": [
"location",
"source_status",
"total_count",
"returned_count",
"truncated",
"dpe",
"generated_at"
],
"properties": {
"dpe": {
"type": "array",
"items": {
"type": "object",
"required": [
"numero_dpe",
"etiquette_dpe",
"etiquette_ges",
"date_etablissement",
"date_fin_validite",
"surface_habitable_m2",
"annee_construction",
"type_batiment",
"adresse",
"code_postal",
"code_insee",
"commune",
"consommation_kwh_ep_m2_an",
"emission_ges_kgco2_m2_an"
],
"properties": {
"adresse": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “adresse” as defined by this API contract."
},
"commune": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “commune” as defined by this API contract."
},
"code_insee": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “code insee” as defined by this API contract."
},
"numero_dpe": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “numero dpe” as defined by this API contract."
},
"code_postal": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “code postal” as defined by this API contract."
},
"etiquette_dpe": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “etiquette dpe” as defined by this API contract."
},
"etiquette_ges": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “etiquette ges” as defined by this API contract."
},
"type_batiment": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “type batiment” as defined by this API contract."
},
"date_fin_validite": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “date fin validite” as defined by this API contract."
},
"annee_construction": {
"type": [
"integer",
"null"
],
"description": "Structured value returned for “annee construction” as defined by this API contract."
},
"date_etablissement": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “date etablissement” as defined by this API contract."
},
"surface_habitable_m2": {
"type": [
"number",
"integer",
"null"
],
"description": "Structured value returned for “surface habitable m2” as defined by this API contract."
},
"emission_ges_kgco2_m2_an": {
"type": [
"number",
"integer",
"null"
],
"description": "Structured value returned for “emission ges kgco2 m2 an” as defined by this API contract."
},
"consommation_kwh_ep_m2_an": {
"type": [
"number",
"integer",
"null"
],
"description": "Structured value returned for “consommation kwh ep m2 an” as defined by this API contract."
}
},
"additionalProperties": false
},
"description": "Structured value returned for “dpe” as defined by this API contract."
},
"location": {
"type": "object",
"required": [
"code_insee",
"address",
"normalized_address",
"postcode",
"city",
"ban_id",
"geocoding_score",
"longitude",
"latitude"
],
"properties": {
"city": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “city” as defined by this API contract."
},
"ban_id": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “ban id” as defined by this API contract."
},
"address": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “address” as defined by this API contract."
},
"latitude": {
"type": [
"number",
"integer",
"null"
],
"description": "Structured value returned for “latitude” as defined by this API contract."
},
"postcode": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “postcode” as defined by this API contract."
},
"longitude": {
"type": [
"number",
"integer",
"null"
],
"description": "Structured value returned for “longitude” as defined by this API contract."
},
"code_insee": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “code insee” as defined by this API contract."
},
"geocoding_score": {
"type": [
"number",
"integer",
"null"
],
"description": "Structured value returned for “geocoding score” as defined by this API contract."
},
"normalized_address": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “normalized address” as defined by this API contract."
}
},
"description": "Structured value returned for “location” as defined by this API contract.",
"additionalProperties": false
},
"truncated": {
"type": [
"boolean",
"null"
],
"description": "Whether additional matching records existed beyond the returned result limit."
},
"limitations": {
"type": "array",
"items": {
"type": "string"
},
"description": "Known interpretation, source-coverage or freshness limitations for this result."
},
"total_count": {
"type": [
"integer",
"null"
],
"description": "Total number of matching records reported by the source or endpoint."
},
"generated_at": {
"type": "string",
"description": "UTC timestamp at which this derived result was generated."
},
"source_status": {
"enum": [
"ok"
],
"type": "string",
"description": "Availability status of the relevant upstream public source. (allowed values: ok)."
},
"returned_count": {
"type": [
"integer",
"null"
],
"description": "Number of records included in this response."
}
},
"description": "Structured result returned by the real-estate/fr/dpe API.",
"additionalProperties": false
}
},
"additionalProperties": false
}
}
}
}
}Provenance
- Seen in the source catalog
- —
- Last indexed by Roundhouse
- 2026-09-24 06:15Z
- Last enriched (probe, favicon, geo)
- 2026-09-19 21:45Z
- x402 version
- 2
- Max timeout
- 60s
- Liveness probe
- HTTP 405
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service api.helpmyagent.com and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=api.helpmyagent.com' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://api.helpmyagent.com/v1/real-estate/fr/dpe, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.