From 89f39c0c17c3024d8e3d5bbb8580e9aeaa45ab90 Mon Sep 17 00:00:00 2001 From: Skyler Feng Date: Mon, 31 Oct 2022 18:59:21 +0800 Subject: [PATCH] little changes --- example/trade_derivatives_en.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/example/trade_derivatives_en.ipynb b/example/trade_derivatives_en.ipynb index 386f500..619f22b 100644 --- a/example/trade_derivatives_en.ipynb +++ b/example/trade_derivatives_en.ipynb @@ -370,7 +370,7 @@ } }, "source": [ - "#### Place a limit order via [Place order](https://www.okx.com/docs-v5/en/#rest-api-trade-place-order)" + "### Place a limit order via [Place order](https://www.okx.com/docs-v5/en/#rest-api-trade-place-order)" ] }, { @@ -409,7 +409,7 @@ } }, "source": [ - "#### Place a market order" + "### Place a market order" ] }, { @@ -531,7 +531,7 @@ } }, "source": [ - "### To get past orders,please refer to [Get order history (last 7 days)](https://www.okx.com/docs-v5/en/#rest-api-trade-get-order-history-last-7-days) and [Get order history (last 3 months)](https://www.okx.com/docs-v5/en/#rest-api-trade-get-order-history-last-3-months)" + "## To get past orders,please refer to [Get order history (last 7 days)](https://www.okx.com/docs-v5/en/#rest-api-trade-get-order-history-last-7-days) and [Get order history (last 3 months)](https://www.okx.com/docs-v5/en/#rest-api-trade-get-order-history-last-3-months)" ] }, { @@ -574,7 +574,7 @@ } }, "source": [ - "### To get past trades,please refer to [Get transaction details (last 3 days)](https://www.okx.com/docs-v5/en/#rest-api-trade-get-transaction-details-last-3-days) and [Get transaction details (last 3 months)](https://www.okx.com/docs-v5/en/#rest-api-trade-get-transaction-details-last-3-months)" + "## To get past trades,please refer to [Get transaction details (last 3 days)](https://www.okx.com/docs-v5/en/#rest-api-trade-get-transaction-details-last-3-days) and [Get transaction details (last 3 months)](https://www.okx.com/docs-v5/en/#rest-api-trade-get-transaction-details-last-3-months)" ] }, { @@ -613,7 +613,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Get positions via [Get positions](https://www.okx.com/docs-v5/en/#rest-api-account-get-positions)\n", + "## Get positions via [Get positions](https://www.okx.com/docs-v5/en/#rest-api-account-get-positions)\n", "When your account is in net mode, net positions will be displayed, and when your account is in long/short mode, long or short positions will be displayed." ] },