readme formatting
This commit is contained in:
@@ -51,7 +51,6 @@ There are three REST API modules as there are some differences in each contract
|
|||||||
To use the inverse REST APIs, import the `InverseClient`:
|
To use the inverse REST APIs, import the `InverseClient`:
|
||||||
|
|
||||||
<details><summary>Click here to expand and see full sample:</summary>
|
<details><summary>Click here to expand and see full sample:</summary>
|
||||||
<p>
|
|
||||||
```javascript
|
```javascript
|
||||||
const { InverseClient } = require('bybit-api');
|
const { InverseClient } = require('bybit-api');
|
||||||
|
|
||||||
@@ -107,7 +106,7 @@ client.getOrderBook({ symbol: 'BTCUSD' })
|
|||||||
console.error("getOrderBook inverse error: ", err);
|
console.error("getOrderBook inverse error: ", err);
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
</p></details>
|
</details>
|
||||||
|
|
||||||
See [inverse-client.ts](./src/inverse-client.ts) for further information.
|
See [inverse-client.ts](./src/inverse-client.ts) for further information.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user