Skip to main content
POST
/
priceDeposit
priceDeposit
curl --request POST \
  --url https://lite-api.jup.ag/recurring/v1/priceDeposit \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": 1,
  "order": "<string>",
  "user": "<string>"
}'
{
  "requestId": "<string>",
  "transaction": "<string>"
}

Body

application/json

DEPRECATED: Price-based recurring orders are deprecated

amount
integer
required
Required range: x >= 0
order
string
required

Base-58 account which is the Recurring Order account

user
string
required

Response

Deposit transaction created successfully

requestId
string
required

Required to make a request to /execute

transaction
string
required

Unsigned base-64 encoded transaction

I