cURL
curl --request POST \ --url https://kamino.dial.to/api/v0/liquidity/{vaultAddress}/deposit \ --header 'Content-Type: application/json' \ --data ' { "type": "transaction", "account": "6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176" } '
{ "type": "transaction", "transaction": "<string>" }
Generate a transaction for depositing into Kamino’s liquidity vault.
Vault public key
The amount to use. Human-readable value, e.g. 0.1 SOL
x >= 0
2
The side of the vault to deposit to
A
B
transaction
"transaction"
The public key of the account that executes the transaction
"6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176"
OK
Was this page helpful?