Multi-source open bounty radar ranked (0.015 USDC)
Multi-source open bounty radar ranked (0.015 USDC). Free 3-item: GET /v0/sample-radar then POST {limit}.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
299 msmedian answer time
$0.015listed price per call
$0.015price 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.devvizion.com/v0/bounty-radar
| Category | Everything else |
|---|---|
| Provider host | x402.devvizion.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 5 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.015 | 299 ms |
Example input (from the provider)
{
"body": {
"topic": "agent research topic"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"brief": {
"description": "Bid-draft job brief",
"type": "string"
},
"limit": {
"description": "Radar result limit",
"type": "number"
},
"packId": {
"description": "Pack id for /v0/pack",
"type": "string"
},
"scene": {
"description": "Storyboard scene description",
"type": "string"
},
"topic": {
"description": "Research topic, scene, or brief text",
"type": "string"
},
"url": {
"description": "Optional URL alias for topic",
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"const": "json",
"type": "string"
},
"method": {
"const": "POST",
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}