# Blockbuster.ai BIN/IP Checker

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

Looks up metadata and geolocation/network details for a BIN (Bank Identification Number) or IP address

## Facts

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

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 blockbuster-ai-bin-ip-checker-bc573b7f -d '<json body>'
```

Example prompt: Can you look up the BIN 424242 and tell me what bank issued it, what card network it belongs to, and what country it's from?

## When to prefer this

Use this endpoint when you need to quickly identify the issuing bank, card network, or country for a payment card BIN, or when you need to geolocate/profile an IP address for fraud screening, routing logic, or data enrichment — especially when you want a single lightweight call paid via x402 micropayment rather than managing a subscription to a dedicated BIN/IP lookup service.

## Known failure modes

- Invalid or unrecognized BIN number returns empty or error data
- Malformed IP address input results in failed lookup
- BIN not found in database returns no results
- Network timeout on external BIN/IP data provider
- Missing or empty query parameter causes 400-level error

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a data object containing BIN details (issuing bank, card type, card network, country) or IP details (geolocation, ISP, organization, network type), plus a success boolean indicating whether the lookup succeeded.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

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