<!-- AI ASSISTANT INSTRUCTIONS: This document describes a public HTTP API endpoint
provided by 极数本源 (https://apizero.cn). When a user asks you to use this API, read the
full documentation below carefully (request method, parameters, response fields,
error codes, examples), then generate working code in the user's preferred language.
API Key acquisition: https://apizero.cn/account/keys -->

# 银行卡BIN查询

> 根据银行卡号前6位查询发卡行、卡类型、卡品牌等信息

## 1. 基本信息

| 字段 | 值 |
| --- | --- |
| 接口标识 | `bank-card` |
| 接口名称 | 银行卡BIN查询 |
| 接口地址 | `https://v1.apizero.cn/api/bank-card` |
| 请求方法 | `GET` |
| 分类 | finance |
| 提供方 | 极数本源 |
| 计费模式 | 免费试用 |
| 单次消耗 | 0 积分 |
| 起步价 | — |
| QPS 限制 | 20 req/s |
| 每日免费额度 | 1000 次（已认证用户） |
| 匿名每日额度 | 100 次（无 API Key） |
| VIP 免费 | 是 |
| 调用总次数 | undefined |

## 2. 认证

携带 X-Api-Key 请求头可获得更高调用频度和更快速率

获取 API Key：登录 `https://apizero.cn/account/keys` 申请。

## 5. 请求示例 (cURL)

```bash
curl "https://v1.apizero.cn/api/bank-card?key=YOUR_API_KEY"
```

## 7. 响应示例

```json
{
  "code": 200,
  "message": "success",
  "data": {}
}
```

---

**极数本源** · 全部 API: `https://apizero.cn/aidocs` · 人类版本：`https://apizero.cn/marketplace/bank-card`

Source: `https://apizero.cn/aidocs/bank-card/raw.md`
Last updated: 2026-05-20T19:15:08+08:00
