Giter Club home page Giter Club logo

Comments (8)

krijnsent avatar krijnsent commented on May 24, 2024

Hi Pi-Rr, probably some invalid characters in the Nonce, I'll have to make sure that you always get "numbers only" (e.g. with Binance I had issue with a space and a dot popping up). Will work on the nonce generator.

from crypto_vba.

Pi-Rr avatar Pi-Rr commented on May 24, 2024

Super, thank you!

from crypto_vba.

yvesbk avatar yvesbk commented on May 24, 2024

Hi ! Many thanks for writting this wonderfull code :-)

I have a problem to put an order to Kraken: the call of the method "AddOrder" return the error "EAPI:Invalid nonce", while the method "Balance works fine:

?PrivateKraken("AddOrder", apikey_kraken, secretkey_kraken, "?pair=XETHZEUR?type=sell?ordertype=market?volume=1")
{"error":["EAPI:Invalid nonce"]}

?PrivateKraken("Balance", apikey_kraken, secretkey_kraken)
{"error":[],"result":{"ZUSD":"0.1795",....

Do I have bad formatted the parameters for the AddOrder ? Or an other issue ?

Thanks in advance !

Yves

from crypto_vba.

yvesbk avatar yvesbk commented on May 24, 2024

Tried with & instead of ? and still the same problem:

?pair=XETHZEUR&type=sell&ordertype=limit&price=800&volume=1

from crypto_vba.

yvesbk avatar yvesbk commented on May 24, 2024

Found ! ok without a ? a the beginning and with a & at the end:

pair=XETHZEUR&type=sell&ordertype=limit&price=800&volume=1&

from crypto_vba.

krijnsent avatar krijnsent commented on May 24, 2024

Hi, I just updated the version with a separate nonce function, hopefully this will solve this issue.

from crypto_vba.

yvesbk avatar yvesbk commented on May 24, 2024

Thank you very much !

from crypto_vba.

Pi-Rr avatar Pi-Rr commented on May 24, 2024

Thank you! It seems to be working all right now, I am closing the issue.

from crypto_vba.

Related Issues (20)

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.