From a85ee11acb2bf473ac8483499b51d28c0102797a Mon Sep 17 00:00:00 2001 From: Jerko J <83344666+JJ-Cro@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:56:03 +0200 Subject: [PATCH] fixed duplicate functions in map --- docs/endpointFunctionList.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/endpointFunctionList.md b/docs/endpointFunctionList.md index 15f193c..1e9bb3f 100644 --- a/docs/endpointFunctionList.md +++ b/docs/endpointFunctionList.md @@ -57,9 +57,6 @@ This table includes all endpoints from the official Exchange API docs and corres | `getPremiumIndexPriceKline()` | | GET | `/v5/market/premium-index-price-kline` | | `getOrderbook()` | | GET | `/v5/market/orderbook` | | `getTickers()` | | GET | `/v5/market/tickers` | -| `getTickers()` | | GET | `/v5/market/tickers` | -| `getTickers()` | | GET | `/v5/market/tickers` | -| `getTickers()` | | GET | `/v5/market/tickers` | | `getFundingRateHistory()` | | GET | `/v5/market/funding/history` | | `getPublicTradingHistory()` | | GET | `/v5/market/recent-trade` | | `getOpenInterest()` | | GET | `/v5/market/open-interest` |