Skip to main content
GET
/
v1
/
options
/
last-trade
Get Options Last Trade
curl --request GET \
  --url https://api.aries.com/v1/options/last-trade \
  --header 'Authorization: Bearer <token>'
{
  "requestId": "c6f94e3d743860d032711055c19da4fe",
  "results": {
    "ticker": "O:AAPL230120C00150000",
    "conditions": [
      232
    ],
    "id": "2",
    "price": 0.01,
    "sequenceNumber": 0,
    "size": 2,
    "sipTimestamp": 1674248368870000000,
    "exchange": 308,
    "participantTimestamp": 1674248368870000000
  },
  "status": "OK"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ticker
string
required

Options ticker symbol

Example:

"O:AAPL230120C00150000"

Response

200 - application/json

Successful response

requestId
string

Unique request ID

results
object

Last options trade object

status
string

Status of the response