This repository was archived by the owner on Apr 10, 2024. It is now read-only.
Releases: passiv/snaptrade-node-sdk
Releases · passiv/snaptrade-node-sdk
v1.2.8-deprecated
update the version
v1.2.8
What's Changed
fetchTransactionHistoryaccepts list of authorization ids
v1.2.7
What's changed
fetchUserHoldingsnow acceptsauthorization idlist as an extra query param
v1.2.6
What's Changed
- adds
/listUsersendpoint to get a list of all SnapTrade users you've registered on our platform
v1.2.3
What's Changed
- Added a new endpoint to place trade with no validation: https://docs.snaptrade.com/reference/post_trade-place
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- build(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #21
New Contributors
- @dependabot made their first contribution in #21
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Fixed and updated most of the type definitions to be matched with the API responses. Here's the list of methods that their type definitions fixed/updated:
-fetchUserHoldings
-fetchAccountHoldings
-fetchUserAccounts
-fetchAccount
-fetchAccountBalances
-fetchAccountPositions
-fetchOrdersHistory
-cancelOpenOrder
-fetchSymbolsQuote
-multipleTradesOrderImpact
-orderImpact
-placeOrder
-fetchBrokerageAuthorizations
-fetchAuthorization
-deleteAuthorization
-fetchTransactionHistory
-fetchPerformanceInformation
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- support new query param
connectionTypefor the login link. This optional parameter can be passed in asdatato thegenerateRedirectURIfunction.
v1.1.0
What's Changed
- added support for a new endpoint
snapTrade/partnersthat fetches data relevant to the partner
Full Changelog: v1.0.9...v1.1.0