Open biemsday opened 4 years ago
hi, i found your request is about 'assetList', 'assetType=wallet' also must add in presignature for final signature.
hi, thank you for answer! I do changes, and code does not work again I create github rep. - https://github.com/biemsday/test-api-bthmb @godlikers can you help me and validate my code? I'm really don't understand what I do wrong %_%
you can find error code in doc (https://github.com/bithumb-pro/bithumb.pro-official-api-docs/blob/master/rest-api.md#code-list)
Yeah, I check it, my error is
9002 | verifySignature failed
But I don't understand, what I do wrong in JS..
i had checked the api of "Get your wallet statement" in (https://biemsday.github.io/test-api-bthmb/ ) by use my apiKey, and i found the error is "9007", may be your local time exist delay with the server.
hi there, I have a issue when I try to make POST request to (https://global-openapi.bithumb.pro/openapi/v1) using JavaScript
first of all I get some params
then I make ugly-handy string like this
then I generate HmacSHA256 hash, for this part I use this thing https://www.jokecamp.com/blog/examples-of-creating-base64-hashes-using-hmac-sha256-in-different-languages/#js
in the end I make request
after all of this moves I'll get error in response
help me please %_%