Skip to main content
GET
/
orders
/
status
/
{orderPubkey}
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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

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

Path Parameters

orderPubkey
string
required

Order account public key

Minimum string length: 1

Response

Latest status for an order with event history

orderPubkey
string
required
status
string
required
latestEventType
string
required
latestSignature
string
required
externalOrderId
string
required
orderId
string
required
history
object[]
required