Deposit
Lend Borrow
Deposit
Execute a deposit transaction for the specified vault and amount
POST
Deposit
Path Parameters
Vault ID to interact with. Use the Jupiter https://lite-api.jup.ag/lend/v1/borrow/vaults endpoint to list available vaults.
Required range:
x >= 1Example:
1
Query Parameters
Position ID to interact with. If not provided, a new position will be created.
Required range:
x >= 0Example:
2433
Amount to deposit or withdraw.
Required range:
x >= 0Percentage to deposit or withdraw (0-100). Takes priority over amount.
Required range:
0 <= x <= 100Example:
10
Body
application/json
The public key of the account that executes the transaction
Example:
"6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176"