chore: update rest client custom-data related functions inline comment and help content

This commit is contained in:
Axel-CH
2025-03-17 17:33:40 -04:00
parent 4a432760ed
commit ef58aaf9e9
2 changed files with 18 additions and 7 deletions

View File

@@ -302,6 +302,19 @@ trades
:param limit: Limits trades to the X last trades. Max 500 trades.
:param offset: Offset by this amount of trades.
list_open_trades_custom_data
Return a dict containing open trades custom-datas
:param key: str, optional - Key of the custom-data
:param limit: Limits trades to X trades.
:param offset: Offset by this amount of trades.
list_custom_data
Return a dict containing custom-datas of a specified trade
:param trade_id: int - ID of the trade
:param key: str, optional - Key of the custom-data
version
Return the version of the bot.