Bitcoin and digital-asset adoption profile for one named bank, from the Global I
Bitcoin and digital-asset adoption profile for one named bank, from the Global Institutional Bitcoin Adoption Index. Returns its score out of 100, its rank among the world's 100 largest banks, a score for each of 16 activities (custody, spot trading, ETF access, derivatives, stablecoins, tokenization and more), and every scored change with a reason, a source URL and the event date. Shorthand resolves: Citi, JP Morgan, BofA. Free /banks lists accepted names; an unmatched name is not charged.
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/bank/:name
| 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.01 | 402 ms |
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"name": "{name}"
},
"queryParams": {
"name": "Citigroup"
},
"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"
},
"pathParams": {
"type": "object"
},
"queryParams": {
"properties": {
"name": {
"description": "Bank name; common shorthand resolves. GET /banks lists accepted names.",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"bank": {
"description": "Matched bank name as the index records it",
"type": "string"
},
"changes": {
"description": "Every scored change for this bank: date, activity, old, new, origin, reason, source_url, event_date",
"type": "array"
},
"country": {
"description": "Headquarters country",
"type": "string"
},
"rank": {
"description": "Rank among the 100 banks in the index",
"type": "integer"
},
"report_date": {
"description": "Date of the report these scores come from",
"type": "string"
},
"scores": {
"description": "Score per activity on the 0/25/50/75/100 ladder",
"type": "object"
},
"total": {
"description": "Weighted adoption score, 0-100",
"type": "number"
}
},
"required": [
"bank",
"country",
"report_date",
"total",
"rank",
"scores",
"changes"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}