You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edit2:
Switched to library py3cw, there I could add payload={ "scope": "active", "limit": 1000 }
which solves both the incomplete list as well as only showing active deals. Couldn't find these options for this library.
The text was updated successfully, but these errors were encountered:
Just started using this library and have a weird issue.
When trying to get a list of active deals/trades using
I get an incomplete list back, the output seems to be limited to 50 deals, there are 90.
Since there's no error coming back, I'm not sure where to look.
Using Python 3.10.4, running script in Visual Studio Code on W10.
edit: There are also completed deals in the output, according to https://github.com/3commas-io/3commas-official-api-docs/blob/master/deals_api.md "scope" is an option that can be set to active (to get active deals) but "TypeError: get() got an unexpected keyword argument 'scope'"
edit2:
Switched to library py3cw, there I could add
payload={ "scope": "active", "limit": 1000 }
which solves both the incomplete list as well as only showing active deals. Couldn't find these options for this library.
The text was updated successfully, but these errors were encountered: