Paid IP intelligence endpoint returning normalized geolocation and ASN data for
Paid IP intelligence endpoint returning normalized geolocation and ASN data for a single IPv4 or IPv6 address.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
530 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://ip402.xyz/v1/geo
| Category | Everything else |
|---|---|
| Provider host | ip402.xyz |
| Networks | eip155:5042, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 5 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 530 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"ip": "8.8.8.8",
"lang": "en"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"bundle": {
"description": "Optional: pay n x $0.01 once (2 <= n <= 100) and receive n lookup credits (1 hour TTL) bound to the paying wallet, spendable via SIWX signatures. Example: bundle=5 costs $0.05.",
"examples": [
5
],
"type": "integer"
},
"ip": {
"description": "IPv4 or IPv6 address to classify and enrich.",
"examples": [
"8.8.8.8",
"2001:4860:4860::8888"
],
"type": "string"
},
"lang": {
"default": "en",
"description": "Optional response language for localized GeoIP names.",
"examples": [
"en",
"zh-CN"
],
"type": "string"
}
},
"required": [
"ip"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data_source": {
"type": "object"
},
"geo": {
"type": [
"object",
"null"
]
},
"ip": {
"type": "string"
},
"ip_version": {
"type": "integer"
},
"network": {
"type": [
"object",
"null"
]
},
"resolution_status": {
"type": "string"
},
"schema_version": {
"type": "integer"
},
"scope": {
"type": "string"
}
},
"required": [
"schema_version",
"ip",
"ip_version",
"scope",
"resolution_status",
"data_source",
"geo",
"network"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}