🚨 Action Required: lite-api.jup.ag will be deprecated on 31st December 2025. View migration guide →
lite-api.jup.ag
cURL
curl --request GET \ --url https://api.jup.ag/send/v1/invite-history \ --header 'x-api-key: <api-key>'
{ "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 invite history of an address
Get API key via https://portal.jup.ag
x >= 1
Successful response
Show child attributes