api.invoket.com

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.

OtherLiveeip155:8453Exactvia cdp
Calls · 30d
2→ 0%
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 7 snapshots so far.
$22.04
Verified settled volume
1,650 settlements proven x402 by their on-chain EIP-3009 marker.
$0.010
Listed price
As published in the catalog. Always read the live 402 before paying.
2
Calls · 30d
Upstream's own call count for this endpoint, not ours.
2
Unique payers · 30d
Last called 2026-07-31 18:35Z
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x4465825B0ac713aA2Fa07Ea29023020804A128ee

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.

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/company/events",
    "tags": [
      "compliance",
      "verification",
      "fraud-prevention",
      "regulatory-data",
      "weather"
    ],
    "iconUrl": "https://invoket.com/apple-touch-icon.png",
    "mimeType": "application/json",
    "description": "Check a French company for official insolvency, deregistration and business-sale announcements before you invoice or extend credit: dated event timeline and factual flags from the official BODACC gazette, by SIREN. An empty list is a paid answer: no known announcement over the covered window. No account, no key.",
    "serviceName": "Invoket"
  },
  "extensions": {
    "bazaar": {
      "info": {
        "input": {
          "type": "http",
          "method": "GET",
          "schema": {
            "type": "object",
            "required": [
              "siren"
            ],
            "properties": {
              "siren": {
                "type": "string",
                "description": "9-digit SIREN of the legal unit (required). Malformed input is a 400 (INVALID_INPUT), a failed Luhn checksum is a 400 (INVALID_CHECKSUM, likely a typo). BODACC knows announcements, not companies: a SIREN known to the Sirene register with no announcement is a successful empty timeline (200, billed), never a 404. A well-formed SIREN absent from the Sirene register is a 404 (unbilled, same answer as /company/resolve) - 'unknown to the register' and 'known, no announcement' are different answers"
              },
              "family": {
                "type": "string",
                "description": "Optional filter on the served view: 'insolvency' (collective proceedings: safeguard, receivership, liquidation), 'deregistration' or 'sale' (business sales and transfers). Default serves all families. The filter narrows events[], never the flags - facts are derived from the complete timeline"
              }
            }
          },
          "headers": {
            "accept": "application/json"
          },
          "queryParams": {
            "siren": "321875205",
            "family": "insolvency"
          }
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "data",
              "provenance"
            ],
            "properties": {
              "data": {
                "type": "object",
                "required": [
                  "company",
                  "coverage",
                  "events",
                  "flags",
                  "siren",
                  "total",
                  "truncated"
                ],
                "properties": {
                  "flags": {
                    "type": "object",
                    "required": [
                      "has_open_insolvency_announcement",
                      "is_deregistered",
                      "latest_event"
                    ],
                    "properties": {
                      "latest_event": {
                        "type": [
                          "object",
                          "null"
                        ],
                        "required": [
                          "date",
                          "family"
                        ],
                        "properties": {
                          "date": {
                            "type": "string"
                          },
                          "family": {
                            "type": "string"
                          }
                        },
                        "description": "Family and date of the most recent announcement, null when the timeline is empty over the covered window — an empty timeline is a successful, billed answer"
                      },
                      "is_deregistered": {
                        "type": "boolean"
                      },
                      "has_open_insolvency_announcement": {
                        "type": "boolean"
                      }
                    },
                    "description": "Factual flags derived mechanically from the complete timeline, never a score or a solvency opinion: has_open_insolvency_announcement (true when the latest QUALIFYING collective-proceeding announcement is an act of proceedings, false when it is a closure or there is none, NULL when no announcement states the status - see coverage.insolvency_flag; the DILA catch-all label never carries it alone), is_deregistered (a deregistration was published), latest_event (family and date of the most recent announcement)"
                  },
                  "siren": {
                    "type": "string"
                  },
                  "total": {
                    "type": "integer"
                  },
                  "events": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "required": [
                        "court",
                        "effective_on",
                        "family",
                        "gazette_issue",
                        "nature",
                        "notice_number",
                        "published_on",
                        "text"
                      ],
                      "properties": {
                        "text": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "court": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "family": {
                          "type": "string"
                        },
                        "nature": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "effective_on": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "published_on": {
                          "type": "string"
                        },
                        "gazette_issue": {
                          "type": "string"
                        },
                        "notice_number": {
                          "type": "integer"
                        }
                      }
                    },
                    "description": "BODACC announcements, most recent first: family, original nature label (null when the gazette does not state it, never guessed), effective/judgment date when distinct from publication, publication date, gazette issue and notice number, court, original short text. Capped at the 100 most recent (truncated=true, total stays honest)"
                  },
                  "company": {
                    "type": [
                      "object",
                      "null"
                    ],
                    "required": [
                      "name",
                      "status"
                    ],
                    "properties": {
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "status": {
                        "type": "string"
                      },
                      "natural_person": {
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "description": "Minimal Sirene identity echo (name or natural person, active/ceased status) for cross-reading with /company/resolve; null when the SIREN is unknown to the Sirene stock, stated in coverage.identity - never an error"
                  },
                  "coverage": {
                    "type": "object",
                    "required": [
                      "window"
                    ],
                    "properties": {
                      "window": {
                        "type": "object",
                        "required": [
                          "from",
                          "to"
                        ],
                        "properties": {
                          "to": {
                            "type": "string"
                          },
                          "from": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        }
                      },
                      "identity": {
                        "type": "string"
                      }
                    },
                    "description": "Honest coverage: 'window' is the BODACC history span actually ingested (from/to) - an empty timeline is only meaningful over this window; 'identity' is present when the Sirene echo could not be served; 'insolvency_flag' is present (undetermined_latest_notice) when the insolvency flag is null - the announcements are still served, we just refuse to over-qualify them. Never a 5xx for staleness"
                  },
                  "truncated": {
                    "type": "boolean"
                  }
                }
              },
              "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": {
              "flags": {
                "latest_event": {
                  "date": "2017-05-22",
                  "family": "sale"
                },
                "is_deregistered": false,
                "has_open_insolvency_announcement": true
              },
              "siren": "321875205",
              "total": 3,
              "events": [
                {
                  "text": "L'état des créances est déposé au greffe où tout intéressé peut présenter réclamation devant le juge-commissaire dans le délai d'un mois à compter de la présente publication.",
                  "court": "Greffe du Tribunal de Commerce de Marseille",
                  "family": "insolvency",
                  "nature": "Dépôt de l'état des créances",
                  "effective_on": "2023-08-25",
                  "published_on": "2023-09-05",
                  "gazette_issue": "20230170",
                  "notice_number": 2594
                },
                {
                  "text": "Jugement prononçant la liquidation judiciaire désignant liquidateur SCP J.P Louis & A.Lageat, Mandat Conduit Par Me J.P Louis 30 Rue Cours Lieutaud 13001 Marseille et SAS LES MANDATAIRES mission conduite par Me Vincent DE CARRIERE 50 Rue Sylvabelle 13006 MARSEILLE.",
                  "court": "Greffe du Tribunal de Commerce de Marseille",
                  "family": "insolvency",
                  "nature": "Jugement de conversion en liquidation judiciaire",
                  "effective_on": "2023-02-20",
                  "published_on": "2023-02-23",
                  "gazette_issue": "20230038",
                  "notice_number": 1758
                },
                {
                  "text": "Jugement prononçant l'ouverture d'une procédure de redressement judiciaire, date de cessation des paiements le 25 août 2022 désignant administrateur SCP Avazeri-Bonetto, Mission Conduite Par Me F.Avazeri 23/29 Rue Haxo 13001 Marseille et SELARL GILLIBERT & ASSOCIES, mission conduite par Me Vincent GILLIBERT 11 Rue Venture 13001 MARSEILLE avec les pouvoirs : assister le débiteur pour tous les actes de gestion, mandataire judiciaire SCP J.P Louis & A.Lageat, Mandat Conduit Par Me J.P Louis 30 Rue…",
                  "court": "Greffe du Tribunal de Commerce de Marseille",
                  "family": "insolvency",
                  "nature": "Jugement d'ouverture d'une procédure de redressement judiciaire",
                  "effective_on": "2022-09-22",
                  "published_on": "2022-09-27",
                  "gazette_issue": "20220187",
                  "notice_number": 3494
                }
              ],
              "company": {
                "name": "SAN MARINA",
                "status": "active"
              },
              "coverage": {
                "window": {
                  "to": "2026-07-12",
                  "from": "2008-01-01"
                }
              },
              "truncated": false
            },
            "provenance": {
              "source": "dila-bodacc",
              "freshness": {
                "kind": "snapshot",
                "as_of": "2026-07-12T00:00:00Z"
              },
              "fetched_at": "2026-07-12T14:50:57Z"
            }
          }
        }
      },
      "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": [
                  "siren"
                ],
                "properties": {
                  "siren": {
                    "type": "string",
                    "description": "9-digit SIREN of the legal unit (required). Malformed input is a 400 (INVALID_INPUT), a failed Luhn checksum is a 400 (INVALID_CHECKSUM, likely a typo). BODACC knows announcements, not companies: a SIREN known to the Sirene register with no announcement is a successful empty timeline (200, billed), never a 404. A well-formed SIREN absent from the Sirene register is a 404 (unbilled, same answer as /company/resolve) - 'unknown to the register' and 'known, no announcement' are different answers"
                  },
                  "family": {
                    "type": "string",
                    "description": "Optional filter on the served view: 'insolvency' (collective proceedings: safeguard, receivership, liquidation), 'deregistration' or 'sale' (business sales and transfers). Default serves all families. The filter narrows events[], never the flags - facts are derived from the complete timeline"
                  }
                }
              }
            },
            "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.

