Invoket
The checks your agent runs before it acts: verify a bank account, a phone number, a law in force, the weather or a vehicle — computed from official sources, with provenance in every response. You only pay for answers.
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.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"error": "PAYMENT-SIGNATURE header is required. Free trial on request: send the header `X-402-Trial: 1` on this call and on the signed retry to have a free-trial option added to accepts[].",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x4465825B0ac713aA2Fa07Ea29023020804A128ee",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://api.invoket.com/legal/eu-act",
"tags": [
"compliance",
"verification",
"fraud-prevention",
"regulatory-data",
"weather"
],
"iconUrl": "https://invoket.com/apple-touch-icon.png",
"mimeType": "application/json",
"description": "Before your agent advises on EU compliance or cites EU law: check an act or article is in force at a given date, by CELEX or ELI identifier — consolidated text, status, validity dates and the staggered date it becomes APPLICABLE (in force is not the same thing: the AI Act is in force since 2024-08-01, but its Article 50 only applies from 2026-08-02), from the official EUR-Lex dataset. Covers key EU digital and financial acts (GDPR, DSA, AI Act, MiCA and more).",
"serviceName": "Invoket"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"schema": {
"type": "object",
"required": [],
"properties": {
"date": {
"type": "string",
"description": "Optional. Date at which the law is read, strict ISO calendar format YYYY-MM-DD (zero-padded: 2026-07-05, not 2026-7-5); defaults to today"
},
"celex": {
"type": "string",
"description": "Optional on its own - CELEX identifier of the EU act (an ELI is accepted via eli= as a fallback (e.g. eli=reg/2016/679/oj, or the full URI http://data.europa.eu/eli/reg/2016/679/oj — the scheme, the data.europa.eu host, the /eli/ prefix and the trailing /oj are all optional)), resolved against the official EUR-Lex consolidated dataset. Covered acts: GDPR, eIDAS, the e-Commerce Directive, the DSM copyright Directive, DSA, DMA, AI Act, MiCA and NIS2. Historical depth VARIES per act and is reported per response in coverage_window: some acts are only covered from their first published consolidation (the e-Commerce Directive, in force since 2000, is only queryable from 2024-02-17)"
},
"article": {
"type": "string"
}
}
},
"headers": {
"accept": "application/json"
},
"queryParams": {
"date": "2024-01-01",
"celex": "32016R0679",
"article": "17"
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"required": [
"data",
"provenance"
],
"properties": {
"data": {
"type": "object",
"required": [
"applicability_scope",
"applicability_source",
"applicable_at_date",
"applicable_from",
"coverage",
"date",
"etat",
"in_force_at_date",
"label",
"version"
],
"properties": {
"eli": {
"type": "string"
},
"date": {
"type": "string"
},
"etat": {
"type": "string"
},
"text": {
"type": "string"
},
"celex": {
"type": "string"
},
"label": {
"type": "string"
},
"article": {
"type": "string"
},
"version": {
"type": "object",
"required": [
"date_debut",
"version_id"
],
"properties": {
"date_fin": {
"type": "string"
},
"date_debut": {
"type": "string"
},
"version_id": {
"type": "string"
}
}
},
"articles": {
"type": "array",
"description": "Article numbers available at that date — ACT level only (a request without 'article'). The text of each one stays on ?article=; acts never concatenate their articles"
},
"coverage": {
"type": "object",
"required": [
"complete"
],
"properties": {
"reason": {
"type": "string",
"description": "Why the coverage is incomplete, when 'complete' is false — including the act having no application date on record, in which case applicable_from and applicable_at_date are null and 'etat' reports entry into force only, which is not the same as being applicable"
},
"complete": {
"type": "boolean"
}
}
},
"applicable_from": {
"type": [
"string",
"null"
],
"description": "Date from which the act (or that specific article) becomes APPLICABLE, which is not the same as being in force: it is curated from the act's final provisions and cited in applicability_source. null when no determined date exists at EU level (directives take effect through national transposition) or when the act is not covered — never a guessed date; the reason is then given in coverage.reason"
},
"coverage_window": {
"type": "object",
"required": [
"from"
],
"properties": {
"to": {
"type": [
"string",
"null"
]
},
"from": {
"type": "string"
}
},
"description": "Period over which this act is actually queryable: from (inclusive) and to (exclusive, null when open). Derived from the versions actually ingested, so it never promises more than is served. A date outside it returns 404 OUT_OF_COVERAGE_WINDOW (not billed) naming the window — a coverage limit on our side, not a statement that the law did not exist"
},
"in_force_at_date": {
"type": "boolean"
},
"applicable_at_date": {
"type": [
"boolean",
"null"
]
},
"applicability_scope": {
"type": [
"string",
"null"
]
},
"applicability_source": {
"type": [
"string",
"null"
]
}
}
},
"provenance": {
"type": "object",
"required": [
"fetched_at",
"freshness",
"source"
],
"properties": {
"source": {
"type": "string"
},
"freshness": {
"type": "object",
"required": [
"as_of",
"kind"
],
"properties": {
"kind": {
"type": "string"
},
"as_of": {
"type": "string"
}
}
},
"fetched_at": {
"type": "string"
}
}
}
}
},
"example": {
"data": {
"date": "2024-01-01",
"etat": "vigueur",
"text": "La personne concernée a le droit d'obtenir du responsable du traitement l'effacement, dans les meilleurs délais, de données à caractère personnel la concernant et le responsable du traitement a l'obligation d'effacer ces données dans les meilleurs délais, lorsque l'un des motifs énumérés à l'article 17 s'applique.",
"celex": "32016R0679",
"label": "Règlement (UE) 2016/679 (RGPD), art. 17 — Droit à l'effacement",
"article": "17",
"version": {
"date_debut": "2016-05-24",
"version_id": "32016R0679-art-17"
},
"coverage": {
"complete": true
},
"applicable_from": "2018-05-25",
"coverage_window": {
"from": "2016-05-04"
},
"in_force_at_date": true,
"applicable_at_date": true,
"applicability_scope": "act",
"applicability_source": "Regulation (EU) 2016/679, Article 99(2): \"It shall apply from 25 May 2018.\""
},
"provenance": {
"source": "EUR-Lex / Cellar — droit de l'Union consolidé",
"freshness": {
"kind": "snapshot",
"as_of": "2026-06-05T00:00:00Z"
},
"fetched_at": "2026-06-16T09:30: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",
"HEAD",
"DELETE"
],
"type": "string"
},
"schema": {
"type": "object"
},
"headers": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"date": {
"type": "string",
"description": "Optional. Date at which the law is read, strict ISO calendar format YYYY-MM-DD (zero-padded: 2026-07-05, not 2026-7-5); defaults to today"
},
"celex": {
"type": "string",
"description": "Optional on its own - CELEX identifier of the EU act (an ELI is accepted via eli= as a fallback (e.g. eli=reg/2016/679/oj, or the full URI http://data.europa.eu/eli/reg/2016/679/oj — the scheme, the data.europa.eu host, the /eli/ prefix and the trailing /oj are all optional)), resolved against the official EUR-Lex consolidated dataset. Covered acts: GDPR, eIDAS, the e-Commerce Directive, the DSM copyright Directive, DSA, DMA, AI Act, MiCA and NIS2. Historical depth VARIES per act and is reported per response in coverage_window: some acts are only covered from their first published consolidation (the e-Commerce Directive, in force since 2000, is only queryable from 2024-02-17)"
},
"article": {
"type": "string"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
}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 0x4465…128ee. The signed payment is good for 1 minute.
- Paid to
- 0x4465…128ee
- USD Coin contract
- 0x8335…02913
- Payment window
- 1 minute
- As published
- 10000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x4465825B0ac713aA2Fa07Ea29023020804A128ee",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"headers": {
"accept": "application/json"
},
"queryParams": {
"date": "2024-01-01",
"celex": "32016R0679",
"article": "17"
}
},
"output": {
"type": "json"
}
},
"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",
"HEAD",
"DELETE"
],
"type": "string"
},
"schema": {
"type": "object"
},
"headers": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"date": {
"type": "string"
},
"celex": {
"type": "string"
},
"article": {
"type": "string"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-17 03:44Z
- Last indexed by Roundhouse
- 2026-09-24 12:50Z
- Last enriched (probe, favicon, geo)
- 2026-09-13 01:45Z
- x402 version
- 2
- Max timeout
- 60s
- Liveness probe
- HTTP 402
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
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 26 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service Invoket 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=Invoket' 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.invoket.com/legal/eu-act, 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.