# BIN/IP Checker

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

Checks and validates a BIN (Bank Identification Number) or IP address, returning metadata about the card issuer or IP geolocation and risk data.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/bin-ip-checker
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bin-ip-checker-fd4555b0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U8zIAwagsDtph4kTLBq_w

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

Example prompt: Can you check what bank and card network issued the BIN 453998, and also tell me the country and any risk signals for this IP address 192.168.1.1?

## When to prefer this

Use this endpoint when you need to quickly validate or enrich a BIN number for card issuer identification or fraud screening, or when you need IP geolocation and risk data for a single lookup. Prefer this over building your own lookup tables when you need fresh, pay-per-call access without a subscription.

## Known failure modes

- Invalid BIN format returns error in result object
- Invalid IP address format returns error
- Unrecognized BIN returns empty or null data fields
- Network timeout results in failed payment with no data returned
- Malformed request body returns 400-level error

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing metadata about the queried BIN (bank name, card network, card type, country of issuance) and/or IP address (geolocation, ISP, risk indicators).

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