readme headers

This commit is contained in:
tiagosiebler
2021-03-06 17:58:35 +00:00
parent 3dc2b7ba45
commit 7bd40d10b8

View File

@@ -153,7 +153,7 @@ client.getOrderBook({ symbol: 'BTCUSDH21' })
See [inverse-futures-client.ts](./src/inverse-futures-client.ts) for further information. See [inverse-futures-client.ts](./src/inverse-futures-client.ts) for further information.
### Linear Contracts ## Linear Contracts
<details><summary>To use the Linear (USDT) REST APIs, import the `LinearClient`. Click here to expand and see full sample:</summary> <details><summary>To use the Linear (USDT) REST APIs, import the `LinearClient`. Click here to expand and see full sample:</summary>
```javascript ```javascript
@@ -193,7 +193,7 @@ client.getOrderBook({ symbol: 'BTCUSDT' })
</details> </details>
### WebSockets ## WebSockets
Inverse & linear WebSockets can be used via a shared `WebsocketClient`. Inverse & linear WebSockets can be used via a shared `WebsocketClient`.