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,
"eventTitle": "<string>",
"marketTitle": "<string>",
"amountUsd": "<string>",
"priceUsd": "<string>",
"eventImageUrl": "<string>",
"eventId": "<string>"
}
]
}Profile & Social
Get Trades
Get recent filled trades across all markets
GET
/
trades
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,
"eventTitle": "<string>",
"marketTitle": "<string>",
"amountUsd": "<string>",
"priceUsd": "<string>",
"eventImageUrl": "<string>",
"eventId": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://dev.jup.ag/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Get API key via https://developers.jup.ag/portal
Response
200 - application/json
Recent order_filled events
Show child attributes
Show child attributes
Was this page helpful?
⌘I
