Get a recent history of time-and-sales for the specified instruments
Authentication | Required |
HTTP Methods | GET |
Media Types | application/json |
Response Object | Market Data |
Response Type | Standard |
Name | Description | Required? | Type |
---|---|---|---|
instrument_ids | The instrument IDs for which to fetch time and sales. | Yes | NumberArray |
since_time | Only return time and sales occurring after the specified date. | No | DateTime* |
GET https://api.optionscity.com/timeandsales?instrument_ids=52541ff3e4b0ba9138
[ { "instrument_id" : 1, "price" : 6.25, "quantity" : 5, "side" : "Last", "timestamp" : "2019-02-22T13:30:30.413Z" } ]
* Date and time elements are ISO-8601 string representations