Wallet Management
Overview
Quick Start
# Create a new wallet
curl -X POST https://api.bloclabs.com/v1/wallets/create \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"type": "mpc",
"network": "ethereum",
"label": "My First Wallet"
}'Wallet Types
1. MPC Wallet (Recommended)
2. HD Wallet
3. Watch Wallet
Common Operations
Checking Wallet Balance
Sending Transactions
Get Transaction Status
Error Handling
Best Practices
Security
Performance
Next Steps
Last updated