# SixPath BIN/IP Lookup

> SixPath BIN/IP Lookup is a paid API for AI agents from sixpath.vercel.app, paid per call via x402, $0.100776/call, status unknown (last checked 2026-09-15).

Looks up information about a bank identification number (BIN) or IP address, returning metadata such as card issuer, country, and network details.

## Facts

- Endpoint: POST https://sixpath.vercel.app/api/bin-ip
- Price: $0.100776/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sixpath-bin-ip-lookup-327a1c1e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-SSlj79Qu2B-Jm8iHBqtU

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 sixpath-bin-ip-lookup-327a1c1e -d '<json body>'
```

Example prompt: Can you look up the BIN 424242 for me and tell me which bank issued it, what card brand it is, and what country it's from?

## When to prefer this

Use this endpoint when you need a combined BIN and IP lookup in a single pay-per-call API without requiring a subscription, especially when integrating with x402 micropayment flows on Base chain. Prefer alternatives with dedicated BIN databases if you need very high accuracy or freshness for large-scale fraud prevention.

## Known failure modes

- Invalid or unrecognized BIN returns empty or error response
- Private or reserved IP addresses may return no geolocation data
- Malformed input (non-numeric BIN, invalid IP format) returns 400 error
- Payment failure on Base chain prevents request from being processed
- BIN database may be outdated for newly issued card ranges

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns structured metadata for the queried BIN or IP address, including card brand, card type, issuing bank name, country of issuance, and network details for BINs; or geolocation data, ISP, and proxy/VPN flags for IP addresses.

## More

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