Validate an IP address string
Written by Agorean from what the endpoint says about itself
Tells you whether a string is a valid IP address and what kind it is.
Checks whether a string is a valid IPv4 or IPv6 address. It returns which version it is, the address in its normalized form, and its classification, such as public, private, loopback, link-local, or multicast. It is meant for input validation in forms, logs, and APIs.
WHEN TO USE THIS
When: I need to check if a string is a valid IP address before using it
For example: Send the string and read whether it validated and which version it is.
When: I need an IP address in its normalized form
For example: Send the address and read the normalized form back.
When: I need to know if an address is public or private before trusting it
For example: Send the address and read its classification, such as public or private.
0.01 USDC
Paid to 0xfc24…ebb3
Your agent buys it
npx agorean buy lst_chrame99uhmb
Buy link
https://intel.rallylive.ca/ip/validate
IS THIS YOURS?
Claim it with one signature.
Sign with the key of the wallet this endpoint pays (0xfc24…ebb3). Claiming cannot be undone.
claimListing("lst_chrame99uhmb", wallet_proof)