0.01USDC≈ $0.01 USD
on Base · exact scheme

Pay 0.01 USDC on Base to 0x4465…128ee. The signed payment is good for 1 minute.

USD Coin contract
0x8335…02913
Payment window
1 minute
As published
10000 smallest units
10000units
on solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp · 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
EPjFWd…TDt1v
Payment window
1 minute
0.001USDC≈ $0.001 USD
on Base · exact scheme

Pay 0.001 USDC on Base to 0x4465…128ee. The signed payment is good for 1 minute.

USD Coin contract
0x8335…02913
Payment window
1 minute
As published
1000 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
  },
  {
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "extra": {
      "domain": "invoket.com",
      "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
    },
    "payTo": "Ae1uowYSjbH47uCiZMmc51Aqxf964b1Fs4d1bjaPmMN6",
    "amount": "10000",
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "maxTimeoutSeconds": 60
  },
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0x4465825B0ac713aA2Fa07Ea29023020804A128ee",
    "amount": "1000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 60
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "type": "http",
        "method": "GET",
        "schema": {
          "type": "object",
          "required": [
            "family",
            "siren"
          ],
          "properties": {
            "siren": {
              "type": "string",
              "description": "9-digit SIREN of the legal unit (required). Malformed input is a 400 (INVALID_INPUT), a failed Luhn checksum is a 400 (INVALID_CHECKSUM, likely a typo). There is no 404: BODACC knows announcements, not companies - a well-formed SIREN with no announcement is a successful empty timeline (200, billed)"
            },
            "family": {
              "type": "string",
              "description": "Optional filter on the served view: 'insolvency' (collective proceedings: safeguard, receivership, liquidation), 'deregistration' or 'sale' (business sales and transfers). Default serves all families. The filter narrows events[], never the flags - facts are derived from the complete timeline"
            }
          }
        },
        "headers": {
          "accept": "application/json"
        },
        "queryParams": {
          "siren": "321875205",
          "family": "insolvency"
        }
      },
      "output": {
        "type": "json",
        "schema": {
          "type": "object",
          "required": [
            "data",
            "provenance"
          ],
          "properties": {
            "data": {
              "type": "object",
              "required": [
                "company",
                "coverage",
                "events",
                "flags",
                "siren",
                "total",
                "truncated"
              ],
              "properties": {
                "flags": {
                  "type": "object",
                  "required": [
                    "has_open_insolvency_announcement",
                    "is_deregistered",
                    "latest_event"
                  ],
                  "properties": {
                    "latest_event": {
                      "type": "object",
                      "required": [
                        "date",
                        "family"
                      ],
                      "properties": {
                        "date": {
                          "type": "string"
                        },
                        "family": {
                          "type": "string"
                        }
                      }
                    },
                    "is_deregistered": {
                      "type": "boolean"
                    },
                    "has_open_insolvency_announcement": {
                      "type": "boolean"
                    }
                  },
                  "description": "Factual flags derived mechanically from the complete timeline, never a score or a solvency opinion: has_open_insolvency_announcement (latest collective-proceeding announcement is not a closure), is_deregistered (a deregistration was published), latest_event (family and date of the most recent announcement)"
                },
                "siren": {
                  "type": "string"
                },
                "total": {
                  "type": "integer"
                },
                "events": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "required": [
                      "court",
                      "effective_on",
                      "family",
                      "gazette_issue",
                      "nature",
                      "notice_number",
                      "published_on",
                      "text"
                    ],
                    "properties": {
                      "text": {
                        "type": "string"
                      },
                      "court": {
                        "type": "string"
                      },
                      "family": {
                        "type": "string"
                      },
                      "nature": {
                        "type": "string"
                      },
                      "effective_on": {
                        "type": "string"
                      },
                      "published_on": {
                        "type": "string"
                      },
                      "gazette_issue": {
                        "type": "string"
                      },
                      "notice_number": {
                        "type": "integer"
                      }
                    }
                  },
                  "description": "BODACC announcements, most recent first: family, original nature label (null when the gazette does not state it, never guessed), effective/judgment date when distinct from publication, publication date, gazette issue and notice number, court, original short text. Capped at the 100 most recent (truncated=true, total stays honest)"
                },
                "company": {
                  "type": "object",
                  "required": [
                    "name",
                    "status"
                  ],
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    }
                  },
                  "description": "Minimal Sirene identity echo (name or natural person, active/ceased status) for cross-reading with /company/resolve; null when the SIREN is unknown to the Sirene stock, stated in coverage.identity - never an error"
                },
                "coverage": {
                  "type": "object",
                  "required": [
                    "window"
                  ],
                  "properties": {
                    "window": {
                      "type": "object",
                      "required": [
                        "from",
                        "to"
                      ],
                      "properties": {
                        "to": {
                          "type": "string"
                        },
                        "from": {
                          "type": "string"
                        }
                      }
                    }
                  },
                  "description": "Honest coverage: 'window' is the BODACC history span actually ingested (from/to) - an empty timeline is only meaningful over this window; 'identity' is present when the Sirene echo could not be served. Never a 5xx for staleness"
                },
                "truncated": {
                  "type": "boolean"
                }
              }
            },
            "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": {
            "flags": {
              "latest_event": {
                "date": "2017-05-22",
                "family": "sale"
              },
              "is_deregistered": false,
              "has_open_insolvency_announcement": true
            },
            "siren": "321875205",
            "total": 3,
            "events": [
              {
                "text": "L'état des créances est déposé au greffe où tout intéressé peut présenter réclamation devant le juge-commissaire dans le délai d'un mois à compter de la présente publication.",
                "court": "Greffe du Tribunal de Commerce de Marseille",
                "family": "insolvency",
                "nature": "Dépôt de l'état des créances",
                "effective_on": "2023-08-25",
                "published_on": "2023-09-05",
                "gazette_issue": "20230170",
                "notice_number": 2594
              },
              {
                "text": "Jugement prononçant la liquidation judiciaire désignant liquidateur SCP J.P Louis & A.Lageat, Mandat Conduit Par Me J.P Louis 30 Rue Cours Lieutaud 13001 Marseille et SAS LES MANDATAIRES mission conduite par Me Vincent DE CARRIERE 50 Rue Sylvabelle 13006 MARSEILLE.",
                "court": "Greffe du Tribunal de Commerce de Marseille",
                "family": "insolvency",
                "nature": "Jugement de conversion en liquidation judiciaire",
                "effective_on": "2023-02-20",
                "published_on": "2023-02-23",
                "gazette_issue": "20230038",
                "notice_number": 1758
              },
              {
                "text": "Jugement prononçant l'ouverture d'une procédure de redressement judiciaire, date de cessation des paiements le 25 août 2022 désignant administrateur SCP Avazeri-Bonetto, Mission Conduite Par Me F.Avazeri 23/29 Rue Haxo 13001 Marseille et SELARL GILLIBERT & ASSOCIES, mission conduite par Me Vincent GILLIBERT 11 Rue Venture 13001 MARSEILLE avec les pouvoirs : assister le débiteur pour tous les actes de gestion, mandataire judiciaire SCP J.P Louis & A.Lageat, Mandat Conduit Par Me J.P Louis 30 Rue…",
                "court": "Greffe du Tribunal de Commerce de Marseille",
                "family": "insolvency",
                "nature": "Jugement d'ouverture d'une procédure de redressement judiciaire",
                "effective_on": "2022-09-22",
                "published_on": "2022-09-27",
                "gazette_issue": "20220187",
                "notice_number": 3494
              }
            ],
            "company": {
              "name": "SAN MARINA",
              "status": "active"
            },
            "coverage": {
              "window": {
                "to": "2026-07-12",
                "from": "2008-01-01"
              }
            },
            "truncated": false
          },
          "provenance": {
            "source": "dila-bodacc",
            "freshness": {
              "kind": "snapshot",
              "as_of": "2026-07-12T00:00:00Z"
            },
            "fetched_at": "2026-07-12T14:50:57Z"
          }
        }
      }
    },
    "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",
              "additionalProperties": {
                "type": "string"
              }
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "type"
          ],
          "properties": {
            "type": {
              "type": "string"
            },
            "example": {
              "type": "object"
            }
          }
        }
      }
    }
  }
}

Provenance

Seen in the source catalog
2026-07-27 00:03Z
Last indexed by Roundhouse
2026-08-30 18:20Z
Last enriched (probe, favicon, geo)
2026-09-21 10:15Z
x402 version
2
Max timeout
60s
Liveness probe
HTTP 402
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

This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 7 snapshots so far. 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.invoket.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.invoket.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.invoket.com/company/events, 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.