0

0000402 · ASK

by 0000402

POSTBase

$0.01

per call · USD Coin on Base

Pay $0.01 USDC to ask Omniac, the Omniacs DAO mascot, any question about crypto, data science, or tech. Responses are concise by default. Powered by llama-3.3-70b via Venice.ai. Max question length: 2000 characters. Network: Base Mainnet. Each request sends one natural-language question to the model and returns one direct answer, making it useful for crypto explainers, technical Q&A, research support, and agent knowledge lookups.

Endpoint

POST https://omniac.0000402.xyz/ask

1

Calls / 30d

1

Unique payers / 30d

Aug 13

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://omniac.0000402.xyz/ask", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "question": "What is a DAO?"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://omniac.0000402.xyz/ask" \
  -H "Content-Type: application/json" \
  -d '{"question":"What is a DAO?"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "answer": "A DAO (Decentralized Autonomous Organization) is..."
}

Payment details

Pay to0xee72b902af7466023595512e3359bb5bf312977c
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from 0000402 & similar services