poloniex-api | PHP wrapper for the Poloniex API | REST library

 by   dzarezenko PHP Version: Current License: MIT

kandi X-RAY | poloniex-api Summary

kandi X-RAY | poloniex-api Summary

poloniex-api is a PHP library typically used in Financial Services, Fintech, Web Services, REST, Bitcoin applications. poloniex-api has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

PHP wrapper for the Poloniex API.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              poloniex-api has a low active ecosystem.
              It has 20 star(s) with 13 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 1 open issues and 4 have been closed. On average issues are closed in 3 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of poloniex-api is current.

            kandi-Quality Quality

              poloniex-api has no bugs reported.

            kandi-Security Security

              poloniex-api has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              poloniex-api is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              poloniex-api releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed poloniex-api and discovered the below as its top functions. This is intended to give you an instant insight into poloniex-api implemented functionality, and help decide if they suit your requirements.
            • Execute a request
            • Get open orders
            • Retrieve json from url
            • Get estimated BTC rate
            • Transfer Balance to another account
            • Move order .
            • Get trade history
            • Get tick rate
            • Return order book
            • Retrieves a list of loan orders
            Get all kandi verified functions for this library.

            poloniex-api Key Features

            No Key Features are available at this moment for poloniex-api.

            poloniex-api Examples and Code Snippets

            No Code Snippets are available at this moment for poloniex-api.

            Community Discussions

            QUESTION

            Getting real time data from API into route
            Asked 2020-Feb-18 at 07:17

            I am using the following two files to get data from two APIs. Please find below my minimum viable example:

            poloniex.js

            ...

            ANSWER

            Answered 2017-Nov-05 at 17:43

            I don't know the two APIs you are accessing, so I can't really judge whether your code from poloniex.js or cctx.js is good - I assume you can tell through console.logs, etc, that you are getting the API data you require from each separately.

            But I can see some logic problems in your scheduler.js file:

            1. In getAllTickers, your .forEach loop overwrites res every iteration, so only the last result will be visible.
            2. Since it's an async function, getAllTickers returns a promise. You'll need to use .then or something similar on what it returns.
            3. The console.log and return in runScheduler complete before the setInterval has a chance to execute, even once, so no data from there is available.

            I think the following setup may be what you want:

            Source https://stackoverflow.com/questions/47121943

            QUESTION

            Error using poloniex-api-node into Node-Red
            Asked 2017-Aug-11 at 10:20

            This is my first question here on Stack so maybe I'll miss something since I'm not used to ask these kind of stuff.

            I'm trying to implement poloniex-api-node into Node-Red. However everytime I run my code I get "TypeError: Poloniex is not a constructor".

            I have added the following code to my settings.js to make this external module available:

            ...

            ANSWER

            Answered 2017-Aug-11 at 10:15

            You have a typo in the function node, you stored the reference under poloniex and you are trying to retrieve poloniex-api-node.

            Source https://stackoverflow.com/questions/45631525

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install poloniex-api

            To install Poloniex API package you can use simple composer.json...

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/dzarezenko/poloniex-api.git

          • CLI

            gh repo clone dzarezenko/poloniex-api

          • sshUrl

            git@github.com:dzarezenko/poloniex-api.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link