# BIN/IP Checker

> BIN/IP Checker is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Looks up details for a Bank Identification Number (BIN) or IP address to return card/bank info or geolocation data

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/bin-ip-checker
- 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/bin-ip-checker-726d4d64
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZEoH7Wf64C7DELD2a3Svs

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 bin-ip-checker-726d4d64 -d '<json body>'
```

Example prompt: Can you check the BIN 411111 for me and tell me what bank issued it, what type of card it is, and what country it's from?

## When to prefer this

Use this endpoint when you need a quick, pay-per-request BIN or IP lookup without committing to a subscription-based fraud/geolocation service. Ideal for low-volume or sporadic lookups, or when you want to pay in USDC on Base chain. Prefer dedicated fraud platforms for high-volume or real-time transaction screening.

## Known failure modes

- Invalid or non-existent BIN returns an error or empty result
- IP address not found in geolocation database
- Malformed input (non-numeric BIN, invalid IP format) causes a 400-level error
- Payment failure or insufficient USDC balance returns HTTP 402
- Rate limiting or service unavailability may return 429 or 503

## 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 structured data about the queried BIN (bank name, card brand, card type such as credit/debit, card level, issuing country) or IP address (geolocation including country, region, city, ISP). Wrapped in a result object with a data field.

## 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/bin-ip-checker-726d4d64/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
