Coder Social home page Coder Social logo

go-poloniex's People

Contributors

bitbandi avatar carterjones avatar d6o avatar darkfoxs96 avatar jyap808 avatar micvbang avatar reddec avatar thibaultriviere avatar tinova avatar vlddlv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

go-poloniex's Issues

poloniex.getBalances() returns 403 Forbidden map[]

I tried out the code using the examples, in my main function I have:

	poloniex := poloniex.New(API_KEY, API_SECRET)
	balances, err := poloniex.GetBalances()
	fmt.Println(err, balances)

When I run this I get a 403 Forbidden map[] instead of the expected map of balances.

Obviously my fist guess were wrong credentials, but I triple checked spelling and used a newly created one too. Keys seems correct, but the error remains.

Hopefully someone can help me with this (even though it's been a while there was some movement in this repo :-) )

Cheers!

ws stream support.

Hi,
Here I added ws stream support. Its possible to subscribe either for obook updates, or for ticker updates.
If you are interested in it and the code looks good to you, I'll do a PR.

Undefined client

Tried to get candle-data from "poloniex.go"-example by uncommenting the relevant code-lines. Got the error-message
./poloniex.go:55: undefined: client in client.ChartData

Do you have any hints for me :-(

Best regards
Joerg

Balance in Float

Hello,

All fields of balance are string:

package poloniex

type Balance struct {
	Available string `json:"available"`
	BtcValue  string `json:"btcValue"`
	OnOrders  string `json:"onOrders"`
}

IS it possible to have flaot instead ?

Best regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.