H

Heinrichstech · CDP Echo

by Heinrichstech

POSTBaseSolanaXRP Ledgerstellar:pubnet

$0.001

per call · USD Coin on Base

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

Endpoint

POST https://app.heinrichstech.com/v1/cdp/echo

28

Calls / 30d

17

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://app.heinrichstech.com/v1/cdp/echo", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "message": "hello bitbooth"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://app.heinrichstech.com/v1/cdp/echo" \
  -H "Content-Type: application/json" \
  -d '{"message":"hello bitbooth"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "ok": true,
  "payment": {
    "network": "eip155:8453",
    "payer": "0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
    "transaction": "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
  },
  "protocol": "x402 + CDP Facilitator",
  "service": "BitBooth /v1/cdp/echo",
  "timestamp": "2026-05-05T12:00:00.000Z",
  "youSent": "hello bitbooth"
}

Payment details

Pay to0xda2f35d283c42dd60b965322394bc658a5c1769f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, XRP Ledger, stellar:pubnet
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Heinrichstech & similar services