bitget-api 2.0.9 → 2.0.10
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 +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,6 +46,7 @@ Check out my related projects:
|
|
|
46
46
|
Most methods pass values as-is into HTTP requests. These can be populated using parameters specified by Bitget's API documentation, or check the type definition in each class within this repository (see table below for convenient links to each class).
|
|
47
47
|
|
|
48
48
|
- [Bitget API Documentation](https://www.bitget.com/api-doc/common/intro).
|
|
49
|
+
- [REST Endpoint Function List](./docs/endpointFunctionList.md)
|
|
49
50
|
|
|
50
51
|
## Structure
|
|
51
52
|
|
package/package.json
CHANGED