From 42a6ae32ff69a559f0962e50ca836263129236db Mon Sep 17 00:00:00 2001 From: Jerko J <83344666+JJ-Cro@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:48:14 +0200 Subject: [PATCH] chore(): small fix to exclude some regex --- docs/endpointFunctionList.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/endpointFunctionList.md b/docs/endpointFunctionList.md index dcfb2d3..f5fd12d 100644 --- a/docs/endpointFunctionList.md +++ b/docs/endpointFunctionList.md @@ -41,7 +41,6 @@ This table includes all endpoints from the official Exchange API docs and corres | Function | AUTH | HTTP Method | Endpoint | | -------- | :------: | :------: | -------- | -| `fetchServerTime()` | | GET | `/api/v2/public/annoucements` | | `getAnnouncements()` | | GET | `/api/v2/public/annoucements` | | `getServerTime()` | | GET | `/api/v2/public/time` | | `getTradeRate()` | :closed_lock_with_key: | GET | `/api/v2/common/trade-rate` |