api.helpmyagent.com
Summarizes the size and structure of a French public-procurement segment from awarded DECP contracts.
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.02 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
- 20000 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": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "524C555344000000000000000000000000000000",
"extra": {
"issuer": "rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De",
"sourceTag": 804681468
},
"payTo": "rUXKCZetEbwQc1i5vkJL6SNXYK3hG7Fezy",
"amount": "0.02",
"scheme": "exact",
"network": "xrpl:0",
"maxTimeoutSeconds": 600
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"cpv_prefix": "641",
"lookback_months": 12
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"filters": {
"buyer": "example",
"date_to": "example",
"date_from": "example",
"cpv_prefix": "example",
"department": "example"
},
"summary": {
"total_amount": 0,
"median_amount": 0,
"average_amount": 0,
"maximum_amount": 0,
"minimum_amount": 0,
"contracts_count": 0
},
"top_cpv": [
{
"cpv": "example",
"total_amount": 0,
"contracts_count": 0
}
],
"top_buyers": [
{
"name": "example",
"siret": "example",
"total_amount": 0,
"contracts_count": 0
}
],
"limitations": [
"example"
],
"generated_at": "example",
"source_status": "ok",
"lookback_months": 0,
"supplier_sampled_count": 0,
"top_suppliers_in_latest_sample": [
{
"siren": "example",
"contracts_count_in_sample": 0
}
],
"supplier_sample_coverage_percent": 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",
"properties": {
"buyer": {
"type": "string",
"maxLength": 200,
"minLength": 2,
"description": "Public-buyer name or identifier used to restrict procurement results. (minimum length 2; maximum length 200)."
},
"cpv_prefix": {
"type": "string",
"pattern": "^[0-9]{1,8}$",
"description": "Optional CPV prefix used to restrict procurement records to a purchasing segment."
},
"department": {
"type": "string",
"pattern": "^(?:[0-9]{2,3}|2A|2B)$",
"description": "Optional French department code used to restrict results geographically."
},
"lookback_months": {
"type": "integer",
"default": 12,
"maximum": 60,
"minimum": 1,
"description": "Optional value for “lookback months” as defined by this API contract. (minimum 1; maximum 60; default 12)."
}
},
"description": "Structured input parameters for the procurement/fr/market 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": [
"filters",
"lookback_months",
"source_status",
"summary",
"top_buyers",
"top_cpv",
"top_suppliers_in_latest_sample",
"supplier_sampled_count",
"supplier_sample_coverage_percent",
"generated_at"
],
"properties": {
"filters": {
"type": "object",
"required": [
"cpv_prefix",
"department",
"buyer",
"date_from",
"date_to"
],
"properties": {
"buyer": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “buyer” as defined by this API contract."
},
"date_to": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “date to” as defined by this API contract."
},
"date_from": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “date from” as defined by this API contract."
},
"cpv_prefix": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “cpv prefix” as defined by this API contract."
},
"department": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “department” as defined by this API contract."
}
},
"description": "Structured value returned for “filters” as defined by this API contract.",
"additionalProperties": false
},
"summary": {
"type": "object",
"required": [
"contracts_count",
"total_amount",
"average_amount",
"median_amount",
"minimum_amount",
"maximum_amount"
],
"properties": {
"total_amount": {
"type": [
"number",
"integer",
"null"
],
"description": "Structured value returned for “total amount” as defined by this API contract."
},
"median_amount": {
"type": [
"number",
"integer",
"null"
],
"description": "Structured value returned for “median amount” as defined by this API contract."
},
"average_amount": {
"type": [
"number",
"integer",
"null"
],
"description": "Structured value returned for “average amount” as defined by this API contract."
},
"maximum_amount": {
"type": [
"number",
"integer",
"null"
],
"description": "Structured value returned for “maximum amount” as defined by this API contract."
},
"minimum_amount": {
"type": [
"number",
"integer",
"null"
],
"description": "Structured value returned for “minimum amount” as defined by this API contract."
},
"contracts_count": {
"type": [
"integer",
"null"
],
"description": "Structured value returned for “contracts count” as defined by this API contract."
}
},
"description": "Compact derived summary of the returned records.",
"additionalProperties": false
},
"top_cpv": {
"type": "array",
"items": {
"type": "object",
"required": [
"cpv",
"contracts_count",
"total_amount"
],
"properties": {
"cpv": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “cpv” as defined by this API contract."
},
"total_amount": {
"type": [
"number",
"integer",
"null"
],
"description": "Structured value returned for “total amount” as defined by this API contract."
},
"contracts_count": {
"type": "integer",
"description": "Structured value returned for “contracts count” as defined by this API contract."
}
},
"additionalProperties": false
},
"description": "Structured value returned for “top cpv” as defined by this API contract."
},
"top_buyers": {
"type": "array",
"items": {
"type": "object",
"required": [
"siret",
"name",
"contracts_count",
"total_amount"
],
"properties": {
"name": {
"type": [
"string",
"null"
],
"description": "Publicly available company, person, buyer or record name for this result."
},
"siret": {
"type": [
"string",
"null"
],
"description": "Normalized 14-digit French SIRET when available."
},
"total_amount": {
"type": [
"number",
"integer",
"null"
],
"description": "Structured value returned for “total amount” as defined by this API contract."
},
"contracts_count": {
"type": "integer",
"description": "Structured value returned for “contracts count” as defined by this API contract."
}
},
"additionalProperties": false
},
"description": "Structured value returned for “top buyers” as defined by this API contract."
},
"limitations": {
"type": "array",
"items": {
"type": "string"
},
"description": "Known interpretation, source-coverage or freshness limitations for this result."
},
"generated_at": {
"type": "string",
"description": "UTC timestamp at which this derived result was generated."
},
"source_status": {
"enum": [
"ok",
"partial",
"unavailable"
],
"type": "string",
"description": "Availability status of the relevant upstream public source. (allowed values: ok, partial, unavailable)."
},
"lookback_months": {
"type": "integer",
"description": "Structured value returned for “lookback months” as defined by this API contract."
},
"supplier_sampled_count": {
"type": [
"integer",
"null"
],
"description": "Structured value returned for “supplier sampled count” as defined by this API contract."
},
"top_suppliers_in_latest_sample": {
"type": "array",
"items": {
"type": "object",
"required": [
"siren",
"contracts_count_in_sample"
],
"properties": {
"siren": {
"type": "string",
"description": "Normalized 9-digit French SIREN when available."
},
"contracts_count_in_sample": {
"type": "integer",
"description": "Structured value returned for “contracts count in sample” as defined by this API contract."
}
},
"additionalProperties": false
},
"description": "Structured value returned for “top suppliers in latest sample” as defined by this API contract."
},
"supplier_sample_coverage_percent": {
"type": [
"number",
"integer",
"null"
],
"description": "Structured value returned for “supplier sample coverage percent” as defined by this API contract."
}
},
"description": "Structured result returned by the procurement/fr/market 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/procurement/fr/market, 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.