Skip to main content
POST
/
craft-send
craft-send
curl --request POST \
  --url https://lite-api.jup.ag/send/v1/craft-send \
  --header 'Content-Type: application/json' \
  --data '{
  "inviteSigner": "<string>",
  "sender": "<string>",
  "amount": "<string>",
  "mint": "<string>"
}'
{
  "tx": "<string>",
  "expiry": "<string>",
  "totalFeeLamports": "<string>"
}

Body

application/json
inviteSigner
string
required
sender
string
required
amount
string
required
mint
string

Response

tx
string
required
expiry
string
required
totalFeeLamports
string
required