MiroShark: run a 25-agent social-media simulation across Twitter, Reddit, and Polymarket o
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.
1000000 (raw units)
price
73
calls / 30d
16
unique payers
2026-09-18
updated
Provider
x402.miroshark.xyz · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x6cab485fc28ec70d3845113b704d4824e4d2b24f",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "1000000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "9vWbPNMvt8ui1cNN8jWWPUWT5LPmeXzq7nr3vry1vMPH",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "1000000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:143",
"payTo": "0x0000CE08fa224696A819877070BF378e8B131ACF",
"asset": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
"amount": "1000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"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>"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"data": {
"run_id": "run_abc123def456",
"status": "queued",
"status_url": "https://<host>/status/run_abc123def456",
"wait_url": "https://<host>/wait/run_abc123def456"
},
"success": true
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"article": {
"maxLength": 200000,
"minLength": 4,
"type": "string"
},
"prediction_market": {
"type": "string"
},
"prompt": {
"maxLength": 4000,
"minLength": 4,
"type": "string"
},
"url": {
"maxLength": 2048,
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"properties": {
"run_id": {
"type": "string"
},
"status": {
"type": "string"
},
"status_url": {
"format": "uri",
"type": "string"
},
"wait_url": {
"format": "uri",
"type": "string"
}
},
"type": "object"
},
"success": {
"type": "boolean"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"builder-code": {
"info": {
"a": "bc_r3g1wwdh"
},
"schema": {
"additionalProperties": false,
"properties": {
"a": {
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"s": {
"items": {
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"type": "array"
},
"w": {
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://x402.miroshark.xyz/run" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402.miroshark.xyz/run");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://x402.miroshark.xyz/run")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/421.json, and this resource appears in /discovery/resources and /discovery/search.