We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6790b9 commit a0139dfCopy full SHA for a0139df
ctapi/ctapi.py
@@ -237,3 +237,19 @@ def getGains(self, **args):
237
params.update(args)
238
239
return self._api_query('getGains', params)
240
+
241
242
+ #
243
+ # getLedger
244
245
+ def getLedger(self, **args):
246
+ """
247
+ Used to get Returns your Ledger
248
249
250
+ params = {
251
+ 'show_advanced': '1',
252
+ }
253
+ params.update(args)
254
255
+ return self._api_query('getLedger', params)
0 commit comments