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
Key | Datatype | Required | Description |
---|---|---|---|
symbols | string | (Required) Comma separated list of contract symbols with a limit of 100. | |
feed | string | The 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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"trades":{"AAPL250321C00190000":{"t":"2024-02-28T15:26:12.728701696Z","x":"B","p":17.15,"s":900,"c":"e"}}}