TOLL

What software pays for, recorded every six hours.

Snapshot
2026-09-15 16:57 UTC
Sweep
daily-2026-09-15 · finished 2026-09-15 07:10 UTC
Listed
16,167

cdp regex test derived

app.heinrichstech.comInferencederived

POST https://app.heinrichstech.com/v1/cdp/regex-test

passlisted in Coinbase#6 by calls of 7 on this host

0.005 USDC

per call, as the listing declares it on eip155:8453

Compare with anotherEvery figure as JSONCite this page

the price, as of 2026-09-15 16:57 UTC · method · pinnable

Validation state
pass
as of 2026-09-15 04:40 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
100% / 100% / 100%
as of 2026-09-15 04:40 UTC · method · pinnable · 5 of 5 in 7d, 5 of 5 in 30d, 5 of 5 in 90d
Calls, trailing 30 days
1
as of 2026-09-15 16:57 UTC · method · pinnable
Unique payers, trailing 30 days
1
as of 2026-09-15 16:57 UTC · method · pinnable
Last called
2026-09-01 19:07 UTC
as of 2026-09-15 16:57 UTC · method · pinnable
First observed by TOLLderived
2026-09-10
as of 2026-09-10 19:08 UTC · method · pinnable · observation began 10 September 2026; listings that predate it show that date
Pricederived
0.005 USDC
as of 2026-09-15 16:57 UTC · method · pinnable · on eip155:8453
Networks
4
as of 2026-09-15 16:57 UTC · method · pinnable

Counters

28 observations, 1 of them a change, fewer than the 3 a trace needs

How big is this endpoint among the ones like it?

1 call100,000this endpoint
Calls counted in the trailing thirty days across the 2,297 endpoints in Inference that carry counters, binned on a logarithmic scale because the range runs over five orders of magnitude. The marked bin is this endpoint, at 1: 1,008 in the category are counted higher and 1,288 lower.

No trace is drawn of this endpoint’s own volume. Its counters have changed 1 time across 28 observations, and 3 changes are the fewest this site will draw a trace through, because two points and a guess are not a series. Every observation is in the JSON.

In words

TOLL files cdp regex test under inference: a POST endpoint on app.heinrichstech.com, listed in the Coinbase registry.

Per call, cdp regex test declares 0.005 USDC on Base.

Callers of cdp regex test supply a json body with the fields flags, input, pattern and captureLimit.

For cdp regex test the listing declares 8 accepts on Base, XRPL, Stellar and EVM chain 1440000, to 3 different wallets.

cdp regex test returns json; the example shows ok, flags, matches, pattern, payment, service and 2 others.

cdp regex test answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.

cdp regex test is one of 7 listed endpoints on app.heinrichstech.com, tied 6th by calls with 1 other among them.

cdp regex test takes 3% of the calls counted across app.heinrichstech.com.

In the trailing 30 days: one call, one payer.

cdp regex test was last called 14 days before the snapshot.

Closest in price to cdp regex test within inference: agent record rubric assert at rubric-protocol.com and trust check x402 at trust402.vercel.app.

cdp regex test is priced above 17% of comparable listings in inference.

7 listed endpoints on one host pay to the same wallet.

For 7 of the options on cdp regex test, TOLL has no verified decimals and shows the raw amount. cdp regex test declares exact and onchain as payment schemes.

The seller's tags on cdp regex test are regex, validation, agent-dev and utility, and its label is "utility".

The price of cdp regex test is declared by 148 other listings in inference too.

Payment options as declared

the payment options, as of 2026-09-15 16:57 UTC · method · pinnable

