Retrieve ETF options contracts with the highest trading volume. Identify most actively traded ETF options for liquidity analysis and discovery.
Use Case: Show which ETF options contracts have the highest volume to identify potential market-moving trades.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
200 OK with a JSON array of option contract details. Each item includes: symbol, underlyingSymbol, logoUrl, type, strike, expiry, volume, openInterest, lastPrice, change, changePercent, bid, ask, impliedVolatility.
The type field uses the API response codes: c for Call and P for Put.OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Maximum number of results (optional, default 10)
1 <= x <= 99Array of option contract details (symbol, underlyingSymbol, type, strike, expiry, volume, openInterest, lastPrice, change, changePercent, bid, ask, impliedVolatility, logoUrl).
Option contract symbol
Underlying stock or ETF symbol
URL to the underlying company or ETF logo
Option type returned by the API. c = Call; P = Put.
c, P Strike price
Expiration date
Trading volume
Open interest
Last trade price
Price change from previous close
Percentage change from previous close
Bid price
Ask price
Implied volatility