Skip to content

Commit

Permalink
feat(): added latency check, removed links from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ-Cro committed Oct 22, 2024
1 parent 6c0c341 commit 78920ae
Show file tree
Hide file tree
Showing 348 changed files with 415 additions and 724 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ bundleReport.html
.history/
.idea
privaterepotracker
restClientRegex.ts
restClientRegex.ts
testfile.ts
682 changes: 341 additions & 341 deletions docs/endpointFunctionList.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion examples/apidoc/RestClient/activateOption.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/account/activate-option
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L736

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/adjustGridInvestment.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/tradingBot/grid/adjust-investment
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1115

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/adjustGridMarginBalance.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/tradingBot/grid/margin-balance
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1103

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/amendAlgoOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/trade/amend-algos
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L946

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/amendGridAlgoOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/tradingBot/grid/amend-order-algo
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L986

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/amendLendingOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/finance/fixed-loan/lending-order
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L2793

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/amendMultipleOrders.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/trade/amend-batch-orders
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L798

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/amendOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/trade/amend-order
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L794

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/amendRecurringBuyOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/tradingBot/recurring/amend-order-algo
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1300

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/applyCopytradingLeadTrading.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/copytrading/apply-lead-trading
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1441

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/applyForMonthlyStatement.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/asset/monthly-statement
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L2454

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
19 changes: 0 additions & 19 deletions examples/apidoc/RestClient/applyTransactionDetailsArchive.js

This file was deleted.

1 change: 0 additions & 1 deletion examples/apidoc/RestClient/borrowRepayVIPLoan.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/account/borrow-repay
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L527

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelAdvanceAlgoOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/trade/cancel-advance-algos
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L952

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelAlgoOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/trade/cancel-algos
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L940

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelAllAfter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/trade/cancel-all-after
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L915

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelAllBlockAfter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/rfq/cancel-all-after
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1844

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelAllBlockQuotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/rfq/cancel-all-quotes
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1840

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelAllRFQs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/rfq/cancel-all-rfqs
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1783

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelAllSpreadOrders.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/sprd/mass-cancel
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1902

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelBlockQuote.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/rfq/cancel-quote
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1828

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelBlockRFQ.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/rfq/cancel-rfq
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1771

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelGridContractCloseOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/tradingBot/grid/cancel-close-order
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1008

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelMassOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/trade/mass-cancel
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L903

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelMultipleBlockQuotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/rfq/cancel-batch-quotes
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1834

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelMultipleBlockRFQs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/rfq/cancel-batch-rfqs
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1777

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelMultipleOrders.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/trade/cancel-batch-orders
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L788

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/trade/cancel-order
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L784

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelSignalBots.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/tradingBot/signal/stop-order-algo
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1183

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelSpreadAllAfter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/sprd/cancel-all-after
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1976

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelSpreadOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/sprd/cancel-order
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1895

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelStakingRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/finance/staking-defi/cancel
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L2649

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelSubOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/tradingBot/signal/cancel-sub-order
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1271

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/cancelWithdrawal.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/asset/cancel-withdrawal
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L2432

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/changePositionMargin.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/account/position/margin-balance
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L394

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/closeCopytradingSubposition.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/copytrading/close-subposition
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1375

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/closeGridContractPosition.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/tradingBot/grid/close-position
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1002

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/closePositions.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/trade/close-position
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L802

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/closeSignalBotPosition.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/tradingBot/signal/close-position
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1259

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/computeGridMarginBalance.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/tradingBot/grid/compute-margin-balance
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1091

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/computeGridMinInvestment.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/tradingBot/grid/min-investment
// METHOD: POST
// PUBLIC: YES
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1140

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/convertFixedLoanToMarketLoan.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/account/fixed-loan/convert-to-market-loan
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L638

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/convertTrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/asset/convert/trade
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L2477

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/createBlockQuote.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/rfq/create-quote
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1822

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/createBlockRFQ.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/rfq/create-rfq
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1767

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/createSignal.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/tradingBot/signal/create-signal
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1169

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
1 change: 0 additions & 1 deletion examples/apidoc/RestClient/createSignalBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { RestClient } = require('okx-api');
// ENDPOINT: /api/v5/tradingBot/signal/order-algo
// METHOD: POST
// PUBLIC: NO
// Link to function: https://github.com/tiagosiebler/okx-api/blob/master/src/rest-client.ts#L1177

const client = new RestClient({
apiKey: 'insert_api_key_here',
Expand Down
Loading

0 comments on commit 78920ae

Please sign in to comment.