Guest User

Untitled

a guest
Aug 27th, 2018
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. ```go test -run TestRestAPI_Accounts
  2. https://api.huobi.pro/v1/account/accounts/?AccessKeyId=991a5960-86728311-a5b6ba1b-3ca24&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2018-08-27T16%3A25%3A03&Signature=dNzCF+x5xyvcuUkyGKKcLianYafknb3EDPfp1RSere4=
  3. --- FAIL: TestRestAPI_Accounts (1.37s)
  4. get_accounts_test.go:45:
  5. Error Trace: get_accounts_test.go:45
  6. Error: Received unexpected error:
  7. Signature not valid: Verification failure [校验失败]
  8. Test: TestRestAPI_Accounts
  9. FAIL
  10. exit status 1```
  11. (edited)
  12.  
  13. ```go test -run TestRestAPI_Accounts
  14. https://api.huobi.pro/v1/account/accounts/?AccessKeyId=991a5960-86728311-a5b6ba1b-3ca24&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2018-08-27T16%3A25%3A06&Signature=7TzBlcn/g1MnrNBqbVFpUvNff/GFbXBHKLldTweG6mE=
  15. &{ok [{4755095 spot working 0}]}
  16. PASS
  17. ok github.com/CIP-NL/kermit/huobi/rest 0.696s```
Advertisement
Add Comment
Please, Sign In to add comment