Riveter
Activeby Orthogonal
Web data agent.
ScrapingSearch
Endpoints · 5
Base URLhttps://x402.orthogonal.com/riveter
EndpointDescriptionPrice
GET/v1/run_statusNot publishedCheck the current status of a project run
GET/v1/run_dataNot publishedRetrieve the processed data from a completed project run
POST/v1/stop_runNot publishedStop a currently running project. This will halt all processing and mark the run as stopped. Behavior: If the run is already stopped or success, returns succes
POST/v1/runNot publishedCopy link Define the structure of your output directly in the API request. This endpoint allows you to define both your input data and output configuration in a
POST/v1/scrapeNot publishedScrape a webpage and return the text content. This endpoint allows you to extract text content from any public webpage.
Call the provider directly and settle x402 per request.
Quickstart · x402 flow
1 · Call without payment. The service replies 402
bash
curl -i https://x402.orthogonal.com/riveter/v1/run_statusResponse
HTTP/1.1 402 Payment Required{ "x402Version": 2, "accepts": [{ "scheme": "exact", "network": "eip155:143", "asset": "USDC", "maxAmountRequired": "0" }] }2 · Sign the payment with your agent wallet and retry
bash
curl https://x402.orthogonal.com/riveter/v1/run_status \ -H "X-PAYMENT: <base64 payment payload signed by your EOA>"Response
HTTP/1.1 200 OKAny EOA on Monad can pay. curl shown; language tabs land in v2.
Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.
