Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add marketplace bot presets #56

Merged
merged 1 commit into from
Jun 21, 2022

Conversation

carkod
Copy link
Contributor

@carkod carkod commented Jun 19, 2022

Thanks for this module. I'm adding a missing marketplace/presets. Find out more tine 3commas docs

Test with payload e.g.:

error, data = p3cw.request(
  entity='marketplace',
  action="presets",
  payload={
    "sort_direction": "asc",
    "sort_by": "profit_per_month"
   }
)

print(data)

Expected: It should give you a list of order by highest profit per month.

@bogdanteodoru bogdanteodoru merged commit d93c080 into bogdanteodoru:master Jun 21, 2022
@bogdanteodoru
Copy link
Owner

Thanks @carkod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants