thebotguys / golang-bittrex-api

This repository is a golang porting of v2.0 Bittrex API
Apache License 2.0
109 stars 12 forks source link

Where information about API is taken from? #25

Closed dominikduda closed 6 years ago

dominikduda commented 6 years ago

Is there any official DOC on the API v2.0?

Or did you just reverse-engineer it? If is there at least information that it won't change soon?

Thanks in advance.

saniales commented 6 years ago

I reverse engineered it. Wanna help? fork this repo and open a PR :)

Anyway, check out this repo wiki section, it has an unofficial documentation for the API v2.0

firhatnawfanh commented 6 years ago

hi saniales, can you give hint/ general instruction on how to reverse engineer bittrex api then?

i only found the ticks by inspecting from firefox developer console, can't find anything else

saniales commented 6 years ago

There is the section in the wiki, you can search there :)