{
  "x402Version": 2,
  "id": 8229,
  "slug": "8229",
  "resource": "https://dragon7.space/v1/authors/:handle/scorecard",
  "description": "Return an author's historical market-claim scorecard with resolved sample size, hit rate, Wilson confidence interval, direction breakdown, coverage and freshness.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x7AAC1ccE7113306c7af59F82637d0A38B3e5C6b0",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "handle": "BillBrooklyn10"
          },
          "queryParams": {
            "type": "all",
            "window_days": 3650
          },
          "type": "http"
        },
        "output": {
          "example": {
            "ok": true,
            "scorecard": {
              "author": {
                "handle": "BillBrooklyn10",
                "name": "Bill Brooklyn"
              },
              "coverage": {
                "resolved_claims": 60,
                "total_claims": 100,
                "unique_instruments": 25
              },
              "performance": {
                "confidence_interval_95": {
                  "lower": 0.2856,
                  "upper": 0.5264
                },
                "hit_rate": 0.4,
                "hits": 24,
                "misses": 36
              }
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/authors/:handle/scorecard",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "handle": {
                    "description": "X creator handle without @",
                    "pattern": "^[A-Za-z0-9_]{1,15}$",
                    "type": "string"
                  }
                },
                "required": [
                  "handle"
                ],
                "type": "object"
              },
              "queryParams": {
                "properties": {
                  "type": {
                    "default": "all",
                    "enum": [
                      "all",
                      "stock",
                      "industry",
                      "market"
                    ],
                    "type": "string"
                  },
                  "window_days": {
                    "default": 3650,
                    "maximum": 3650,
                    "minimum": 1,
                    "type": "integer"
                  }
                },
                "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"
      }
    },
    "builder-code": {
      "info": {
        "a": "signal_ledger",
        "s": [
          "cdp_sdk_server"
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "maxItems": 11,
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "eip2612GasSponsoring": {},
    "erc20ApprovalGasSponsoring": {}
  },
  "tags": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "sourceHost": "dragon7.space",
  "lastUpdated": "2026-09-09T15:12:35.153Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-09T15:12:33.634Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "dragon7.space",
    "manifest_name": "dragon7.space",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}