# CryptoPulse Crypto-Friendly Banking by Country

> CryptoPulse Crypto-Friendly Banking by Country is a paid API for AI agents from cryptopulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Returns a country-specific list of crypto-friendly banks, neobanks, and fiat on/off-ramp services that work with cryptocurrency

## Facts

- Endpoint: GET https://cryptopulse.theaslangroupllc.com/api/banking
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cryptopulse-crypto-friendly-banking-by-country-4b7252a7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x1hLemlkRJGCZsh1k5Xv2

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability cryptopulse-crypto-friendly-banking-by-country-4b7252a7
```

Example prompt: Which crypto-friendly banks and neobanks actually work for buying and selling crypto in Mexico — including both fiat on-ramps and off-ramps?

## When to prefer this

Use this endpoint when an agent or user needs to identify which banks, neobanks, or fiat on/off-ramp services in a specific country are compatible with cryptocurrency operations — especially when helping users move between fiat and crypto. Prefer over generic web search when you need curated, crypto-specific banking intelligence organized by jurisdiction.

## Known failure modes

- Unsupported or unrecognized country code returns empty result or error
- Country has no known crypto-friendly banking options, returning minimal results
- Stale data if a bank's crypto policy has recently changed
- Rate limiting or payment failure if USDC payment is not processed correctly

## How this service works

Crypto-friendly banks, neobanks and on/off-ramps that actually work with crypto, by country. For crypto and fintech agents.

## Output

A structured list of crypto-compatible banks, neobanks, and on/off-ramp services for the specified country, including which platforms are available, what crypto operations they support, and relevant notes for crypto and fintech use cases.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "country": {
       "type": "string",
       "description": "US | UK | DE | SG | AU | CA | AE | CH | BR | IN"
      },
      "profile": {
       "type": "string",
       "description": "personal | business | trader | high-volume"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "avoid": [
   "Chase (debanks crypto businesses)"
  ],
  "top_banks": [
   {
    "name": "Mercury",
    "country": "US",
    "features": [
     "No fees",
     "USDC integration"
    ],
    "crypto_friendly": true
   },
   {
    "name": "Revolut",
    "country": "UK/EU",
    "features": [
     "Buy/sell in-app",
     "Crypto transfer"
    ]
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cryptopulse-crypto-friendly-banking-by-country-4b7252a7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptopulse.theaslangroupllc.com](https://www.zero.xyz/host/cryptopulse.theaslangroupllc.com/llms.txt)
