Skip to main content
POST
Get instructions to withdraw from a kvault

Body

application/json
wallet
string<solana-base58-address>
required

User wallet address (base58) that will also sign the transaction

Required string length: 32 - 44
Example:

"KUMtRazMP7vwvc2kthnGZ9Cq6ZsGRiYC97snMYepNx9"

kvault
string<solana-base58-address>
required

Target Kamino vault address

Required string length: 32 - 44
Example:

"HDsayqAsDWy3QvANGqh2yNraqcD8Fnjgh73Mhb3WRS5E"

amount
string<decimal-positive-amount>
required

Amount to withdraw (in decimal format, not lamports), use U64::MAX to withdraw all

Example:

"0.1234"

Response

Default Response

instructions
object[]
required
lutsByAddress
object
required
Example: