Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query on-chain smart wallet balances, link external addresses, and gasless transaction handling.
GET /api/v2/blockchain/user/:userId/balance
Authorization: Bearer <jwt_access_token>
{ "success": true, "data": { "userId": "550e8400-e29b-41d4-a716-446655440000", "walletAddress": "0x71C...3921", "network": "Lisk L2", "chainId": 1135, "xpTokenBalance": "1450.0", "gemTokenBalance": "120.0", "nativeEthBalance": "0.005", "nftBadgesCount": 4 } }
POST /api/v2/blockchain/link-wallet
{ "walletAddress": "0x89205A3A3b2A69De6Dbf7f01ED13B2108B2c43e7", "signature": "0x304502210089...", "message": "Sign this message to link your wallet to LearnWay: nonce-92812" }
{ "success": true, "data": { "linkedAddress": "0x89205A3A3b2A69De6Dbf7f01ED13B2108B2c43e7" }, "message": "External wallet linked successfully" }