BTCMarkets / API

API
120 stars 30 forks source link

v3/FundManagement API Documentation issue #184

Open MelchiSalins opened 4 years ago

MelchiSalins commented 4 years ago

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 commented 4 years ago

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