back to left

This commit is contained in:
Jerko J
2024-08-29 16:23:29 +02:00
parent b305b67e73
commit 3a3a3ab5a6

View File

@@ -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` |