Giter Club home page Giter Club logo

Comments (5)

jaggedsoft avatar jaggedsoft commented on May 29, 2024

It's not implemented yet, I'll get it done as soon as I can. Though, the error you're getting, "signature for this request is not valid," has nothing to do with useServerTime, I will need to update that error message

Can you make any other signed request calls? It seems to think your API key/secret is incorrect

from php-binance-api.

charlesastwood avatar charlesastwood commented on May 29, 2024

Is very strange as it works on the web site, it's just when it goes to CLI that it has a problem. I'll continue to try and debug the calls to see if there is any difference between the URL calls between the web version and CLI but I can't see how as they both use the same service

from php-binance-api.

jaggedsoft avatar jaggedsoft commented on May 29, 2024

I use this 100% CLI only, wish I could help more. I'm wondering if there is some php.ini setting difference between your two environments that's causing this. If so I'm curious to know what it is

from php-binance-api.

jaggedsoft avatar jaggedsoft commented on May 29, 2024

Maybe there is a problem with getting this to work with Symfony. I'll do more research on this when I have time

from php-binance-api.

jaggedsoft avatar jaggedsoft commented on May 29, 2024

Available in v0.0.13 991578f

useServerTime Method 1

$api = new Binance\API("<key>","<secret>", ['useServerTime'=>true]);

useServerTime Method 2

// Call this before running other functions
$api->useServerTime();

This is unrelated to the "Signature for this request is not valid" error. However, linking the useServerTime option here in case someone comes here looking for that

from php-binance-api.

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.