cURL
curl --request GET \ --url https://lite-api.jup.ag/send/v1/pending-invites
{ "invites": [ { "invite_signer": "<string>", "invite_pda": "<string>", "sender": "<string>", "expiry": "<string>", "amount": "<string>", "creation_tx": "<string>", "deletion_tx": "<string>", "receiver": "<string>", "action": "<string>", "creation_time": "<string>", "deletion_time": "<string>", "mint": "<string>", "confirmed": 123 } ], "hasMoreData": true }
Request for the pending invites of an address
x >= 1
Successful response
Show child attributes