TESTNET
API REFERENCE

SPECTRE API Documentation

Integrate Sybil-proof identity verification into your project. Use for ZK-DID based bot blocking, airdrops, and DAO governance.

Base URL
url
http://34.230.54.201:3001
Quick Start Example
bash
# ZK-DID Verification (bot blocking)
curl -X POST http://34.230.54.201:3001/zkdid/verify \
  -H "Content-Type: application/json" \
  -d '{"nullifier_commitment": "YOUR_NULLIFIER"}'

# Chain status
curl http://34.230.54.201:3001/chain/status