little changes
This commit is contained in:
parent
6600acbc4c
commit
89f39c0c17
|
|
@ -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."
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue