Signed IP Geolocation Presence Verification Oracle

Use when an agent needs to prove or check that a server or client node resides in a specific regulatory jurisdiction.

Try it OpenAPI

Call

POST https://statepulse-api.hahavoid0.workers.dev/location/verify-presence
{
  "ip": "8.8.8.8",
  "expected_country": "US"
}

AgentCash command

npx agentcash@latest fetch https://statepulse-api.hahavoid0.workers.dev/location/verify-presence -m POST -b '{"ip":"8.8.8.8","expected_country":"US"}'

Not for

Do not use as a general IP routing traceroute tool.