From a18730870bb6e07c7249c44422d88050c6b312d1 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Sat, 6 Mar 2021 18:06:10 +0000 Subject: [PATCH] readme links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad33aff..8a52502 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ There are three REST API modules as there are some differences in each contract 2. `InverseFuturesClient` for inverse futures 3. `LinearClient` for linear perpetual -## Inverse Contracts +## REST Inverse
To use the inverse REST APIs, import the `InverseClient` Click here to expand and see full sample: ```javascript @@ -101,7 +101,7 @@ client.getOrderBook({ symbol: 'BTCUSD' }) See [inverse-client.ts](./src/inverse-client.ts) for further information. -## Inverse Futures Contracts +## REST Inverse Futures
To use the inverse futures REST APIs, import the `InverseFuturesClient`. Click here to expand and see full sample: ```javascript @@ -145,7 +145,7 @@ See [inverse-futures-client.ts](./src/inverse-futures-client.ts) for further inf **Note**: as of 6th March 2021 this is currently only for testnet. See the [Bybit API documentation](https://bybit-exchange.github.io/docs/inverse_futures/#t-introduction) for official updates. -## Linear Contracts +## REST Linear
To use the Linear (USDT) REST APIs, import the `LinearClient`. Click here to expand and see full sample: ```javascript