# Get instructions to deposit into a klend reserve Instructions to deposit tokens into the specified Kamino Lend market reserve. Additionally includes lookup tables to use to compress transaction size Endpoint: POST /ktx/klend/deposit-instructions Version: 1.0.0 ## Request fields (application/json): - `wallet` (string, required) User wallet address (base58) that will also sign the transaction Example: "KUMtRazMP7vwvc2kthnGZ9Cq6ZsGRiYC97snMYepNx9" - `market` (string, required) Target Kamino Lend market address Example: "7u3HeHxYDLhnCoErrtycNokbQYbWGzLs6JSDqGAv5PfF" - `reserve` (string, required) Target Kamino Lend Reserve address. The reserve must belong to the specified market Example: "D6q6wuQSrifJKZYpR1M8R4YawnLDtDsMmWM1NbBmgJ59" - `amount` (string, required) Amount of liquidity token to deposit (in decimal format, not lamports) Example: "0.1234" ## Response 200 fields (application/json): - `instructions` (array, required) - `instructions.accounts` (array, required) Example: [{"address":"9y7uLMUMW6EiRwH1aJFSp9Zka7dVx2JdZKA3858u6YHT","role":"WRITABLE_SIGNER","signer":{"address":"9y7uLMUMW6EiRwH1aJFSp9Zka7dVx2JdZKA3858u6YHT"}}] - `instructions.accounts.address` (string, required) Example: "9y7uLMUMW6EiRwH1aJFSp9Zka7dVx2JdZKA3858u6YHT" - `instructions.accounts.role` (string, required) Example: "WRITABLE_SIGNER" - `instructions.accounts.signer` (object) Example: {"address":"9y7uLMUMW6EiRwH1aJFSp9Zka7dVx2JdZKA3858u6YHT"} - `instructions.data` (any, required) Example: "8iPGiVLh8rYA4fUFAAAAAA==" - `instructions.programAddress` (string, required) Example: "KvauGMspG5k6rtzrqqn7WNn3oZdyKqLKwK2XWQ8FLjd" - `lutsByAddress` (object, required) Example: {"9p2oT9J6BojHigd3V5qXzrwsQf4dtgMgLxtrzLVR3rwu":["sadmBTQm5HJsyzWHEjV4YwG9CiahZKVDVqAyS4Wx1zH","HDsayqAsDWy3QvANGqh2yNraqcD8Fnjgh73Mhb3WRS5E","EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"]} ## Response 400 fields (application/json): - `statusCode` (number, required) HTTP error code Example: 400 - `message` (string, required) Error message describing the issue - `error` (string, required) Short description of the http status code Example: "Bad Request" - `code` (any) Kamino error code