IsDelegate REST API
Simple REST API for checking if a wallet is authorized by a human
When to Use
Endpoint
GET https://zipwire.io/api/v1/is-delegate/{walletAddress}Request
Parameter
Type
Description
Response (Success)
{
"success": true,
"message": "IsDelegate attestation verified successfully",
"walletAddress": "0x775d3B494d98f123BecA7b186D7F472026EdCeA2",
"attestations": [
{
"attestationUid": "0x7e08febe71e51acbdcb1d2c6175fb36958594074bed0f1e85b12adc6274eb8b2",
"attestationExplorerUrl": "https://base.easscan.org/attestation/0x7e08febe71e51acbdcb1d2c6175fb36958594074bed0f1e85b12adc6274eb8b2",
"valid": true,
"pointsToHuman": true
}
]
}Response (No Attestations)
Example Usage
Notes
For Maximum Security
PreviousIsDelegate: Agent Delegation & AuthorizationNextThe "IsAHuman" Attestation: Purpose and Limitations
Last updated