mirrored listing x402 eip155:8453

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

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.

Do you run money-agent-production-736f.up.railway.app? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
6
calls / 30d
3
unique payers
2026-09-05
updated

Provider

money-agent-production-736f.up.railway.app · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xC0a707F63df3120E018F119ddf44Fc8eAab40E72",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "minUsd": 25,
          "q": "docs"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "bounties": [
            {
              "asset": "USD",
              "rewardUsd": 25,
              "source": "github",
              "title": "docs: fix README typo $25",
              "url": "https://github.com/acme/repo/issues/1"
            }
          ],
          "count": 1,
          "paid": 0.05
        },
        "type": "json"
      }
    },
    "schema": {
      "$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"
    }
  }
}

Use it

curl

curl "https://money-agent-production-736f.up.railway.app/v1/radar"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://money-agent-production-736f.up.railway.app/v1/radar");
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://money-agent-production-736f.up.railway.app/v1/radar")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/13871.json, and this resource appears in /discovery/resources and /discovery/search.