mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-17 13:24:49 -07:00
16 lines
728 B
JSON
16 lines
728 B
JSON
{
|
|
"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"
|
|
}
|