Every payment option declared on this listing
registrynetworkassetamountschemepay to
Coinbaseeip155:8453USDC0.005 USDCexact0xDa2F35…c1769F
Coinbasexrpl:0XRP5000 smallest units, decimals unknownexactrfryheo6…kBkUEy
Coinbasexrpl:0524C5553…000000amount not declaredexactrfryheo6…kBkUEy
Coinbasexrpl:055534443…000000amount not declaredexactrfryheo6…kBkUEy
Coinbasestellar:pubnetXLM5000 smallest units, decimals unknownexactGCB5WZT5…5FA2GO
Coinbasestellar:pubnetUSDC5000 smallest units, decimals unknownexactGCB5WZT5…5FA2GO
Coinbaseeip155:84530x88fb15…c6e196100000000000000 smallest units, decimals unknownonchain0xDa2F35…c1769F
Coinbaseeip155:1440000xrp400000000000000 smallest units, decimals unknownonchain0xDa2F35…c1769F

Preflight checks at the last sweep

the checks, as of 2026-09-15 04:40 UTC · method · pinnableendpoint answered HTTP 402

No named check failed.

Validation history, 90 days

Every sweep that observed this endpoint, newest first.

Validation observations over the last 90 days
observed, UTCstatefailed checkssweep
2026-09-15 04:40 UTCpass0daily-2026-09-15
2026-09-14 04:35 UTCpass0daily-2026-09-14
2026-09-13 04:34 UTCpass0daily-2026-09-13
2026-09-12 06:50 UTCpass0daily-2026-09-12
2026-09-11 10:24 UTCpass0daily-2026-09-11

Registry presence

Presence in a registry, not liveness of the service (method). Newest first.

  1. listed in Coinbase

Declared input and output, as listed

From the registry record, not validated by TOLL.the declared schema, as of 2026-09-01 19:07 UTC · method · live

The input and output block
{
  "input": {
    "body": {
      "flags": "g",
      "input": "a1 b22 c333",
      "pattern": "\\d+",
      "captureLimit": 100
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "json",
    "example": {
      "ok": true,
      "flags": "g",
      "matches": [
        {
          "index": 1,
          "match": "1",
          "groups": [],
          "length": 1
        },
        {
          "index": 4,
          "match": "22",
          "groups": [],
          "length": 2
        },
        {
          "index": 8,
          "match": "333",
          "groups": [],
          "length": 3
        }
      ],
      "pattern": "\\d+",
      "payment": {
        "payer": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
        "network": "eip155:8453",
        "transaction": "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
      },
      "service": "BitBooth /v1/cdp/regex-test",
      "fullCount": 3,
      "truncated": false,
      "matchCount": 3
    }
  }
}
Cite this page

The pinned URL below renders this page from the snapshot of 2026-09-15 16:57 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).

Plain text

TOLL, "cdp regex test on app.heinrichstech.com", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/app-heinrichstech-com-v1-cdp-regex-test-4b1b33/at/2026-09-15T16-57Z. Accessed [access date].

BibTeX

@misc{toll-e-app-heinrichstech-com-v1-cdp-regex-test-4b1b33-2026-09-15T16-57Z,
  author = {TOLL},
  title = {cdp regex test on app.heinrichstech.com},
  howpublished = {\url{https://tollindex.com/e/app-heinrichstech-com-v1-cdp-regex-test-4b1b33/at/2026-09-15T16-57Z}},
  year = {2026},
  month = {9},
  note = {Pinned view of the snapshot of 2026-09-15 16:57 UTC. Accessed [access date].}
}

Reports and replies about this endpoint

None yet. Anything submitted through the form below is published here with its outcome.

Report an error about cdp regex test, or reply as the named seller

No account, no token. Published unedited with its outcome, upheld or not. Do not include personal data.

Kind

Published as typed. Optional.

10 to 4,000 characters.

Verify with the payee wallet (optional, EVM)

Sign this message with the wallet named on the page and paste the signature; it is checked, stored, never published. TOLL reply about endpoint 4b1b331e3941a4381f0d68e5682ff9a6eb2d837453a9cda8e3bf4f2911b378e9 from wallet 0xDa2F35d283c42dd60B965322394bc658a5c1769F

The 0x address named as payee on this page, 42 characters.

The hex signature of the message above, starting 0x.