Skip to main content
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,
      "action": "buy",
      "side": "yes",
      "eventTitle": "<string>",
      "marketTitle": "<string>",
      "amountUsd": "<string>",
      "priceUsd": "<string>",
      "eventImageUrl": "<string>",
      "eventId": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Get API key via https://portal.jup.ag

Response

200 - application/json

Recent order_filled events

data
object[]
required