Wallet Aggregator: Managing Multiple Wallets
1.1 Wallet Aggregator Overview
1.2 GET /wallets
Request
curl -X GET "https://api.capsurelabs.com/wallets?user_id=12345&limit=10" -H "Authorization: Bearer <token>"Response
{
"status": "success",
"wallets": [
{
"wallet_id": "1",
"name": "Main Wallet",
"balance": "3.5 ETH",
"network": "Ethereum"
},
{
"wallet_id": "2",
"name": "Savings Wallet",
"balance": "1.2 BTC",
"network": "Bitcoin"
}
]
}1.3 POST /wallets/add
Request
Response
1.4 GET /wallets/{wallet_id}/balance
Request
Response
1.5 POST /wallets/{wallet_id}/transfer
Request
Response
1.6 GET /wallets/sync
Request
Response
1.7 Aggregating Balances with JavaScript (Node.js)
Postman Collection
PreviousChain Interoperability Tool: Building Cross-Chain ApplicationsNextDecentralized Identity Manager: Access Control and Management
Last updated
