# KiteEndpoints.ai - BIN/IP Lookup

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

Looks up geographic and network information for an IP address or BIN (Bank Identification Number) prefix

## Facts

- Endpoint: POST https://kite-endpoints.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-7be53f80
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CsL6KDwJJXj6qII4sJ_nH

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-7be53f80 -d '<json body>'
```

Example prompt: Can you look up the geolocation and ISP details for IP address 185.220.101.42?

## When to prefer this

Use this endpoint when you need quick, pay-per-request IP geolocation or BIN card metadata without committing to a subscription. Suitable for fraud detection enrichment, user analytics, or payment validation workflows where occasional lookups are needed and USDC micropayments on Base are acceptable.

## Known failure modes

- Invalid or private/reserved IP address returns no meaningful geolocation data
- Unknown or too-short BIN prefix returns empty or null bank details
- Malformed input returns a 400-level error
- Rate limiting or payment failure returns a 402 or 429 response

## 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 a structured object containing geolocation data (country, region, city, coordinates, ISP, ASN) for an IP address, or card metadata (issuing bank name, card brand, card type, country of issue) for a BIN prefix, depending on the input provided.

## 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-7be53f80/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)
