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

v3/FundManagement API Documentation issue #184

Open
MelchiSalins opened this issue Mar 28, 2020 · 1 comment
Open

v3/FundManagement API Documentation issue #184

MelchiSalins opened this issue Mar 28, 2020 · 1 comment

Comments

@MelchiSalins
Copy link

https://api.btcmarkets.net/doc/v3#tag/Fund-Management-APIs/paths/~1v3~1addresses/get

documentation is wrong.
Before, After and Limit params are required to successfully do a GET query against https://api.btcmarkets.net/v3/addresses

No Idea why these extra params are required but seems to work once you add them.

@martin-nginio
Copy link
Contributor

Hi @MelchiSalins

Thanks for your feedback.

You should be able to call /v3/withdrawals or /v3/deposits and those endpoints do not any other query params to return your most recent withdrawals or deposits.

Those extra parameters (limit, before, after) are optional and part of pagination in case if you want to retrieve more records.

Thanks.

Regards,
Martin

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

No branches or pull requests

2 participants