From 3a3a3ab5a6a427824537e51ed5060a89e08bc4bb Mon Sep 17 00:00:00 2001 From: Jerko J <83344666+JJ-Cro@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:23:29 +0200 Subject: [PATCH] back to left --- docs/endpointsFunctionList.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/endpointsFunctionList.md b/docs/endpointsFunctionList.md index 1f283ef..a3262c0 100644 --- a/docs/endpointsFunctionList.md +++ b/docs/endpointsFunctionList.md @@ -40,7 +40,7 @@ Table consists of 4 parts: This table includes all endpoints from the official Exchange API docs and corresponding SDK functions for each endpoint that are found in [rest-client-v5.ts](/src/rest-client-v5.ts). | Function | AUTH | HTTP Method | Endpoint | -| --------: | :------: | :------: | -------- | +| -------- | :------: | :------: | -------- | | `fetchServerTime()` | | GET | `/v5/market/time` | | `getServerTime()` | | GET | `/v5/market/time` | | `requestDemoTradingFunds()` | :closed_lock_with_key: | POST | `/v5/account/demo-apply-money` | @@ -195,7 +195,7 @@ This table includes all endpoints from the official Exchange API docs and corres This table includes all endpoints from the official Exchange API docs and corresponding SDK functions for each endpoint that are found in [spot-client-v3.ts](/src/spot-client-v3.ts). | Function | AUTH | HTTP Method | Endpoint | -| --------: | :------: | :------: | -------- | +| -------- | :------: | :------: | -------- | | `fetchServerTime()` | | GET | `/spot/v3/public/symbols` | | `getSymbols()` | | GET | `/spot/v3/public/symbols` | | `getOrderBook()` | | GET | `/spot/v3/public/quote/depth` |