M

Mayim Mayim · Bazaar Domain Observation Slots

by Mayim Mayim

POSTBasePolygon

$1

per call · USD Coin on Base

LN Church Domain Observation Slot

Endpoint

POST https://kari.mayim-mayim.com/api/bazaar/domain-observation-slots

1

Calls / 30d

1

Unique payers / 30d

Aug 25

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://kari.mayim-mayim.com/api/bazaar/domain-observation-slots", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "agentId": "0x0000000000000000000000000000000000000000",
    "domain": "example.com"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://kari.mayim-mayim.com/api/bazaar/domain-observation-slots" \
  -H "Content-Type: application/json" \
  -d '{"agentId":"0x0000000000000000000000000000000000000000","domain":"example.com"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "request_id": "req_123",
  "status": "accepted"
}

Payment details

Pay to0x788b4ca11950879550353d8ae82d1c0af6018454
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Polygon
Schemesexact

Is this your API?

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

Get featured →

More from Mayim Mayim & similar services