MiroShark · RUN

by MiroShark

POSTBaseSolanaMonad

$1

per call · USD Coin on Base

MiroShark: run a 25-agent social-media simulation across Twitter, Reddit, and Polymarket over 10 rounds from a single prompt, URL, or article, then read a synthesized markdown report with belief drift, top posts, and prediction-market trajectories.

Endpoint

POST https://x402.miroshark.xyz/run

61

Calls / 30d

15

Unique payers / 30d

Sep 10

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://x402.miroshark.xyz/run", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "article": "<alternative seed: raw article text>",
    "prediction_market": "<optional: pin a YES/NO market question>",
    "prompt": "How will developers react if OpenAI releases GPT-6 next month?",
    "url": "<alternative seed: an article URL to simulate around>"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://x402.miroshark.xyz/run" \
  -H "Content-Type: application/json" \
  -d '{"article":"<alternative seed: raw article text>","prediction_market":"<optional: pin a YES/NO market question>","prompt":"How will developers react if OpenAI releases GPT-6 next month?","url":"<alternative seed: an article URL to simulate around>"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "run_id": "run_abc123def456",
    "status": "queued",
    "status_url": "https://<host>/status/run_abc123def456",
    "wait_url": "https://<host>/wait/run_abc123def456"
  },
  "success": true
}

Payment details

Pay to0x6cab485fc28ec70d3845113b704d4824e4d2b24f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Monad
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from MiroShark & similar services