Verification
Public developer endpoints for verifying user wallets against the Humanity Protocol's Proof-of-Humanity registry.
Returns whether the supplied wallet address is associated with a palm-verified Humanity Protocol user. This is the primary endpoint for dApps and services to integrate Proof-of-Humanity checks.
Authorizations
X-HP-API-KeystringRequired
Your developer API key for accessing public endpoints.
Query parameters
wallet_addressstringRequiredExample:
EIP-55 compliant wallet address to verify.
0xAb5801a7D398351b8bE11C439e05C5B3259aeC9BResponses
200
Wallet verification status retrieved successfully.
application/json
401
Unauthorized. The request lacks valid authentication credentials.
application/json
403
Forbidden. The server understood the request but refuses to authorize it.
application/json
404
Not Found. The requested resource could not be found.
application/json
get
/v1/human/verifyLast updated