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/trades \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": 123, "ownerPubkey": "<string>", "marketId": "<string>", "message": "<string>", "timestamp": 123, "action": "buy", "side": "yes", "eventTitle": "<string>", "marketTitle": "<string>", "amountUsd": "<string>", "priceUsd": "<string>", "eventImageUrl": "<string>", "eventId": "<string>" } ] }
Get recent filled trades across all markets
Get API key via https://developers.jup.ag/portal
Recent order_filled events
Show child attributes
Was this page helpful?