WYRR
Powered by On-Chain Reputation

Verify Anyone's Digital Identity Instantly

Look up trust scores, credentials, and reputation history for any DID or wallet address. Built on WYRR's on-chain reputation protocol.

Verification Plans

From single lookups to enterprise-grade API access. Choose the plan that fits your needs.

Per Check

$0.50per verification
  • Single address lookup
  • Trust score & tier
  • Basic credential check
  • Instant results
MOST POPULAR

Monthly

$99/month
  • Unlimited verifications
  • Full credential details
  • Reputation history
  • CSV bulk upload
  • API access (10K calls)
  • Email support

Enterprise

$499/month
  • Everything in Monthly
  • Unlimited API calls
  • Webhook integrations
  • Custom scoring rules
  • SLA guarantee
  • Dedicated support
  • White-label option

API Documentation

Integrate trust verification into your application with our simple REST API.

curl -X GET "https://api.wyrr.me/v1/verify/0x742d...5bD08" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "did": "did:wyrr:polygon:0x742d...5bD08",
  "trustScore": 847,
  "tier": "Platinum",
  "verified": true,
  "credentials": [...],
  "badges": ["Early Adopter", "Staker", ...],
  "reputationHistory": [...]
}

Get Your API Key

Sign up for free and get 100 verification credits to start.

Bulk Verification

Upload a CSV file with wallet addresses or DIDs to verify multiple identities at once. Results are returned as a downloadable report.