SteemPHP. SteemMarket Receives 7 New Functions for Steemit Internal Market

SteemPHP (1).png

Many of you have used http://www.steemdollar.com/ to get STEEM and SBD price, but what if you could make your own Steem Ticker using PHP.

SteemMarket's 7 new functions allows you to build your own ticker website.
What are the New Functions?

$SteemMarket->getTicker();

Gets the market ticker for the internal SBD:STEEM market


$SteemMarket->getMarketHistory($startTime, $endTime, $bucket_seconds);

Gets the market history for the internal SBD:STEEM market.


$SteemMarket->getMarketHistoryBuckets();

Gets the bucket seconds being tracked by the plugin.


$SteemMarket->getOrderBookFromMarket($limit = 100);

Gets the current order book for the internal SBD:STEEM market.


$SteemMarket->getRecentTrades($limit = 100);

Gets the N most recent trades for the internal SBD:STEEM market.


$SteemMarket->getTradeHistory($startTime, $endTime, $limit = 100);

Gets the trade history for the internal SBD:STEEM market.


$SteemMarket->getVolume();

Gets the market volume for the past 24 hours

Now with the new functions you can easily build your steemit ticker website and Collect the data you want. Share your work with us by commenting the link of your ticker website.

SteemPHP is located at https://github.com/davidkevork/steemphp

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now