Bitcoin and digital-asset adoption scores for the world's 100 largest banks, as
Bitcoin and digital-asset adoption scores for the world's 100 largest banks, as CSV. Answers: does a bank offer Bitcoin custody or trading, how has its position changed, which banks lead. One row per scoring change since the index began, each with the bank, the activity (custody, trading, stablecoins, tokenization and 12 more), old and new values, a reason, a source URL, the event date, and the resulting score and rank out of 100. Includes the scoring schema. Free /latest shows coverage.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://gibai.app/history
| Category | Everything else |
|---|---|
| Provider host | gibai.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.1 | 453 ms |
Example input (from the provider)
{
"method": "GET",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"history_csv": {
"description": "The full change log as CSV text. Columns: change_date, ts, bank, country, sub_dimension, old_score, new_score, origin, reason, source_url, published_total, published_rank, event_date",
"type": "string"
},
"report_date": {
"description": "Date of the most recent report, YYYY-MM-DD",
"type": "string"
},
"rows": {
"description": "Number of change rows in the CSV",
"type": "integer"
},
"schema_json": {
"description": "Score ladder, sub-dimension definitions, category weights, coverage counts",
"type": "object"
}
},
"required": [
"report_date",
"rows",
"history_csv",
"schema_json"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}