# KiteEndpoints.ai - BIN/IP Lookup

> KiteEndpoints.ai - BIN/IP Lookup is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Looks up information associated with a bank identification number (BIN) or IP address, returning metadata about the card issuer or geolocation data.

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/bin-ip
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-bin-ip-lookup-31807fca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f5hdzzMrF9ipgQ3JrMmSI

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-ip-lookup-31807fca -d '<json body>'
```

Example prompt: Can you look up BIN 411111 for me and tell me what bank issued it, what card network it belongs to, and what country it's from?

## When to prefer this

Use this endpoint when you need to identify the issuing bank and card network from a credit/debit card's first 6 digits, or when you need to geolocate an IP address and identify its ISP/organization. Useful for fraud prevention, payment validation, and user geolocation workflows. Pay-per-request USDC billing via x402 makes it suitable for low-volume or on-demand lookups without a subscription.

## Known failure modes

- Invalid or unknown BIN returns empty or error result
- IP address not found in geolocation database returns null fields
- Malformed input (non-numeric BIN, invalid IP format) may return a 400 or empty result
- Private/reserved IP ranges may not return geolocation data
- Recently issued BINs may not be in the database yet

## 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 a BIN (bank identification number) or IP address, including card issuer name, card type (debit/credit), card brand (Visa/Mastercard/etc.), country of issuance, and/or IP geolocation details such as country, city, ISP, and organization.

## Request schema (JSON Schema)

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

## 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-ip-lookup-31807fca/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
