options_chain
ActiveTool of WingmanProtocol Agent Gateway
Options contracts for a symbol — BYOK Alpaca only (requires an options-enabled key). Returns {ok, symbol, count, contracts:[{symbol,type,strike,expiration,open_interest}]}.
Parameters schema
{
"type": "object",
"required": [
"symbol"
],
"properties": {
"type": {
"type": "string",
"description": "call|put (optional)"
},
"limit": {
"type": "integer",
"description": "max contracts (default 100)"
},
"handle": {
"type": "string"
},
"secret": {
"type": "string"
},
"symbol": {
"type": "string",
"description": "underlying ticker"
},
"key_ref": {
"type": "string"
},
"expiration": {
"type": "string",
"description": "YYYY-MM-DD filter (optional)"
},
"alpaca_key_id": {
"type": "string"
},
"alpaca_secret": {
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries