# Coockies.ai BIN/IP Checker

> Coockies.ai BIN/IP Checker is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.171152/call, status unknown (last checked 2026-09-15).

Looks up metadata and geolocation information for a given IP address or BIN (Bank Identification Number) via a pay-per-call API

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/bin-ip-checker
- Price: $0.171152/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-bin-ip-checker-3adb7738
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iB3HCcseOsG-WZhppphlk

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 coockies-ai-bin-ip-checker-3adb7738 -d '<json body>'
```

Example prompt: Can you check what bank and country are associated with BIN 411111 or tell me the geolocation and ISP for IP address 8.8.8.8?

## When to prefer this

Use this endpoint when you need a single pay-per-call lookup for IP geolocation or credit card BIN data without a subscription. Ideal for fraud detection pipelines, KYC enrichment, or ad-hoc card issuer checks on the Base chain with USDC micropayments.

## Known failure modes

- Invalid IP address format returns error
- Invalid BIN (fewer than 6 digits) returns error
- Unknown BIN not in database returns empty or null data
- Network timeout returns 5xx error
- Insufficient USDC balance blocks the x402 payment and call fails

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing IP geolocation data (country, city, ISP, coordinates) and/or BIN metadata (issuing bank name, card network, card type, country of issue) depending on the input provided.

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