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
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.
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.
The text was updated successfully, but these errors were encountered: