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
{{ message }}
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
Hey everyone, I've been trying to access /api/v1/deposits endpoint to retrieve the data for my account deposits, but keep getting Invalid KC-API-SIGN on the response object.
The weird part is that when I access the balances endpoint /api/v1/accounts, inside the same script I ran to fetch the deposits, it returns me the information desired with a 200 code. Are there differences between the endpoints in terms of siging the request?
The code bellow is how I'm signing the request, I believe it's correct, specially since I can retrieve the balances information.
Hey everyone, I've been trying to access
/api/v1/deposits
endpoint to retrieve the data for my account deposits, but keep gettingInvalid KC-API-SIGN
on the response object.The weird part is that when I access the balances endpoint
/api/v1/accounts
, inside the same script I ran to fetch the deposits, it returns me the information desired with a 200 code. Are there differences between the endpoints in terms of siging the request?The code bellow is how I'm signing the request, I believe it's correct, specially since I can retrieve the balances information.
The request to the deposits endpoint is shown bellow:
The text was updated successfully, but these errors were encountered: