{ "opencollection": "1.0.0", "info": { "name": "Kamino Public Airdrop Kamino Lend Repay API", "version": "1.0.0" }, "items": [ { "info": { "name": "Kamino Lend Repay", "type": "folder" }, "items": [ { "info": { "name": "Get transaction to repay debt of a klend reserve", "type": "http" }, "http": { "method": "POST", "url": "https://api.kamino.finance/ktx/klend/repay", "body": { "type": "json", "data": "{}" } }, "docs": "Repay a debt position for the specified Kamino Lend market reserve" }, { "info": { "name": "Get instructions to repay debt of a klend reserve", "type": "http" }, "http": { "method": "POST", "url": "https://api.kamino.finance/ktx/klend/repay-instructions", "body": { "type": "json", "data": "{}" } }, "docs": "Instructions to repay a debt position for the specified Kamino Lend market reserve. Additionally includes lookup tables to use to compress transaction size" } ] } ], "bundled": true }