api.helpmyagent.com

Benchmarks a company against public peers using available revenue, net income, growth and margin metrics.

OtherLiveeip155:8453Exactvia wellknown:api.helpmyagent.com
Settlements · 30d
4↓ 100%
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days.
$0.008
Verified settled volume
4 settlements proven x402 by their on-chain EIP-3009 marker.
$0.040
Listed price
As published in the catalog. Always read the live 402 before paying.
Calls · 30d
Upstream's own call count for this endpoint, not ours.
Unique payers · 30d
Never called
Upstream on-chain volume
Reported by the source catalog.
Paid to
0xEaB9543AcF710a24fe096913A428E7d066c88F59

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

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.

0.04USDC≈ $0.04 USD
on Base · exact scheme

Pay 0.04 USDC on Base to 0xEaB9…88F59. The signed payment is good for 1 minute.

USD Coin contract
0x8335…02913
Payment window
1 minute
As published
40000 smallest units
0.04units
on xrpl:0 · exact scheme

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.

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": "40000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 60
  },
  {
    "asset": "524C555344000000000000000000000000000000",
    "extra": {
      "issuer": "rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De",
      "sourceTag": 804681468
    },
    "payTo": "rUXKCZetEbwQc1i5vkJL6SNXYK3hG7Fezy",
    "amount": "0.04",
    "scheme": "exact",
    "network": "xrpl:0",
    "maxTimeoutSeconds": 600
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "scope": "france",
          "identifier": "356000000",
          "peer_limit": 3
        },
        "type": "http",
        "method": "POST",
        "bodyType": "json"
      },
      "output": {
        "type": "json",
        "example": {
          "name": "LA POSTE",
          "peers": [
            {
              "name": "SOCIETE DE TRAITEMENT DE PRESSE (STP)",
              "year": "2024",
              "siren": "409108115",
              "revenue": 95719080,
              "net_income": -1571345,
              "net_margin_percent": -1.64,
              "revenue_growth_percent": null
            }
          ],
          "scope": "france",
          "siren": "356000000",
          "exists": true,
          "metrics": {
            "revenue": {
              "peer_max": 95719080,
              "peer_min": 95719080,
              "peer_count": 1,
              "peer_median": 95719080,
              "company_value": 34569000000
            },
            "net_income": {
              "peer_max": -1571345,
              "peer_min": -1571345,
              "peer_count": 1,
              "peer_median": -1571345,
              "company_value": 1722000000
            },
            "net_margin_percent": {
              "peer_max": -1.64,
              "peer_min": -1.64,
              "peer_count": 1,
              "peer_median": -1.64,
              "company_value": 4.98
            },
            "revenue_growth_percent": {
              "peer_max": null,
              "peer_min": null,
              "peer_count": 0,
              "peer_median": null,
              "company_value": null
            }
          },
          "identifier": "356000000",
          "peer_count": 1,
          "limitations": [
            "Le benchmark repose sur les pairs publics retournés par company/fr/peers et sur les comptes publics disponibles.",
            "Les exercices peuvent différer entre sociétés ; les valeurs absentes ne sont pas imputées."
          ]
        }
      }
    },
    "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",
              "required": [
                "identifier"
              ],
              "properties": {
                "scope": {
                  "enum": [
                    "department",
                    "region",
                    "france"
                  ],
                  "type": "string",
                  "default": "region",
                  "description": "Geographic comparison scope controlling whether candidates are selected by department, region or all of France. (default region; allowed values: department, region, france)."
                },
                "identifier": {
                  "type": "string",
                  "pattern": "^[0-9]{9}([0-9]{5})?$",
                  "description": "French company identifier: 9-digit SIREN or 14-digit SIRET."
                },
                "peer_limit": {
                  "type": "integer",
                  "default": 5,
                  "maximum": 10,
                  "minimum": 2,
                  "description": "Maximum number of comparable peer companies used by the benchmark. (minimum 2; maximum 10; default 5)."
                }
              },
              "description": "Structured input parameters for the company/fr/benchmark 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": [
                "identifier",
                "exists",
                "siren",
                "name",
                "scope",
                "peer_count",
                "metrics",
                "peers"
              ],
              "properties": {
                "name": {
                  "description": "Publicly available company, person, buyer or record name for this result."
                },
                "peers": {
                  "type": "array",
                  "description": "Structured value returned for “peers” as defined by this API contract."
                },
                "scope": {
                  "type": "string",
                  "description": "Structured value returned for “scope” as defined by this API contract."
                },
                "siren": {
                  "description": "Normalized 9-digit French SIREN when available."
                },
                "exists": {
                  "type": "boolean",
                  "description": "Whether the requested company or public record was found in the checked source."
                },
                "metrics": {
                  "type": "object",
                  "description": "Structured value returned for “metrics” as defined by this API contract."
                },
                "identifier": {
                  "type": "string",
                  "description": "Identifier supplied for the request, echoed in normalized form when applicable."
                },
                "peer_count": {
                  "type": "integer",
                  "description": "Structured value returned for “peer count” as defined by this API contract."
                },
                "limitations": {
                  "type": "array",
                  "description": "Known interpretation, source-coverage or freshness limitations for this result."
                }
              },
              "description": "Structured result returned by the company/fr/benchmark 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
Report

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.

Open skill.md
Show 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/company/fr/benchmark, 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.