Financial author track record / 财经作者历史成绩
Financial author track record / 财经作者历史成绩. Look up resolved stock-market claims, sample size, hit rate, Wilson confidence interval, direction breakdown, coverage and freshness for an X/Twitter finance creator. Useful for creator credibility and investment-influencer due diligence.
20000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-10
updated
Provider
43-135-4-66.sslip.io · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x7AAC1ccE7113306c7af59F82637d0A38B3e5C6b0",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"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": {}
}Use it
curl
curl "https://43-135-4-66.sslip.io/v1/authors/:handle/scorecard" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://43-135-4-66.sslip.io/v1/authors/:handle/scorecard");
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://43-135-4-66.sslip.io/v1/authors/:handle/scorecard")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/8010.json, and this resource appears in /discovery/resources and /discovery/search.