Animica x402 Directory

Directory / app.heinrichstech.com

app.heinrichstech.com/v1/cdp/json-repair

BitBooth JSON Repair: take any almost-JSON string (LLM tool output, broken API response, etc.), fix the common errors (trailing commas, single quotes, unquoted keys, missing brackets), and optionally validate against a JSON Schema. Built for AI agents that wrap every tool call in defensive parsing. Pay 0.001 USDC per call, no API key, no subscription.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X POST 'https://app.heinrichstech.com/v1/cdp/json-repair'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch -X POST 'https://app.heinrichstech.com/v1/cdp/json-repair'

Endpoint: https://app.heinrichstech.com/v1/cdp/json-repair. Operated by app.heinrichstech.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on app.heinrichstech.com

app.heinrichstech.com/v1/cdp/chain/erc20-balance

ERC-20 token balance for any wallet — USDC, USDT, DAI, or any token contract — via balanceOf eth_call, with decimals applied. Ethereum or Base mainnet. Pay 0.00…

GET · $0.003

app.heinrichstech.com/v1/cdp/echo

BitBooth echo endpoint — pays a tiny USDC fee, returns a JSON echo. Reference implementation of the x402 + CDP Facilitator + Bazaar discovery loop.

GET · $0.001

app.heinrichstech.com/v1/cdp/pii-redact

BitBooth PII Redact: pay 0.002 USDC, strip emails, phones, SSNs, credit cards, IPv4 addresses, and hex-looking secrets from a text blob before passing it to an …

POST · $0.008

app.heinrichstech.com/v1/cdp/regex-test

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 e…

POST · $0.005

app.heinrichstech.com/v1/cdp/webhook-sig-verify

BitBooth Webhook Signature Verify: pay 0.001 USDC, verify a webhook signature against the provider's canonical HMAC scheme. Supports stripe, github, vercel, cdp…

POST · $0.005

app.heinrichstech.com/v1/cdp/whois

BitBooth Whois: pay 0.005 USDC, get the parsed whois record for any domain — registrar, creation/updated/expiry dates, name servers, status flags, plus the raw …

POST · $0.01

All 7 endpoints on app.heinrichstech.com →