mirrored listing x402 eip155:8453

Paid ($0

Paid ($0.01 USDC via x402). Top trending GitHub repos from the latest daily scan, sorted by stars — description, language, topics, license, forks, author followers, and README excerpt. Filterable by programming language. Response carries the scanDate provenance. Compute-first / settle-after — you are never charged for an error.

Do you run api.gitbeacon.dev? 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
10000 (raw units)
price
77
calls / 30d
14
unique payers
2026-09-18
updated

Provider

api.gitbeacon.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "language": "example",
          "limit": 30
        },
        "type": "http"
      },
      "output": {
        "example": {
          "charged": true,
          "count": 30,
          "data": [
            {
              "authorFollowers": 1200,
              "description": "Accelerates and streamlines code understanding",
              "forks": 45,
              "fullName": "HKUDS/FastCode",
              "language": "Python",
              "license": "MIT",
              "readmeExcerpt": "FastCode is an AI-powered tool for accelerating code comprehension...",
              "stars": 321,
              "topics": [
                "ai",
                "code-understanding",
                "llm"
              ]
            }
          ],
          "scanDate": "2026-02-25T00:00:00.000Z",
          "success": true
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "language": {
                  "description": "Filter by programming language, case-insensitive (e.g. Python, Rust, TypeScript).",
                  "type": "string"
                },
                "limit": {
                  "description": "Max repos to return (1-100).",
                  "maximum": 100,
                  "minimum": 1,
                  "type": "integer"
                }
              },
              "required": [],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.gitbeacon.dev/v1/repos"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.gitbeacon.dev/v1/repos");
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://api.gitbeacon.dev/v1/repos")
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/3092.json, and this resource appears in /discovery/resources and /discovery/search.