Verification

Public developer endpoints for verifying user wallets against the Humanity Protocol's Proof-of-Humanity registry.

Verify Wallet Address

get
/v1/human/verify

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_addressstringRequired

EIP-55 compliant wallet address to verify.

Example: 0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B
Responses
200

Wallet verification status retrieved successfully.

application/json
get
/v1/human/verify

Last updated