little changes

This commit is contained in:
Skyler Feng 2022-10-31 18:59:21 +08:00
parent 6600acbc4c
commit 89f39c0c17
1 changed files with 5 additions and 5 deletions

View File

@ -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 ordersplease 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 ordersplease 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 tradesplease 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 tradesplease 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."
]
},