Issue type
Brief description
For all authenticated endpoints I am getting "data slice too short for position: []interface {}{}". I checked with the breakpoints and I am getting 200 response but during json unmarshal its giving len range 0. I am using localhost to access those api
Steps to reproduce
- Create a client c
- then write snap, err := c.Positions.All()
- snap comes nil and err is data slice too short for position: []interface {}{}
Additional Notes:
- Quick thing is the request is send to /api-pub.bitfinex.com instead of /api.bitfinex.com as mentioned in the document