S

Space Z · Aman Service Search

by Space Z

POSTBase

$0.0124

per call · USD Coin on Base

Service Search: node-operated on-chain service Executed deterministically by the AmanChain node against live consensus state (real blocks, pools, balances) — paid per call via x402, settled in USDC on Base. Input: JSON body {"serviceId":"aman-service-search","request":"<input>"}. No account, no API key.

Endpoint

POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-service-search

1

Calls / 30d

1

Unique payers / 30d

Sep 4

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://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-service-search", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "request": "price",
    "serviceId": "aman-service-search"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-service-search" \
  -H "Content-Type: application/json" \
  -d '{"request":"price","serviceId":"aman-service-search"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "results": [
    {
      "name": "AMAN Price Feed",
      "priceAman": 0.05,
      "serviceId": "aman-price-feed"
    }
  ]
}

Payment details

Pay to0x215200bd7e6973ad2d2927bdd3e04a61531f5629
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Space Z & similar services