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 support for batch Api calls #2856

Open
martianatwork opened this issue Mar 10, 2021 · 2 comments
Open

Add support for batch Api calls #2856

martianatwork opened this issue Mar 10, 2021 · 2 comments

Comments

@martianatwork
Copy link

Example:

GET

/api/v2/peatio/batch?included=currencies,markets,accounts

{
   currencies: [],
   markets: [],
   accounts: [],
}

this can be used:
https://github.com/c4mprod/grape-batch

@mnaichuk
Copy link
Member

Cool, thanks @martianatwork !

@martianatwork
Copy link
Author

@mnaichuk Let me know if you're interested. I'd love to contribute.

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

No branches or pull requests

2 participants