Snapshots
GET {{baseUrl}}/v1beta1/options/snapshots?symbols=AAPL241220C00300000,AAPL240315C00225000
The snapshot endpoint for multiple contract symbol provides the latest trade, latest quote for each given symbol.
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
{"snapshots":{"AAPL240419P00140000":{"latest_trade":{"t":"2024-02-27T19:52:19.046610688Z","x":"U","p":0.14,"s":3,"c":"I"},"latest_quote":{"t":"2024-02-28T15:30:28.046330624Z","ax":"w","ap":0.16,"as":669,"bx":"W","bp":0.15,"bs":164,"c":"A"}},"TSLA240315C00065000":{"latest_trade":{"t":"2024-02-26T20:24:11.14375424Z","x":"C","p":134.52,"s":1,"c":"g"},"latest_quote":{"t":"2024-02-28T15:51:46.77116032Z","ax":"Z","ap":138.35,"as":23,"bx":"Z","bp":137.9,"bs":24,"c":" "}}}}