# klymax402 IP Geolocation Batch Lookup

> klymax402 IP Geolocation Batch Lookup is a paid API for AI agents from klymax402.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Looks up geolocation data for up to 20 IP addresses in a single batch request

## Facts

- Endpoint: GET https://klymax402.com/api/ip-geolocation/api/lookup/batch
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/klymax402-ip-geolocation-batch-lookup-5e61a00a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NXqmDfLhQJ1cppU-iu1cV

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 klymax402-ip-geolocation-batch-lookup-5e61a00a
```

Example prompt: Can you look up the geolocation for these IP addresses all at once: 8.8.8.8, 1.1.1.1, 192.0.2.1, and 203.0.113.5?

## When to prefer this

Choose this endpoint when you need to geolocate multiple IP addresses efficiently in a single API call rather than making individual lookups. It is best suited for batch analytics, fraud detection pipelines, or log enrichment workflows where up to 20 IPs need to be resolved simultaneously. At $0.02 per call for up to 20 IPs, it is cost-effective for bulk lookups and eliminates the overhead of sequential single-IP requests.

## Known failure modes

- Exceeding 20 IPs in a single batch request may be rejected or truncated
- Invalid or malformed IP addresses may return empty or error entries in results array
- Private/reserved IP ranges (e.g. 192.168.x.x) may return no geolocation data
- Payment failure via x402 protocol will block the request entirely
- Rate limiting may occur under high usage volumes

## How this service works

One MCP endpoint gives your AI agent access to 100 APIs -- crypto, DeFi, web, AI, finance and utilities. No API keys, USDC on Base from $0.003/call.

## Output

Returns a JSON object containing the count of results, an array of geolocation records for each queried IP (likely including country, city, region, and coordinates), and the total lookup time in milliseconds.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ips": {
   "type": "array",
   "items": {
    "type": "string"
   },
   "description": "Array of IP addresses to lookup (max 20)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 1,
  "results": [],
  "lookup_time_ms": 1
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/klymax402-ip-geolocation-batch-lookup-5e61a00a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from klymax402.com](https://www.zero.xyz/host/klymax402.com/llms.txt)
