Latest trades

GET {{baseUrl}}/v1beta1/options/trades/latest?symbols=AAPL241220C00300000,AAPL240315C00225000

The latest multi trades endpoint provides the latest historical trade data for multiple given contract symbols.

Request Params

KeyDatatypeRequiredDescription
symbolsstring(Required) Comma separated list of contract symbols with a limit of 100.
feedstringThe source feed of the data. opra is the official OPRA feed, indicative is a free indicative feed where trades are delayed and quotes are modified. Default: opra if the user has a subscription, indicative otherwise.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"trades":{"AAPL250321C00190000":{"t":"2024-02-28T15:26:12.728701696Z","x":"B","p":17.15,"s":900,"c":"e"}}}