Deployed 26ba076 to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2025-03-20 06:06:13 +00:00
parent 108aa60887
commit 9841d7133a
2 changed files with 14 additions and 1 deletions

View File

@@ -2171,6 +2171,19 @@ to do so, please use the following:</p>
<span class="go"> :param limit: Limits trades to the X last trades. Max 500 trades.</span>
<span class="go"> :param offset: Offset by this amount of trades.</span>
<span class="go">list_open_trades_custom_data</span>
<span class="go"> Return a dict containing open trades custom-datas</span>
<span class="go"> :param key: str, optional - Key of the custom-data</span>
<span class="go"> :param limit: Limits trades to X trades.</span>
<span class="go"> :param offset: Offset by this amount of trades.</span>
<span class="go">list_custom_data</span>
<span class="go"> Return a dict containing custom-datas of a specified trade</span>
<span class="go"> :param trade_id: int - ID of the trade</span>
<span class="go"> :param key: str, optional - Key of the custom-data</span>
<span class="go">version</span>
<span class="go"> Return the version of the bot.</span>