okx-api 1.4.4 → 1.4.5
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 +32 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,14 +35,16 @@ npm install okx-api
|
|
|
35
35
|
- Issues? Check the [issues tab](https://github.com/tiagosiebler/okx-api/issues).
|
|
36
36
|
- Discuss & collaborate with other node devs? Join our [Node.js Algo Traders](https://t.me/nodetraders) engineering community on telegram.
|
|
37
37
|
|
|
38
|
+
<!-- template_related_projects -->
|
|
39
|
+
|
|
38
40
|
## Related projects
|
|
39
41
|
|
|
40
42
|
Check out my related JavaScript/TypeScript/Node.js projects:
|
|
41
43
|
|
|
42
44
|
- Try my REST API & WebSocket SDKs:
|
|
43
45
|
- [Bybit-api Node.js SDK](https://www.npmjs.com/package/bybit-api)
|
|
44
|
-
- [Binance Node.js SDK](https://www.npmjs.com/package/binance)
|
|
45
46
|
- [Okx-api Node.js SDK](https://www.npmjs.com/package/okx-api)
|
|
47
|
+
- [Binance Node.js SDK](https://www.npmjs.com/package/binance)
|
|
46
48
|
- [Gateio-api Node.js SDK](https://www.npmjs.com/package/gateio-api)
|
|
47
49
|
- [Bitget-api Node.js SDK](https://www.npmjs.com/package/bitget-api)
|
|
48
50
|
- [Bitmart-api Node.js SDK](https://www.npmjs.com/package/bitmart-api)
|
|
@@ -51,6 +53,7 @@ Check out my related JavaScript/TypeScript/Node.js projects:
|
|
|
51
53
|
- [Crypto Exchange Account State Cache](https://www.npmjs.com/package/accountstate)
|
|
52
54
|
- Check out my examples:
|
|
53
55
|
- [awesome-crypto-examples Node.js](https://github.com/tiagosiebler/awesome-crypto-examples)
|
|
56
|
+
<!-- template_related_projects_end -->
|
|
54
57
|
|
|
55
58
|
## Documentation
|
|
56
59
|
|
|
@@ -179,6 +182,33 @@ The bundle can be found in `dist/`. Altough usage should be largely consistent,
|
|
|
179
182
|
|
|
180
183
|
---
|
|
181
184
|
|
|
185
|
+
<!-- template_contributions -->
|
|
186
|
+
|
|
187
|
+
Have my projects helped you? Share the love, there are many ways you can show your thanks:
|
|
188
|
+
|
|
189
|
+
- Star & share my projects.
|
|
190
|
+
- Are my projects useful? Sponsor me on Github and support my effort to maintain & improve them: https://github.com/sponsors/tiagosiebler
|
|
191
|
+
- Have an interesting project? Get in touch & invite me to it.
|
|
192
|
+
- Or buy me all the coffee:
|
|
193
|
+
- ETH(ERC20): `0xA3Bda8BecaB4DCdA539Dc16F9C54a592553Be06C` <!-- metamask -->
|
|
194
|
+
|
|
195
|
+
<!---
|
|
196
|
+
old ones:
|
|
197
|
+
- BTC: `1C6GWZL1XW3jrjpPTS863XtZiXL1aTK7Jk`
|
|
198
|
+
- BTC(SegWit): `bc1ql64wr9z3khp2gy7dqlmqw7cp6h0lcusz0zjtls`
|
|
199
|
+
- ETH(ERC20): `0xe0bbbc805e0e83341fadc210d6202f4022e50992`
|
|
200
|
+
- USDT(TRC20): `TA18VUywcNEM9ahh3TTWF3sFpt9rkLnnQa
|
|
201
|
+
-->
|
|
202
|
+
<!-- template_contributions_end -->
|
|
203
|
+
|
|
204
|
+
### Contributions & Pull Requests
|
|
205
|
+
|
|
206
|
+
Contributions are encouraged, I will review any incoming pull requests. See the issues tab for todo items.
|
|
207
|
+
|
|
208
|
+
<!-- template_star_history -->
|
|
209
|
+
|
|
182
210
|
## Star History
|
|
183
211
|
|
|
184
|
-
[](https://star-history.com/#tiagosiebler/bybit-api&tiagosiebler/okx-api&tiagosiebler/binance&tiagosiebler/bitget-api&tiagosiebler/bitmart-api&tiagosiebler/gateio-api&tiagosiebler/kucoin-api&tiagosiebler/orderbooks&tiagosiebler/accountstate&tiagosiebler/awesome-crypto-examples&Date)
|
|
213
|
+
|
|
214
|
+
<!-- template_star_history_end -->
|
package/package.json
CHANGED