# CryptoPulse Crypto Debit Card & Spending Options by Country

> CryptoPulse Crypto Debit Card & Spending Options 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-14).

Returns the best crypto debit cards, merchant acceptance networks, and gift-card options available in a given country for spending crypto.

## Facts

- Endpoint: GET https://cryptopulse.theaslangroupllc.com/api/spend
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cryptopulse-crypto-debit-card-spending-options-by-country-65e2912a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W14cVoAZJWAMfD6zuXfed

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-debit-card-spending-options-by-country-65e2912a
```

Example prompt: What are the best crypto debit cards, merchant acceptance options, and gift card choices available in Mexico — I want to spend my crypto at everyday stores and online?

## When to prefer this

Use this endpoint when a user wants to spend crypto in the physical or online world via debit cards, merchant networks, or gift cards and needs country-specific recommendations. Prefer over generic exchange endpoints when the goal is spending/payments rather than trading or investing.

## Known failure modes

- Country not supported — no data available for requested jurisdiction
- Invalid or unrecognized country code/name
- No crypto debit cards currently available in specified country
- API payment not received (x402 payment required)
- Service temporarily unavailable or upstream data stale

## How this service works

Best crypto debit cards, merchant acceptance and gift-card options, by country. For crypto spending and payments agents.

## Output

A ranked list of crypto debit cards available in the specified country, including merchant acceptance network coverage, gift card options, fees, supported cryptocurrencies, and key differentiators to help choose the best card for spending.

## 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 | EU | AU | SG | CA | AE | BR | IN | JP | KR"
      },
      "use_case": {
       "type": "string",
       "description": "everyday-purchases | travel | online-shopping | bills | remittances"
      }
     }
    }
   },
   "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": {
  "top_card": "Coinbase Card",
  "cashback_crypto_pct": 4,
  "stablecoin_spending": "USDC on Base — instant, near-zero fees",
  "supported_countries": 40,
  "no_foreign_transaction_fee": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cryptopulse-crypto-debit-card-spending-options-by-country-65e2912a/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)
