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