# BIN/IP Checker

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

Validates and looks up information about a Bank Identification Number (BIN) or IP address to retrieve metadata such as card type, issuer, country, and network details

## Facts

- Endpoint: POST https://bb-misc.vercel.app/api/bin-ip-checker
- Price: $0.082669/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bin-ip-checker-de74deaf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9vKIYwo66YyybOLG7omJ3

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

Example prompt: Can you check this BIN number 424242 and tell me what card type, issuer, and country it belongs to?

## When to prefer this

Use this endpoint when you need quick card issuer/network metadata from a BIN prefix or IP geolocation data, particularly for fraud prevention workflows, payment routing, or user verification pipelines. Suitable for per-transaction enrichment at low per-call cost.

## Known failure modes

- Invalid BIN format returns an error response
- BIN not found in database returns empty or null result
- Invalid IP address format causes a 400-level error
- Service unavailable returns 5xx error
- Missing required input body returns validation error

## How this service works

BaseBuilder Misc API hub - 21 paid endpoints

## Output

Returns metadata about the provided BIN (e.g. card brand, issuer bank, card type, country of issue) or IP address (e.g. geolocation, ISP, organization), useful for fraud screening or payment routing decisions.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bin-ip-checker-de74deaf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bb-misc.vercel.app](https://www.zero.xyz/host/bb-misc.vercel.app/llms.txt)
