The Jupiter Developer Platform is live. Previous portal users keep their rate limits for free until 30 June 2026 — set up billing on the new platform before then. See the Migration Guide for details.
cURL
curl --request GET \ --url https://api.jup.ag/prediction/v1/orders/status/{orderPubkey} \ --header 'x-api-key: <api-key>'
{ "orderPubkey": "<string>", "status": "<string>", "latestEventType": "<string>", "latestSignature": "<string>", "externalOrderId": "<string>", "orderId": "<string>", "history": [ { "eventType": "<string>", "status": "<string>", "rawStatus": "<string>", "timestamp": 123, "signature": "<string>", "externalOrderId": "<string>", "orderId": "<string>" } ] }
Get the latest status and history for an order
Get API key via https://developers.jup.ag/portal
Order account public key
1
Latest status for an order with event history
Show child attributes
Was this page helpful?