ToolAssay

Call when you need open GitHub issues with a parsed USD bounty (Algora/$/USD in

Call when you need open GitHub issues with a parsed USD bounty (Algora/$/USD in title or labels). Optional minUsd and q filter the list. Not a generic GitHub search clone.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1491 msmedian answer time
$0.05listed price per call
$0.05price 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

GET https://money-agent-production-736f.up.railway.app/v1/radar

CategorySearch and research
Provider hostmoney-agent-production-736f.up.railway.app
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 1491 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "minUsd": 25,
    "q": "docs"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "minUsd": {
              "description": "Minimum parsed USD reward. Omit to include unpriced issues.",
              "type": "number"
            },
            "q": {
              "description": "Case-insensitive substring match on title and url.",
              "type": "string"
            },
            "source": {
              "description": "Set to index only for the agent's own bazaar-index ping.",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "bounties": {
              "items": {
                "properties": {
                  "asset": {
                    "type": "string"
                  },
                  "rewardUsd": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "source": {
                    "type": "string"
                  },
                  "title": {
                    "type": "string"
                  },
                  "url": {
                    "type": "string"
                  }
                },
                "required": [
                  "source",
                  "title",
                  "url",
                  "asset"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "count": {
              "type": "number"
            },
            "paid": {
              "type": "number"
            }
          },
          "required": [
            "paid",
            "count",
            "bounties"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON