mirrored listing x402 eip155:8453xrpl:0stellar:pubneteip155:1440000

BitBooth Regex Test: pay 0

BitBooth Regex Test: pay 0.001 USDC, safely compile and run a regex against a corpus. Returns structured matches with capture groups, indices, and lengths. JS engine flags (g, i, m, s, u, y, d). Hard CPU deadline guards against catastrophic backtracking (ReDoS) — `regex_timeout` is reported instead of stalling. Stateless, no API key.

Do you run app.heinrichstech.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
5000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-01
updated

Provider

app.heinrichstech.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xDa2F35d283c42dd60B965322394bc658a5c1769F",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "5000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "xrpl:0",
    "payTo": "rfryheo6yzFdLWj8qUQtZc7zG9MKkBkUEy",
    "asset": "XRP",
    "amount": "5000",
    "maxTimeoutSeconds": 600
  },
  {
    "scheme": "exact",
    "network": "xrpl:0",
    "payTo": "rfryheo6yzFdLWj8qUQtZc7zG9MKkBkUEy",
    "asset": "524C555344000000000000000000000000000000",
    "amount": "0.005000",
    "maxTimeoutSeconds": 600
  },
  {
    "scheme": "exact",
    "network": "xrpl:0",
    "payTo": "rfryheo6yzFdLWj8qUQtZc7zG9MKkBkUEy",
    "asset": "5553444300000000000000000000000000000000",
    "amount": "0.005000",
    "maxTimeoutSeconds": 600
  },
  {
    "scheme": "exact",
    "network": "stellar:pubnet",
    "payTo": "GCB5WZT5VCBBATGMQMTB6TLUXD6KQC6N5ITRWK3CCP4J3YOCE45FA2GO",
    "asset": "XLM",
    "amount": "5000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "stellar:pubnet",
    "payTo": "GCB5WZT5VCBBATGMQMTB6TLUXD6KQC6N5ITRWK3CCP4J3YOCE45FA2GO",
    "asset": "USDC",
    "amount": "5000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "onchain",
    "network": "eip155:8453",
    "payTo": "0xDa2F35d283c42dd60B965322394bc658a5c1769F",
    "asset": "0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196",
    "amount": "100000000000000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "onchain",
    "network": "eip155:1440000",
    "payTo": "0xDa2F35d283c42dd60B965322394bc658a5c1769F",
    "asset": "XRP",
    "amount": "400000000000000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "category": "utility",
    "discoverable": true,
    "info": {
      "input": {
        "body": {
          "captureLimit": 100,
          "flags": "g",
          "input": "a1 b22 c333",
          "pattern": "\\d+"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "flags": "g",
          "fullCount": 3,
          "matchCount": 3,
          "matches": [
            {
              "groups": [],
              "index": 1,
              "length": 1,
              "match": "1"
            },
            {
              "groups": [],
              "index": 4,
              "length": 2,
              "match": "22"
            },
            {
              "groups": [],
              "index": 8,
              "length": 3,
              "match": "333"
            }
          ],
          "ok": true,
          "pattern": "\\d+",
          "payment": {
            "network": "eip155:8453",
            "payer": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
            "transaction": "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
          },
          "service": "BitBooth /v1/cdp/regex-test",
          "truncated": false
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "captureLimit": {
                  "maximum": 1000,
                  "minimum": 1,
                  "type": "integer"
                },
                "flags": {
                  "maxLength": 8,
                  "type": "string"
                },
                "input": {
                  "type": "string"
                },
                "pattern": {
                  "maxLength": 1024,
                  "type": "string"
                }
              },
              "required": [
                "pattern",
                "input"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    },
    "tags": [
      "regex",
      "validation",
      "agent-dev",
      "utility"
    ]
  }
}

Use it

curl

curl "https://app.heinrichstech.com/v1/cdp/regex-test"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://app.heinrichstech.com/v1/cdp/regex-test");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://app.heinrichstech.com/v1/cdp/regex-test")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/2819.json, and this resource appears in /discovery/resources and /discovery/search.