POST
/
v0
/
liquidity
/
{strategyAddress}
/
deposit
Liquidity Vault Deposit
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"
}

Path Parameters

strategyAddress
string
default:BLP7UHUg1yNry94Qk3sM8pAfEyDhTZirwFghw9DoBjn7
required

Strategy public key

Query Parameters

amount
number
default:2
required

The amount to use. Human readable value, e.g. 0.1 SOL

Required range: x >= 0
Example:

2

side
enum<string>
default:A

The side of the strategy to deposit to

Available options:
A,
B
Examples:

"A"

Body

application/json

Response

200 - application/json

OK

The response is of type object.