logo
Options

Get the options chain for a symbol

get
https://api.snaptrade.com/api/v1/accounts/{accountId}/optionsChain

Returns the option chain for the specified symbol in the specified account.

Path
accountIdstring (format: uuid)required
The ID of the account to get the options chain from.
Query
userIdstringrequired
SnapTrade User ID
userSecretstringrequired
SnapTrade User Secret (generated when registering user)
symbolstring (format: uuid)required
Universal symbol ID if symbol

Responses

Authorization
Request
Installation
$
npm install snaptrade-typescript-sdk
1
Loading...