thebotguys/golang-bittrex-api

acquiring the __RequestVerificationToken

Closed this issue · 7 comments

how do we go about getting this request verification token ?

in v1.1 we would send the apikey as part of the query. I assume there is a step to get this token using the apikey. Does anyone have details on this?

thanks!

i just saw there are different endpoints for apis. something like /api/feature instead of pub or auth

Have the same question, how do we get it?

@saniales how is your answer relevant to Bittrex API?

For instance, in API v1.1 we use API key as query parameter and sign the request link with secret key using HmacSHA512 algo. How do we do with the new __RequestVerificationToken ?

@Ornolfr this is still an open issue, since Private API are not yet implemented in v2 for this wrapper

Private API will use key pair, not this verification token, I am closing this issue due to this reason.