snaptrade-typescript-sdk 9.0.178 → 9.0.180

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Connect brokerage accounts to your app for live positions and trading
8
8
 
9
- [![npm](https://img.shields.io/badge/npm-v9.0.178-blue)](https://www.npmjs.com/package/snaptrade-typescript-sdk/v/9.0.178)
9
+ [![npm](https://img.shields.io/badge/npm-v9.0.180-blue)](https://www.npmjs.com/package/snaptrade-typescript-sdk/v/9.0.180)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
11
11
 
12
12
  </div>
@@ -48,7 +48,6 @@ Connect brokerage accounts to your app for live positions and trading
48
48
  * [`snaptrade.experimentalEndpoints.getUserAccountOrderDetailV2`](#snaptradeexperimentalendpointsgetuseraccountorderdetailv2)
49
49
  * [`snaptrade.experimentalEndpoints.getUserAccountOrdersV2`](#snaptradeexperimentalendpointsgetuseraccountordersv2)
50
50
  * [`snaptrade.experimentalEndpoints.getUserAccountRecentOrdersV2`](#snaptradeexperimentalendpointsgetuseraccountrecentordersv2)
51
- * [`snaptrade.options.getUserAccountOptionQuotes`](#snaptradeoptionsgetuseraccountoptionquotes)
52
51
  * [`snaptrade.options.listOptionHoldings`](#snaptradeoptionslistoptionholdings)
53
52
  * [`snaptrade.referenceData.getCurrencyExchangeRatePair`](#snaptradereferencedatagetcurrencyexchangeratepair)
54
53
  * [`snaptrade.referenceData.getPartnerInfo`](#snaptradereferencedatagetpartnerinfo)
@@ -67,6 +66,7 @@ Connect brokerage accounts to your app for live positions and trading
67
66
  * [`snaptrade.trading.getCryptocurrencyPairQuote`](#snaptradetradinggetcryptocurrencypairquote)
68
67
  * [`snaptrade.trading.getOptionImpact`](#snaptradetradinggetoptionimpact)
69
68
  * [`snaptrade.trading.getOrderImpact`](#snaptradetradinggetorderimpact)
69
+ * [`snaptrade.trading.getUserAccountOptionQuotes`](#snaptradetradinggetuseraccountoptionquotes)
70
70
  * [`snaptrade.trading.getUserAccountQuotes`](#snaptradetradinggetuseraccountquotes)
71
71
  * [`snaptrade.trading.placeBracketOrder`](#snaptradetradingplacebracketorder)
72
72
  * [`snaptrade.trading.placeCryptoOrder`](#snaptradetradingplacecryptoorder)
@@ -871,7 +871,7 @@ Enable dark mode for the connection portal. Defaults to false.
871
871
 
872
872
  ##### connectionPortalVersion: `string`<a id="connectionportalversion-string"></a>
873
873
 
874
- Sets the connection portal version to render. Currently only v4 is supported and is the default. All other versions are deprecated and will automatically be set to v4.
874
+ Sets the connection portal version to render. Currently only `v4` is supported and is the default. All other versions are deprecated and will automatically be set to v4.
875
875
 
876
876
  #### 🔄 Return<a id="🔄-return"></a>
877
877
 
@@ -1436,49 +1436,6 @@ Defaults to true. Indicates if request should fetch only executed orders. Set to
1436
1436
  ---
1437
1437
 
1438
1438
 
1439
- ### `snaptrade.options.getUserAccountOptionQuotes`<a id="snaptradeoptionsgetuseraccountoptionquotes"></a>
1440
-
1441
- Returns a quote for a single option contract. The option contract is specified using in the 21 character OCC format. For example `AAPL 251114C00240000` represents a call option on AAPL expiring on 2025-11-14 with a strike price of $240. For more information on the OCC format, see [here](https://en.wikipedia.org/wiki/Option_symbol#OCC_format)
1442
- **Note:** These are derived values and are not suitable for trading purposes.
1443
-
1444
-
1445
- #### 🛠️ Usage<a id="🛠️-usage"></a>
1446
-
1447
- ```typescript
1448
- const getUserAccountOptionQuotesResponse =
1449
- await snaptrade.options.getUserAccountOptionQuotes({
1450
- userId: "snaptrade-user-123",
1451
- userSecret: "adf2aa34-8219-40f7-a6b3-60156985cc61",
1452
- accountId: "917c8734-8470-4a3e-a18f-57c3f2ee6631",
1453
- symbol: "AAPL 251219C00150000",
1454
- });
1455
- ```
1456
-
1457
- #### ⚙️ Parameters<a id="⚙️-parameters"></a>
1458
-
1459
- ##### userId: `string`<a id="userid-string"></a>
1460
-
1461
- ##### userSecret: `string`<a id="usersecret-string"></a>
1462
-
1463
- ##### accountId: `string`<a id="accountid-string"></a>
1464
-
1465
- ##### symbol: `string`<a id="symbol-string"></a>
1466
-
1467
- The OCC-formatted option symbol.
1468
-
1469
- #### 🔄 Return<a id="🔄-return"></a>
1470
-
1471
- [OptionQuote](./models/option-quote.ts)
1472
-
1473
- #### 🌐 Endpoint<a id="🌐-endpoint"></a>
1474
-
1475
- `/accounts/{accountId}/quotes/options` `GET`
1476
-
1477
- [🔙 **Back to Table of Contents**](#table-of-contents)
1478
-
1479
- ---
1480
-
1481
-
1482
1439
  ### `snaptrade.options.listOptionHoldings`<a id="snaptradeoptionslistoptionholdings"></a>
1483
1440
 
1484
1441
  Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions).
@@ -2136,6 +2093,49 @@ The price at which a stop order is triggered for `Stop` and `StopLimit` orders.
2136
2093
  ---
2137
2094
 
2138
2095
 
2096
+ ### `snaptrade.trading.getUserAccountOptionQuotes`<a id="snaptradetradinggetuseraccountoptionquotes"></a>
2097
+
2098
+ Returns a quote for a single option contract. The option contract is specified using in the 21 character OCC format. For example `AAPL 251114C00240000` represents a call option on AAPL expiring on 2025-11-14 with a strike price of $240. For more information on the OCC format, see [here](https://en.wikipedia.org/wiki/Option_symbol#OCC_format)
2099
+ **Note:** These are derived values and are not suitable for trading purposes.
2100
+
2101
+
2102
+ #### 🛠️ Usage<a id="🛠️-usage"></a>
2103
+
2104
+ ```typescript
2105
+ const getUserAccountOptionQuotesResponse =
2106
+ await snaptrade.trading.getUserAccountOptionQuotes({
2107
+ userId: "snaptrade-user-123",
2108
+ userSecret: "adf2aa34-8219-40f7-a6b3-60156985cc61",
2109
+ accountId: "917c8734-8470-4a3e-a18f-57c3f2ee6631",
2110
+ symbol: "AAPL 251219C00150000",
2111
+ });
2112
+ ```
2113
+
2114
+ #### ⚙️ Parameters<a id="⚙️-parameters"></a>
2115
+
2116
+ ##### userId: `string`<a id="userid-string"></a>
2117
+
2118
+ ##### userSecret: `string`<a id="usersecret-string"></a>
2119
+
2120
+ ##### accountId: `string`<a id="accountid-string"></a>
2121
+
2122
+ ##### symbol: `string`<a id="symbol-string"></a>
2123
+
2124
+ The OCC-formatted option symbol.
2125
+
2126
+ #### 🔄 Return<a id="🔄-return"></a>
2127
+
2128
+ [OptionQuote](./models/option-quote.ts)
2129
+
2130
+ #### 🌐 Endpoint<a id="🌐-endpoint"></a>
2131
+
2132
+ `/accounts/{accountId}/quotes/options` `GET`
2133
+
2134
+ [🔙 **Back to Table of Contents**](#table-of-contents)
2135
+
2136
+ ---
2137
+
2138
+
2139
2139
  ### `snaptrade.trading.getUserAccountQuotes`<a id="snaptradetradinggetuseraccountquotes"></a>
2140
2140
 
2141
2141
  Returns quotes from the brokerage for the specified symbols and account.
@@ -709,7 +709,7 @@ export declare class AccountInformationApiGenerated extends BaseAPI {
709
709
  * @throws {RequiredError}
710
710
  * @memberof AccountInformationApiGenerated
711
711
  */
712
- getAccountActivities(requestParameters: AccountInformationApiGetAccountActivitiesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaginatedUniversalActivity, any>>;
712
+ getAccountActivities(requestParameters: AccountInformationApiGetAccountActivitiesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PaginatedUniversalActivity, any, {}>>;
713
713
  /**
714
714
  * **Deprecated, please use the account-specific holdings endpoint instead.** List all accounts for the user, plus balances, positions, and orders for each account.
715
715
  * @summary List all accounts for the user, plus balances, positions, and orders for each account.
@@ -719,7 +719,7 @@ export declare class AccountInformationApiGenerated extends BaseAPI {
719
719
  * @throws {RequiredError}
720
720
  * @memberof AccountInformationApiGenerated
721
721
  */
722
- getAllUserHoldings(requestParameters: AccountInformationApiGetAllUserHoldingsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountHoldings[], any>>;
722
+ getAllUserHoldings(requestParameters: AccountInformationApiGetAllUserHoldingsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountHoldings[], any, {}>>;
723
723
  /**
724
724
  * Returns a list of balances for the account. Each element of the list has a distinct currency. Some brokerages like Questrade [allows holding multiple currencies in the same account](https://www.questrade.com/learning/questrade-basics/balances-and-reports/understanding-your-account-balances). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don\'t, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
725
725
  * @summary List account balances
@@ -728,7 +728,7 @@ export declare class AccountInformationApiGenerated extends BaseAPI {
728
728
  * @throws {RequiredError}
729
729
  * @memberof AccountInformationApiGenerated
730
730
  */
731
- getUserAccountBalance(requestParameters: AccountInformationApiGetUserAccountBalanceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Balance[], any>>;
731
+ getUserAccountBalance(requestParameters: AccountInformationApiGetUserAccountBalanceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Balance[], any, {}>>;
732
732
  /**
733
733
  * Returns account detail known to SnapTrade for the specified account. Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don\'t, the data is cached and refreshed once a day. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
734
734
  * @summary Get account detail
@@ -737,7 +737,7 @@ export declare class AccountInformationApiGenerated extends BaseAPI {
737
737
  * @throws {RequiredError}
738
738
  * @memberof AccountInformationApiGenerated
739
739
  */
740
- getUserAccountDetails(requestParameters: AccountInformationApiGetUserAccountDetailsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Account, any>>;
740
+ getUserAccountDetails(requestParameters: AccountInformationApiGetUserAccountDetailsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Account, any, {}>>;
741
741
  /**
742
742
  * Returns the detail of a single order using the external order ID provided in the request body. This endpoint only works for single-leg orders at this time. Support for multi-leg orders will be added in the future. This endpoint is always realtime and does not rely on cached data. This endpoint only returns orders placed through SnapTrade. In other words, orders placed outside of the SnapTrade network are not returned by this endpoint.
743
743
  * @summary Get account order detail
@@ -746,7 +746,7 @@ export declare class AccountInformationApiGenerated extends BaseAPI {
746
746
  * @throws {RequiredError}
747
747
  * @memberof AccountInformationApiGenerated
748
748
  */
749
- getUserAccountOrderDetail(requestParameters: AccountInformationApiGetUserAccountOrderDetailRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrderRecord, any>>;
749
+ getUserAccountOrderDetail(requestParameters: AccountInformationApiGetUserAccountOrderDetailRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrderRecord, any, {}>>;
750
750
  /**
751
751
  * Returns a list of recent orders in the specified account. Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don\'t, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
752
752
  * @summary List account orders
@@ -755,7 +755,7 @@ export declare class AccountInformationApiGenerated extends BaseAPI {
755
755
  * @throws {RequiredError}
756
756
  * @memberof AccountInformationApiGenerated
757
757
  */
758
- getUserAccountOrders(requestParameters: AccountInformationApiGetUserAccountOrdersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrderRecord[], any>>;
758
+ getUserAccountOrders(requestParameters: AccountInformationApiGetUserAccountOrdersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrderRecord[], any, {}>>;
759
759
  /**
760
760
  * Returns a list of stock/ETF/crypto/mutual fund positions in the specified account. For option positions, please use the [options endpoint](/reference/Options/Options_listOptionHoldings). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don\'t, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
761
761
  * @summary List account positions
@@ -764,7 +764,7 @@ export declare class AccountInformationApiGenerated extends BaseAPI {
764
764
  * @throws {RequiredError}
765
765
  * @memberof AccountInformationApiGenerated
766
766
  */
767
- getUserAccountPositions(requestParameters: AccountInformationApiGetUserAccountPositionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Position[], any>>;
767
+ getUserAccountPositions(requestParameters: AccountInformationApiGetUserAccountPositionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Position[], any, {}>>;
768
768
  /**
769
769
  * A lightweight endpoint that returns the latest page of orders placed in the last 24 hours in the specified account. For most brokerages, the default page size is 100 meaning the endpoint will return a max of 100 orders. This endpoint is realtime and can be used to quickly check if account state has recently changed due to an execution, or check status of recently placed orders Differs from /orders in that it is always realtime, and only checks the last 24 hours By default only returns executed orders, but that can be changed by setting *only_executed* to false
770
770
  * @summary List account recent orders (last 24 hours only)
@@ -773,7 +773,7 @@ export declare class AccountInformationApiGenerated extends BaseAPI {
773
773
  * @throws {RequiredError}
774
774
  * @memberof AccountInformationApiGenerated
775
775
  */
776
- getUserAccountRecentOrders(requestParameters: AccountInformationApiGetUserAccountRecentOrdersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RecentOrdersResponse, any>>;
776
+ getUserAccountRecentOrders(requestParameters: AccountInformationApiGetUserAccountRecentOrdersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RecentOrdersResponse, any, {}>>;
777
777
  /**
778
778
  * Returns a list of rate of return percents for a given account. Will include timeframes available from the brokerage, for example \"ALL\", \"1Y\", \"6M\", \"3M\", \"1M\"
779
779
  * @summary List account rate of returns
@@ -782,7 +782,7 @@ export declare class AccountInformationApiGenerated extends BaseAPI {
782
782
  * @throws {RequiredError}
783
783
  * @memberof AccountInformationApiGenerated
784
784
  */
785
- getUserAccountReturnRates(requestParameters: AccountInformationApiGetUserAccountReturnRatesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RateOfReturnResponse, any>>;
785
+ getUserAccountReturnRates(requestParameters: AccountInformationApiGetUserAccountReturnRatesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RateOfReturnResponse, any, {}>>;
786
786
  /**
787
787
  * Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don\'t, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
788
788
  * @summary List account holdings
@@ -791,7 +791,7 @@ export declare class AccountInformationApiGenerated extends BaseAPI {
791
791
  * @throws {RequiredError}
792
792
  * @memberof AccountInformationApiGenerated
793
793
  */
794
- getUserHoldings(requestParameters: AccountInformationApiGetUserHoldingsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountHoldingsAccount, any>>;
794
+ getUserHoldings(requestParameters: AccountInformationApiGetUserHoldingsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountHoldingsAccount, any, {}>>;
795
795
  /**
796
796
  * Returns all brokerage accounts across all connections known to SnapTrade for the authenticated user. Please note that this data is cached and only refreshed once a day. Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, real-time data can be fetched using the [update account details endpoint](/reference/Account%20Information/AccountInformation_getUserAccountDetails). - If you don\'t, the data is cached and refreshed once a day. If you need real-time, use the [manual refresh endpoint](/reference/Connections/Connections_refreshBrokerageAuthorization).
797
797
  * @summary List accounts
@@ -800,7 +800,7 @@ export declare class AccountInformationApiGenerated extends BaseAPI {
800
800
  * @throws {RequiredError}
801
801
  * @memberof AccountInformationApiGenerated
802
802
  */
803
- listUserAccounts(requestParameters: AccountInformationApiListUserAccountsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Account[], any>>;
803
+ listUserAccounts(requestParameters: AccountInformationApiListUserAccountsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Account[], any, {}>>;
804
804
  /**
805
805
  * Updates various properties of a specified account.
806
806
  * @summary Update details of an investment account
@@ -809,5 +809,5 @@ export declare class AccountInformationApiGenerated extends BaseAPI {
809
809
  * @throws {RequiredError}
810
810
  * @memberof AccountInformationApiGenerated
811
811
  */
812
- updateUserAccount(requestParameters: AccountInformationApiUpdateUserAccountRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Account[], any>>;
812
+ updateUserAccount(requestParameters: AccountInformationApiUpdateUserAccountRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Account[], any, {}>>;
813
813
  }
@@ -55,5 +55,5 @@ export declare class ApiStatusApiGenerated extends BaseAPI {
55
55
  * @throws {RequiredError}
56
56
  * @memberof ApiStatusApiGenerated
57
57
  */
58
- check(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Status, any>>;
58
+ check(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Status, any, {}>>;
59
59
  }
@@ -202,7 +202,7 @@ export declare class AuthenticationApiGenerated extends BaseAPI {
202
202
  * @throws {RequiredError}
203
203
  * @memberof AuthenticationApiGenerated
204
204
  */
205
- deleteSnapTradeUser(requestParameters: AuthenticationApiDeleteSnapTradeUserRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteUserResponse, any>>;
205
+ deleteSnapTradeUser(requestParameters: AuthenticationApiDeleteSnapTradeUserRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteUserResponse, any, {}>>;
206
206
  /**
207
207
  * Returns a list of all registered user IDs. Please note that the response is not currently paginated.
208
208
  * @summary List all users
@@ -210,7 +210,7 @@ export declare class AuthenticationApiGenerated extends BaseAPI {
210
210
  * @throws {RequiredError}
211
211
  * @memberof AuthenticationApiGenerated
212
212
  */
213
- listSnapTradeUsers(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string[], any>>;
213
+ listSnapTradeUsers(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string[], any, {}>>;
214
214
  /**
215
215
  * Authenticates a SnapTrade user and returns the Connection Portal URL used for connecting brokerage accounts. Please check [this guide](/docs/implement-connection-portal) for how to integrate the Connection Portal into your app. Please note that the returned URL expires in 5 minutes.
216
216
  * @summary Generate Connection Portal URL
@@ -219,7 +219,7 @@ export declare class AuthenticationApiGenerated extends BaseAPI {
219
219
  * @throws {RequiredError}
220
220
  * @memberof AuthenticationApiGenerated
221
221
  */
222
- loginSnapTradeUser(requestParameters: AuthenticationApiLoginSnapTradeUserRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthenticationLoginSnapTradeUser200Response, any>>;
222
+ loginSnapTradeUser(requestParameters: AuthenticationApiLoginSnapTradeUserRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthenticationLoginSnapTradeUser200Response, any, {}>>;
223
223
  /**
224
224
  * Registers a new SnapTrade user under your Client ID. A user secret will be automatically generated for you and must be properly stored in your system. Most SnapTrade operations require a user ID and user secret to be passed in as parameters.
225
225
  * @summary Register user
@@ -228,7 +228,7 @@ export declare class AuthenticationApiGenerated extends BaseAPI {
228
228
  * @throws {RequiredError}
229
229
  * @memberof AuthenticationApiGenerated
230
230
  */
231
- registerSnapTradeUser(requestParameters: AuthenticationApiRegisterSnapTradeUserRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserIDandSecret, any>>;
231
+ registerSnapTradeUser(requestParameters: AuthenticationApiRegisterSnapTradeUserRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserIDandSecret, any, {}>>;
232
232
  /**
233
233
  * Rotates the secret for a SnapTrade user. You might use this if `userSecret` is compromised. Please note that if you call this endpoint and fail to save the new secret, you\'ll no longer be able to access any data for this user, and your only option will be to delete and recreate the user, then ask them to reconnect.
234
234
  * @summary Rotate user secret
@@ -237,5 +237,5 @@ export declare class AuthenticationApiGenerated extends BaseAPI {
237
237
  * @throws {RequiredError}
238
238
  * @memberof AuthenticationApiGenerated
239
239
  */
240
- resetSnapTradeUserSecret(requestParameters: AuthenticationApiResetSnapTradeUserSecretRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserIDandSecret, any>>;
240
+ resetSnapTradeUserSecret(requestParameters: AuthenticationApiResetSnapTradeUserSecretRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserIDandSecret, any, {}>>;
241
241
  }
@@ -441,7 +441,7 @@ export declare class ConnectionsApiGenerated extends BaseAPI {
441
441
  * @throws {RequiredError}
442
442
  * @memberof ConnectionsApiGenerated
443
443
  */
444
- deleteConnection(requestParameters: ConnectionsApiDeleteConnectionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteConnectionConfirmation, any>>;
444
+ deleteConnection(requestParameters: ConnectionsApiDeleteConnectionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteConnectionConfirmation, any, {}>>;
445
445
  /**
446
446
  * Returns a single connection for the specified ID.
447
447
  * @summary Get connection detail
@@ -450,7 +450,7 @@ export declare class ConnectionsApiGenerated extends BaseAPI {
450
450
  * @throws {RequiredError}
451
451
  * @memberof ConnectionsApiGenerated
452
452
  */
453
- detailBrokerageAuthorization(requestParameters: ConnectionsApiDetailBrokerageAuthorizationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BrokerageAuthorization, any>>;
453
+ detailBrokerageAuthorization(requestParameters: ConnectionsApiDetailBrokerageAuthorizationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BrokerageAuthorization, any, {}>>;
454
454
  /**
455
455
  * Manually force the specified connection to become disabled. This should only be used for testing a reconnect flow, and never used on production connections. Will trigger a disconnect as if it happened naturally, and send a [`CONNECTION_BROKEN` webhook](/docs/webhooks#webhooks-connection_broken) for the connection. This endpoint is available on test keys. If you would like it enabled on production keys as well, please contact support as it is disabled by default.
456
456
  * @summary Force disable connection
@@ -459,7 +459,7 @@ export declare class ConnectionsApiGenerated extends BaseAPI {
459
459
  * @throws {RequiredError}
460
460
  * @memberof ConnectionsApiGenerated
461
461
  */
462
- disableBrokerageAuthorization(requestParameters: ConnectionsApiDisableBrokerageAuthorizationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BrokerageAuthorizationDisabledConfirmation, any>>;
462
+ disableBrokerageAuthorization(requestParameters: ConnectionsApiDisableBrokerageAuthorizationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BrokerageAuthorizationDisabledConfirmation, any, {}>>;
463
463
  /**
464
464
  * Returns a list of all connections for the specified user. Note that `Connection` and `Brokerage Authorization` are interchangeable, but the term `Connection` is preferred and used in the doc for consistency. A connection is usually tied to a single login at a brokerage. A single connection can contain multiple brokerage accounts. SnapTrade performs de-duping on connections for a given user. If the user has an existing connection with the brokerage, when connecting the brokerage with the same credentials, SnapTrade will return the existing connection instead of creating a new one.
465
465
  * @summary List all connections
@@ -468,7 +468,7 @@ export declare class ConnectionsApiGenerated extends BaseAPI {
468
468
  * @throws {RequiredError}
469
469
  * @memberof ConnectionsApiGenerated
470
470
  */
471
- listBrokerageAuthorizations(requestParameters: ConnectionsApiListBrokerageAuthorizationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BrokerageAuthorization[], any>>;
471
+ listBrokerageAuthorizations(requestParameters: ConnectionsApiListBrokerageAuthorizationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BrokerageAuthorization[], any, {}>>;
472
472
  /**
473
473
  * Trigger a holdings update for all accounts under this connection. Updates will be queued asynchronously. [`ACCOUNT_HOLDINGS_UPDATED` webhook](/docs/webhooks#webhooks-account_holdings_updated) will be sent once the sync completes for each account under the connection. This endpoint will also trigger a transaction sync for the past day if one has not yet occurred. **Because of the cost of refreshing a connection, each call to this endpoint incurs an additional charge. You can find the exact cost for your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing)**
474
474
  * @summary Refresh holdings for a connection
@@ -477,7 +477,7 @@ export declare class ConnectionsApiGenerated extends BaseAPI {
477
477
  * @throws {RequiredError}
478
478
  * @memberof ConnectionsApiGenerated
479
479
  */
480
- refreshBrokerageAuthorization(requestParameters: ConnectionsApiRefreshBrokerageAuthorizationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BrokerageAuthorizationRefreshConfirmation, any>>;
480
+ refreshBrokerageAuthorization(requestParameters: ConnectionsApiRefreshBrokerageAuthorizationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BrokerageAuthorizationRefreshConfirmation, any, {}>>;
481
481
  /**
482
482
  * Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted.
483
483
  * @summary Delete connection
@@ -486,7 +486,7 @@ export declare class ConnectionsApiGenerated extends BaseAPI {
486
486
  * @throws {RequiredError}
487
487
  * @memberof ConnectionsApiGenerated
488
488
  */
489
- removeBrokerageAuthorization(requestParameters: ConnectionsApiRemoveBrokerageAuthorizationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
489
+ removeBrokerageAuthorization(requestParameters: ConnectionsApiRemoveBrokerageAuthorizationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
490
490
  /**
491
491
  * Returns a list of rate of return percents for a given connection. Will include timeframes available from the brokerage, for example \"ALL\", \"1Y\", \"6M\", \"3M\", \"1M\"
492
492
  * @summary List connection rate of returns
@@ -495,7 +495,7 @@ export declare class ConnectionsApiGenerated extends BaseAPI {
495
495
  * @throws {RequiredError}
496
496
  * @memberof ConnectionsApiGenerated
497
497
  */
498
- returnRates(requestParameters: ConnectionsApiReturnRatesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RateOfReturnResponse, any>>;
498
+ returnRates(requestParameters: ConnectionsApiReturnRatesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RateOfReturnResponse, any, {}>>;
499
499
  /**
500
500
  * Returns a list of session events associated with a user.
501
501
  * @summary Get all session events for a user
@@ -504,5 +504,5 @@ export declare class ConnectionsApiGenerated extends BaseAPI {
504
504
  * @throws {RequiredError}
505
505
  * @memberof ConnectionsApiGenerated
506
506
  */
507
- sessionEvents(requestParameters: ConnectionsApiSessionEventsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<import("../models").SessionEvent[], any>>;
507
+ sessionEvents(requestParameters: ConnectionsApiSessionEventsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<import("../models").SessionEvent[], any, {}>>;
508
508
  }
@@ -269,7 +269,7 @@ export declare class ExperimentalEndpointsApiGenerated extends BaseAPI {
269
269
  * @throws {RequiredError}
270
270
  * @memberof ExperimentalEndpointsApiGenerated
271
271
  */
272
- getAccountBalanceHistory(requestParameters: ExperimentalEndpointsApiGetAccountBalanceHistoryRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountValueHistoryResponse, any>>;
272
+ getAccountBalanceHistory(requestParameters: ExperimentalEndpointsApiGetAccountBalanceHistoryRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountValueHistoryResponse, any, {}>>;
273
273
  /**
274
274
  * Returns the detail of a single order using the brokerage order ID provided as a path parameter. The V2 order response format includes all legs of the order in the `legs` list field. If the order is single legged, `legs` will be a list of one leg. This endpoint is always realtime and does not rely on cached data. This endpoint only returns orders placed through SnapTrade. In other words, orders placed outside of the SnapTrade network are not returned by this endpoint.
275
275
  * @summary Get account order detail (V2)
@@ -278,7 +278,7 @@ export declare class ExperimentalEndpointsApiGenerated extends BaseAPI {
278
278
  * @throws {RequiredError}
279
279
  * @memberof ExperimentalEndpointsApiGenerated
280
280
  */
281
- getUserAccountOrderDetailV2(requestParameters: ExperimentalEndpointsApiGetUserAccountOrderDetailV2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrderRecordV2, any>>;
281
+ getUserAccountOrderDetailV2(requestParameters: ExperimentalEndpointsApiGetUserAccountOrderDetailV2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrderRecordV2, any, {}>>;
282
282
  /**
283
283
  * Returns a list of recent orders in the specified account. The V2 order response format will include all legs of each order in the `legs` list field. If the order is single legged, `legs` will be a list of one leg. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
284
284
  * @summary List account orders v2
@@ -287,7 +287,7 @@ export declare class ExperimentalEndpointsApiGenerated extends BaseAPI {
287
287
  * @throws {RequiredError}
288
288
  * @memberof ExperimentalEndpointsApiGenerated
289
289
  */
290
- getUserAccountOrdersV2(requestParameters: ExperimentalEndpointsApiGetUserAccountOrdersV2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrdersV2Response, any>>;
290
+ getUserAccountOrdersV2(requestParameters: ExperimentalEndpointsApiGetUserAccountOrdersV2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrdersV2Response, any, {}>>;
291
291
  /**
292
292
  * A lightweight endpoint that returns a list of orders executed in the last 24 hours in the specified account using the V2 order format. This endpoint is realtime and can be used to quickly check if account state has recently changed due to an execution, or check status of recently placed orders. Differs from /orders in that it is realtime, and only checks the last 24 hours as opposed to the last 30 days. By default only returns executed orders, but that can be changed by setting *only_executed* to false. **Because of the cost of realtime requests, each call to this endpoint incurs an additional charge. You can find the exact cost for your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing)**
293
293
  * @summary List account recent orders (V2, last 24 hours only)
@@ -296,5 +296,5 @@ export declare class ExperimentalEndpointsApiGenerated extends BaseAPI {
296
296
  * @throws {RequiredError}
297
297
  * @memberof ExperimentalEndpointsApiGenerated
298
298
  */
299
- getUserAccountRecentOrdersV2(requestParameters: ExperimentalEndpointsApiGetUserAccountRecentOrdersV2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrdersV2Response, any>>;
299
+ getUserAccountRecentOrdersV2(requestParameters: ExperimentalEndpointsApiGetUserAccountRecentOrdersV2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountOrdersV2Response, any, {}>>;
300
300
  }
@@ -1,24 +1,12 @@
1
1
  import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
2
2
  import { Configuration } from '../configuration';
3
3
  import { RequestArgs, BaseAPI } from '../base';
4
- import { OptionQuote } from '../models';
5
4
  import { OptionsPosition } from '../models';
6
5
  /**
7
6
  * OptionsApi - axios parameter creator
8
7
  * @export
9
8
  */
10
9
  export declare const OptionsApiAxiosParamCreator: (configuration?: Configuration) => {
11
- /**
12
- * Returns a quote for a single option contract. The option contract is specified using in the 21 character OCC format. For example `AAPL 251114C00240000` represents a call option on AAPL expiring on 2025-11-14 with a strike price of $240. For more information on the OCC format, see [here](https://en.wikipedia.org/wiki/Option_symbol#OCC_format) **Note:** These are derived values and are not suitable for trading purposes.
13
- * @summary Get option quote
14
- * @param {string} userId
15
- * @param {string} userSecret
16
- * @param {string} accountId
17
- * @param {string} symbol The OCC-formatted option symbol.
18
- * @param {*} [options] Override http request option.
19
- * @throws {RequiredError}
20
- */
21
- getUserAccountOptionQuotes: (userId: string, userSecret: string, accountId: string, symbol: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
22
10
  /**
23
11
  * Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don\'t, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
24
12
  * @summary List account option positions
@@ -35,14 +23,6 @@ export declare const OptionsApiAxiosParamCreator: (configuration?: Configuration
35
23
  * @export
36
24
  */
37
25
  export declare const OptionsApiFp: (configuration?: Configuration) => {
38
- /**
39
- * Returns a quote for a single option contract. The option contract is specified using in the 21 character OCC format. For example `AAPL 251114C00240000` represents a call option on AAPL expiring on 2025-11-14 with a strike price of $240. For more information on the OCC format, see [here](https://en.wikipedia.org/wiki/Option_symbol#OCC_format) **Note:** These are derived values and are not suitable for trading purposes.
40
- * @summary Get option quote
41
- * @param {OptionsApiGetUserAccountOptionQuotesRequest} requestParameters Request parameters.
42
- * @param {*} [options] Override http request option.
43
- * @throws {RequiredError}
44
- */
45
- getUserAccountOptionQuotes(requestParameters: OptionsApiGetUserAccountOptionQuotesRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OptionQuote>>;
46
26
  /**
47
27
  * Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don\'t, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
48
28
  * @summary List account option positions
@@ -57,14 +37,6 @@ export declare const OptionsApiFp: (configuration?: Configuration) => {
57
37
  * @export
58
38
  */
59
39
  export declare const OptionsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
60
- /**
61
- * Returns a quote for a single option contract. The option contract is specified using in the 21 character OCC format. For example `AAPL 251114C00240000` represents a call option on AAPL expiring on 2025-11-14 with a strike price of $240. For more information on the OCC format, see [here](https://en.wikipedia.org/wiki/Option_symbol#OCC_format) **Note:** These are derived values and are not suitable for trading purposes.
62
- * @summary Get option quote
63
- * @param {OptionsApiGetUserAccountOptionQuotesRequest} requestParameters Request parameters.
64
- * @param {*} [options] Override http request option.
65
- * @throws {RequiredError}
66
- */
67
- getUserAccountOptionQuotes(requestParameters: OptionsApiGetUserAccountOptionQuotesRequest, options?: AxiosRequestConfig): AxiosPromise<OptionQuote>;
68
40
  /**
69
41
  * Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don\'t, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
70
42
  * @summary List account option positions
@@ -74,37 +46,6 @@ export declare const OptionsApiFactory: (configuration?: Configuration, basePath
74
46
  */
75
47
  listOptionHoldings(requestParameters: OptionsApiListOptionHoldingsRequest, options?: AxiosRequestConfig): AxiosPromise<Array<OptionsPosition>>;
76
48
  };
77
- /**
78
- * Request parameters for getUserAccountOptionQuotes operation in OptionsApi.
79
- * @export
80
- * @interface OptionsApiGetUserAccountOptionQuotesRequest
81
- */
82
- export type OptionsApiGetUserAccountOptionQuotesRequest = {
83
- /**
84
- *
85
- * @type {string}
86
- * @memberof OptionsApiGetUserAccountOptionQuotes
87
- */
88
- readonly userId: string;
89
- /**
90
- *
91
- * @type {string}
92
- * @memberof OptionsApiGetUserAccountOptionQuotes
93
- */
94
- readonly userSecret: string;
95
- /**
96
- *
97
- * @type {string}
98
- * @memberof OptionsApiGetUserAccountOptionQuotes
99
- */
100
- readonly accountId: string;
101
- /**
102
- * The OCC-formatted option symbol.
103
- * @type {string}
104
- * @memberof OptionsApiGetUserAccountOptionQuotes
105
- */
106
- readonly symbol: string;
107
- };
108
49
  /**
109
50
  * Request parameters for listOptionHoldings operation in OptionsApi.
110
51
  * @export
@@ -137,15 +78,6 @@ export type OptionsApiListOptionHoldingsRequest = {
137
78
  * @extends {BaseAPI}
138
79
  */
139
80
  export declare class OptionsApiGenerated extends BaseAPI {
140
- /**
141
- * Returns a quote for a single option contract. The option contract is specified using in the 21 character OCC format. For example `AAPL 251114C00240000` represents a call option on AAPL expiring on 2025-11-14 with a strike price of $240. For more information on the OCC format, see [here](https://en.wikipedia.org/wiki/Option_symbol#OCC_format) **Note:** These are derived values and are not suitable for trading purposes.
142
- * @summary Get option quote
143
- * @param {OptionsApiGetUserAccountOptionQuotesRequest} requestParameters Request parameters.
144
- * @param {*} [options] Override http request option.
145
- * @throws {RequiredError}
146
- * @memberof OptionsApiGenerated
147
- */
148
- getUserAccountOptionQuotes(requestParameters: OptionsApiGetUserAccountOptionQuotesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OptionQuote, any>>;
149
81
  /**
150
82
  * Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don\'t, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
151
83
  * @summary List account option positions
@@ -154,5 +86,5 @@ export declare class OptionsApiGenerated extends BaseAPI {
154
86
  * @throws {RequiredError}
155
87
  * @memberof OptionsApiGenerated
156
88
  */
157
- listOptionHoldings(requestParameters: OptionsApiListOptionHoldingsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OptionsPosition[], any>>;
89
+ listOptionHoldings(requestParameters: OptionsApiListOptionHoldingsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OptionsPosition[], any, {}>>;
158
90
  }