MiroShark
MiroShark: predict how people and markets react to any scenario - a product launch, policy, campaign, crisis, token launch, or news headline. Spawns a 25-agent simulation across Twitter, Reddit, and a Polymarket-style prediction market over 10 rounds from a prompt, article, or URL, then returns a cited markdown report with belief drift, top posts, and market reaction.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1514 msmedian answer time
$1.00listed price per call
$1.00price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://x402.miroshark.xyz/run
| Category | Commerce and shopping |
|---|---|
| Provider host | x402.miroshark.xyz |
| Networks | eip155:143, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 73 from 15 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $1.00 | 1514 ms |
Example input (from the provider)
{
"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"
}
Promised output schema (from the provider)
{
"$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"
}