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
amount
integer
required
Required range: x >= 0
order
string
required
user
string
required

Response

requestId
string
required
transaction
string
required