Skip to main content
POST
/
v0
/
liquidity
/
{vaultAddress}
/
deposit
Liquidity Vault Deposit
curl --request POST \
  --url https://kamino.dial.to/api/v0/liquidity/{vaultAddress}/deposit \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "transaction",
  "account": "6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176"
}
'
{
  "type": "<unknown>",
  "transaction": "<string>",
  "links": {
    "next": {
      "type": "<string>",
      "href": "<string>"
    }
  },
  "dialectExperimental": {
    "reference": "<string>"
  }
}

Path Parameters

vaultAddress
string
default:BLP7UHUg1yNry94Qk3sM8pAfEyDhTZirwFghw9DoBjn7
required

Vault public key

Query Parameters

amount
number
default:0.1
required

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

Required range: x >= 0
side
enum<string>
default:A

The side of the vault to deposit to

Available options:
A,
B

Body

application/json
type
enum<string>
default:transaction
required
Available options:
transaction
account
string
default:6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176
required

The public key of the account that executes the transaction

Response

200 - application/json

OK

type
any
required
transaction
string
required
dialectExperimental
object