You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get audit event counts and Stellar transaction IDs
Delegations
Method
Endpoint
Auth
Description
POST
/delegations
—
Delegate voting power to another token holder
Verification
Method
Endpoint
Auth
Description
POST
/verification/generate
—
Generate a verification hash for a vote
POST
/verification/verify
—
Verify a vote using its hash
Admin
Method
Endpoint
Auth
Description
GET
/admin/rate-limit
Session
Get current rate limit settings
PATCH
/admin/rate-limit
Session
Update rate limit preset
GET
/admin/tokens-issued
Session
Total tokens issued across all ballots
Errors
AnonVote protocol errors are standardized in specs/errors.md. API implementations SHOULD return the protocol code in every error response and clients SHOULD branch on that code rather than on human-readable text.