Futures Contracts Snapshot
GET
/futures/vX/snapshot
Futures REST access is currently in beta and coming soon.
Retrieve real-time snapshots for a set of futures contracts, including key market data such as the latest trade, quote, session metrics (open, high, low, close, volume), and settlement prices. This endpoint returns the most up-to-date view of contract activity, filtered by ticker or product code, and supports custom sorting and pagination for efficient data access.
Use Cases: Real-time trading systems, intraday market analysis, performance monitoring, and portfolio valuation.
Plan Accessloading..
Plan
Recency
Real-time
Not included
10-minute delayed
10-minute delayed
Real-time
Real-time
Real-time
Real-time
Real-time
Plan Recencyloading..
Plan HistoryNot applicable to this endpoint
Query Parameters
product_code
string
The code for the contracts' underlying product.
ticker
string
The futures contract identifier, including the base symbol and contract expiration (e.g., ESZ24 for the December 2024 S&P 500 E-mini contract).
limit
integer
Limit the maximum number of results returned. Defaults to '100' if not specified. The maximum allowed limit is '50000'.
sort
string
A comma separated list of sort columns. For each column, append '.asc' or '.desc' to specify the sort direction. The sort column defaults to 'ticker' if not specified. The sort order defaults to 'asc' if not specified.
Response Attributes
next_url
string
optional
If present, this value can be used to fetch the next page.
request_id
string
A request id assigned by the server.
results
array (object)
The results for this request.
details
object
optional
last_minute
object
optional
last_quote
object
optional
last_trade
object
optional
session
object
optional
status
enum (OK)
The status of this request's response.
Code Examples
Query URL
GET
loading...Run query unavailable
Create account or sign in to Massive
Scroll to see updated query response
Response Object