poloniex | Robot making cash on Poloniex | Machine Learning library
kandi X-RAY | poloniex Summary
kandi X-RAY | poloniex Summary
Robot making cash on Poloniex.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Get the minimum price for a given amount
- Get a single loan order
- Create a new BTC loan
- Make a post request
- Returns the current amount of pending balances
- Get the maximum demand rate
poloniex Key Features
poloniex Examples and Code Snippets
Community Discussions
Trending Discussions on poloniex
QUESTION
So i have created a very basic python price getting bot but it doesnt actually show any results instead it just says Process finished with exit code 0 Here is the code:
...ANSWER
Answered 2021-Aug-26 at 13:08Without testing i think you got a typo:
QUESTION
I have a memory stream of data I have received from Poloniex's API. https://docs.poloniex.com/#ticker-data
The data in the API looks in the format below:
...ANSWER
Answered 2021-Jun-02 at 23:58This JSON is basically an Array of objects.
QUESTION
Here is my function that uses the Poloniex Exchange API. It gets a dict
of asks (tuples of price and amount) and then calculates the total amount of BTC that would be obtained using a given spend.
But running the function several times returns different amounts despite the dict of asks and spend remaining the same. This problem should be replicable by printing "asks" (defined below) and the function result several times.
...ANSWER
Answered 2021-Mar-09 at 23:43The problem is in your "we don't have enough money" path. In that case, the amount you can buy does not depend on the amount that was offered.
QUESTION
I'm working with Poloniex API. While using returnTicker function, the data comes like this.
curl "https://poloniex.com/public?command=returnTicker"
...ANSWER
Answered 2020-Dec-22 at 15:55I think this does what you want.
QUESTION
I want to add a second child to my supervisor but i get the following error.
** (Mix) Could not start application cloner_worker: exited in: ClonerWorker.Application.start(:normal, []) ** (EXIT) an exception was raised: ** (ArgumentError) The module ClonerWorker.Worker was given as a child to a supervisor but it does not exist. (elixir 1.11.2) lib/supervisor.ex:631: Supervisor.init_child/1 (elixir 1.11.2) lib/enum.ex:1399: Enum."-map/2-lists^map/1-0-"/2 (elixir 1.11.2) lib/supervisor.ex:617: Supervisor.init/2 (elixir 1.11.2) lib/supervisor.ex:556: Supervisor.start_link/2 (kernel 7.1) application_master.erl:277: :application_master.start_it_old/4
application.ex
...ANSWER
Answered 2020-Dec-04 at 17:41The problem was that i called my file worker.exs instead of worker.ex sorry for the misunderstanding in the question where i did put worker.ex
QUESTION
I get this error:
...ANSWER
Answered 2020-Oct-28 at 21:58For this situation two options come to mind:
You can try setting up client certificates from here https://code.kx.com/q/kb/ssl/#tls-client-mode
You can try setting the variable SSL_VERIFY_SERVER to NO before launching your q session by doing
export SSL_VERIFY_SERVER=NO
. To view your current TLS settings which contains this, use-26!()
in your q process to display the settings.
It's probably better to do 1) and set up the certificates if possible. This just means that you check the SSL certificate for HTTPS connections and ensures you are sending the request to your intended location.
The above link goes into more detail about SSL/TSL knowledge which might prove useful for you.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install poloniex
You can use poloniex like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page