I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).
If you are new here, please see some information on how to ask for support. Thank you!
-
Hi Alex,
Your plugin seems to work great with no major functional errors.
Thank you once again for developing it.
Is there an API that I could provide services like CoinMarketCap to list the overall trading volume, list of coins, and overall trading volume of each coin, price, etc?
Hello, thanks for your kind words.
The get_market_summaries
API call provides the information you mention. Please see the accompanying documentation for details.
kind regards
AnonymousInactive
Does anyone know any bot that can be implemented with this extension to generate volume as a test?
To be honest I do not have anything concrete, but I do have some code that I used during dev testing for this.
It is a PHP file that generates SQL insert statements for the BTC_DOGE market. It generates 10 weeks of mock transactions that you can pipe into MySQL. I am attaching the code in case you find it useful. Do not use it before reading what it does. It will delete your database data and replace it with random data.
Once a market has enough data, you will be able to see the candlesticks on the chart.
with regards
Attachments:
You must be
logged in to view attached files.
- You must be logged in to reply to this topic.