changed dashes
This commit is contained in:
@@ -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).
|
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 | Authentication | HTTP Method | Endpoint |
|
| Function | Authentication | HTTP Method | Endpoint |
|
||||||
| -------- | ------- | ----------- | -------- |
|
| -------- | :------: | :------: | -------- |
|
||||||
| `fetchServerTime()` | no :unlock: | GET | `/v5/market/time` |
|
| `fetchServerTime()` | no :unlock: | GET | `/v5/market/time` |
|
||||||
| `getServerTime()` | no :unlock: | GET | `/v5/market/time` |
|
| `getServerTime()` | no :unlock: | GET | `/v5/market/time` |
|
||||||
| `requestDemoTradingFunds()` | YES :lock: | POST | `/v5/account/demo-apply-money` |
|
| `requestDemoTradingFunds()` | YES :lock: | 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).
|
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 | Authentication | HTTP Method | Endpoint |
|
| Function | Authentication | HTTP Method | Endpoint |
|
||||||
| -------- | ------- | ----------- | -------- |
|
| -------- | :------: | :------: | -------- |
|
||||||
| `fetchServerTime()` | no :unlock: | GET | `/spot/v3/public/symbols` |
|
| `fetchServerTime()` | no :unlock: | GET | `/spot/v3/public/symbols` |
|
||||||
| `getSymbols()` | no :unlock: | GET | `/spot/v3/public/symbols` |
|
| `getSymbols()` | no :unlock: | GET | `/spot/v3/public/symbols` |
|
||||||
| `getOrderBook()` | no :unlock: | GET | `/spot/v3/public/quote/depth` |
|
| `getOrderBook()` | no :unlock: | GET | `/spot/v3/public/quote/depth` |
|
||||||
|
|||||||
Reference in New Issue
Block a user