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.
Mint and verify soulbound NFT course completion certificates on-chain.
GET /api/v2/certificates
Authorization: Bearer <jwt_access_token>
{ "success": true, "data": [ { "id": "cert-uuid-1", "courseId": "7a3e9c12-3456-4abc-8def-1234567890ab", "courseTitle": "Solidity Smart Contract Development", "studentName": "John Doe", "issuedAt": "2026-08-20T14:30:00.000Z", "certificateNumber": "LW-2026-9812", "nftTokenId": "104", "transactionHash": "0x4a9b...71c2", "viewUrl": "https://learnway.xyz/certificates/LW-2026-9812", "metadataUri": "ipfs://QmXyz..." } ] }
POST /api/v2/certificates/claim
{ "courseId": "7a3e9c12-3456-4abc-8def-1234567890ab", "studentName": "Johnathan Doe" }
{ "success": true, "data": { "certificateId": "cert-uuid-1", "certificateNumber": "LW-2026-9812", "status": "MINTING", "message": "Certificate minting has been queued on Lisk L2." } }