orionx-sdk
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "orionx-sdk", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Help developers with Orionx integrations", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -125,2 +125,18 @@ <p align="center"> | ||
### marketOrderBook | ||
The `marketOrderBook()` method returns the info of a specified market order book. | ||
```js | ||
await Orionx.marketOrderBook({marketCode: ':marketCode', limit: 5}) | ||
``` | ||
#### Params | ||
**marketCode:** Market code | ||
**limit** Number of buy/sell orders | ||
--- | ||
### markets | ||
@@ -127,0 +143,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
793077
242