global: snapshot

This commit is contained in:
nym21
2026-03-02 13:34:45 +01:00
parent 7cb1bfa667
commit 4d97cec869
57 changed files with 1724 additions and 2011 deletions

View File

@@ -0,0 +1,15 @@
{
"schema_version": "v1",
"name_for_human": "Bitcoin Research Kit",
"name_for_model": "bitcoin_research_kit",
"description_for_human": "Query Bitcoin on-chain analytics: thousands of metrics, block explorer, address index.",
"description_for_model": "Bitcoin on-chain analytics API. Search metrics via /api/metrics/search/{query}, fetch data via /api/metric/{metric}/{index}. No auth required.",
"auth": { "type": "none" },
"api": {
"type": "openapi",
"url": "https://bitview.space/openapi.json"
},
"logo_url": "https://bitview.space/assets/favicon-196.png",
"contact_email": "hello@bitcoinresearchkit.org",
"legal_info_url": "https://github.com/bitcoinresearchkit/brk/blob/main/docs/LICENSE.md"
}