Skip to main content

priceDeposit

POST 

https://lite-api.jup.ag/recurring/v1/priceDeposit

Request for a base64-encoded unsigned price-based recurring order deposit transaction to be used in POST /recurring/v1/execute

note

Request

Bodyrequired

    amountint64required

    Possible values: >= 0

    orderstringrequired

    Base-58 account which is the Recurring Order account

    userstringrequired

Responses

Deposit transaction created successfully

Schema
    requestIdstringrequired

    Required to make a request to /execute

    transactionstringrequired

    Unsigned base-64 encoded transaction

curl -L 'https://lite-api.jup.ag/recurring/v1/priceDeposit' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"amount": 0,
"order": "string",
"user": "string"
}'
Request Collapse all
Base URL
https://lite-api.jup.ag/recurring/v1
Body required
{
  "amount": 0,
  "order": "string",
  "user": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!