# KiteEndpoints.ai BIN Checker

> KiteEndpoints.ai BIN Checker is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Validates a bank identification number (BIN) to retrieve card type, issuing bank, and country information

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/bin-checker
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-bin-checker-a13a1b13
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lraZRX6iGhv5GpK_iNdun

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 kiteendpoints-ai-bin-checker-a13a1b13 -d '<json body>'
```

Example prompt: Can you look up the BIN 424242 for me and tell me what bank issued it, what card network it belongs to, and whether it's a debit or credit card?

## When to prefer this

Use this endpoint when you need quick, per-request BIN lookups without a subscription to a dedicated BIN database provider, and when you're already operating in a crypto-payment (USDC/Base) workflow. Best for low-to-moderate volume lookups where pay-per-call economics make sense over a monthly subscription.

## Known failure modes

- Invalid or unrecognized BIN returns empty or error result
- BIN database may not have records for all issuing banks or regions
- Newly issued BINs may not yet be indexed
- Network timeout or service unavailability returns error
- Payment failure on-chain prevents request from being processed

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns card metadata including the card network (Visa, Mastercard, Amex, etc.), card type (credit, debit, prepaid), card category, issuing bank name, and country of issuance associated with the given BIN prefix.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-bin-checker-a13a1b13/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
