Getting Started

🚀 Quick Start Guide

Welcome to zPass! This guide will get you up and running with Web3's most comprehensive wallet intelligence platform in just a few minutes.


🎯 Integration Overview

zPass integration follows a simple 4-step process:

  • Sign Up Create your account at https://zpass.myzscore.ai.

  • Make Your First API Call Use the API Playground to test endpoints in seconds.

  • Get Your API Key Navigate to the API Analytics page and access your secure key.

  • Go Live Integrate the API into your app and start verifying wallets in production.


🚀 Step 1: Create Your Developer Account

Visit the zPass Portal

Navigate to our developer portal to begin your integration journey.

🌐 Portal URL: https://zpass.myzscore.ai

Sign Up Page

What You'll Need

  • Email Address: Your primary contact email

  • Secure Password: Use a strong, unique password

Account Types

Plan
Rate Limit
Features
Best For

Developer

1,000/month

Basic scoring

Testing & prototyping

Startup

10,000/month

Full analytics

Growing protocols

Enterprise

Custom

Custom models

Large-scale applications

💡 Tip: Start with the Developer plan for testing, then upgrade as you scale.


📧 Step 2: Email Verification

Check Your Inbox

After signing up, check your email for a verification message.

Email Verification

Verification Process

  1. Check Primary Inbox: Look for email from [email protected]

  2. Click Verification Link: Click the secure verification link

  3. Confirm Activation: You'll see a success message

Verification Timeline

  • Instant: Most verifications complete immediately

🔄 Didn't receive email?


🔑 Step 3: Access Your Dashboard

Login to Your Account

Once verified, log in to access your developer dashboard.

Dashboard Login

Dashboard Overview

You can access your API key in the API Analytics page, generated automatically.

Your dashboard provides:

📊 Usage Analytics

  • API call volume and trends

  • Performance metrics

📚 API Playground

  • Interactive API explorer

  • Integration Code examples

🎯 Wallets Explorer

  • Search and find wallets and wallet insights


🧪 Step 4: Make Your First API Call

Test Connection

Verify your integration with a simple API call:

Expected Response

{
  "wallet_address": "0x0598df9ef51616e9c015a4f17918507259b22baf",​
  "score": "50000000000000000000",​
  "proof": [​"0x1234567890abcdef..."]
  }
}

Response Validation

Verify your response contains:

  • ✅ Valid wallet address

  • ✅ Numeric zScore (0-1000)

  • ✅ Merkle proof for verification


🆘 Troubleshooting

Common Issues

401 Unauthorized

  • Check if your API key is correct

  • Ensure your key hasn't expired

  • Verify proper Authorization header format

429 Rate Limited

  • Implement exponential backoff

  • Check your rate limits in dashboard

  • Consider upgrading your plan

Invalid Wallet Address

  • Ensure address is properly formatted

  • Check if address is a valid Ethereum address

  • Verify checksum if using mixed case

Getting Help


🎯 Next Steps

Now that you're set up, explore advanced features:

  1. API Reference - Complete endpoint documentation

Ready to build something amazing? Your Web3 intelligence journey starts now! 🚀

Last updated