kucoin-api 1.0.3 → 1.0.4
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -66,6 +66,8 @@ Most methods accept JS objects. These can be populated using parameters specifie
|
|
|
66
66
|
- [Spot Node.js Kucoin Quick Start Guide](./examples/kucoin-SPOT-examples-nodejs.md)
|
|
67
67
|
- [Futures Node.js Kucoin Quick Start Guide](./examples/kucoin-FUTURES-examples-nodejs.md)
|
|
68
68
|
- [Futures Node.js Kucoin Order Placement Guide](./examples/rest-futures-orders-guide.ts)
|
|
69
|
+
|
|
70
|
+
- [REST Endpoint Function List](./docs/endpointFunctionList.md)
|
|
69
71
|
<!-- - [TSDoc Documentation (autogenerated using typedoc)](https://tsdocs.dev/docs/kucoin-api) -->
|
|
70
72
|
|
|
71
73
|
## Structure
|
package/package.json
CHANGED