Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

taapi

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taapi - npm Package Compare versions

Comparing version 1.4.5 to 1.4.6

2

package.json
{
"name": "taapi",
"version": "1.4.5",
"version": "1.4.6",
"description": "A wrapper and a client for the TAAPI.IO API",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

@@ -104,4 +104,24 @@ # TAAPI.IO

For Stocks & Forex examples, please visit out main documentation.
### Discover Symbols
```javascript
// Import taapi
import Taapi from 'taapi'; // See out main docs for Common JS usage
// Setup client with authentication
const taapi = new Taapi("<MY_SECRET>");
// Get all USDT pairs traded on Binance
taapi.getExchangeSymbols("crypto", "binance", "USDT").then( symbols => {
console.log(symbols);
});
```
For more examples including Stocks & Forex, please visit our main documentation.
#### v1.4.0 Breaking Updates
As of version 1.4.0 of this NPM package is completely rewritten in TypeScript. It does not use CCXT anymore as the data-source, but TAAPI.IO's inhouse data source. To keep using the legacy CCXT client, please see the: taapi-ccxt package. Alternatively install this package version 1.3.1
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc