Every one of the world's 100 largest banks scored on a single Bitcoin or digital
Every one of the world's 100 largest banks scored on a single Bitcoin or digital-asset activity, ranked best to worst. Pass an activity in the path: custody, spot trading, ETF access, derivatives, margin lending, stablecoins, ETP issuance, blockchain infrastructure, tokenization, yield, balance-sheet holdings, licences, underwriting, advocacy, on-chain transparency or adoption depth. Answers: which banks actually offer this today. Free /activities lists all 16; 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/activity/:name
| Category | Market data |
|---|---|
| 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 | 458 ms |
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"name": "{name}"
},
"queryParams": {
"name": "custody"
},
"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": "Activity name; plain words resolve. GET /activities lists all 16.",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"activity": {
"description": "Matched activity key",
"type": "string"
},
"average": {
"description": "Mean score on this activity across the 100 banks",
"type": "number"
},
"definition": {
"description": "What this activity measures",
"type": "string"
},
"ranking": {
"description": "Banks ranked on this activity: rank, bank, country, score",
"type": "array"
},
"report_date": {
"description": "Date of the report, YYYY-MM-DD",
"type": "string"
}
},
"required": [
"activity",
"definition",
"report_date",
"average",
"ranking"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}