Quick Setup
- Get API Access To get started with our APIs, you’ll need to obtain authentication credentials. Visit our Authentication Guide for detailed instructions.
-
Choose Your Environment
Production API endpoint:
Test environment endpoint:
-
Make Your First API Call
Try creating your first stake transaction using the Unified API (no funds required):
This will return an unsigned transaction that you can review without committing any funds.
Integration Steps
1. Authentication Setup
- Follow our Authentication Guide to get your API token
- Use JWT authentication for all API calls
- Include token in Authorization header
2. Choose Your Product
- Unified API: Start here for multi-chain integration
- Staking API: Direct staking operations
- Restaking API: Enhanced yield opportunities
- DVT Staking API: Distributed validation
- Data API: Analytics and monitoring
3. Test Your Integration
- Use test networks for initial development
- Validate responses and error handling
- Monitor rate limits and usage
4. Go Live
- Switch to production endpoints
- Configure network-specific parameters
- Set up monitoring and alerts