Posts

market history tool for Steem Smart Contracts now available in test

avatar of @harpagon
25
@harpagon
·
0 views
·
1 min read

Hi again,

Just a quick note, as I said in my yesterday's post, I was working on the market history, a first version is now available at https://history.steem-engine.com/marketHistory

The parameters available are: symbol: a Steem-Engine token symbol (required) timestampStart: a unix timestamp that represents the start of the dataset (optional) timestampEnd: a unix timestamp that represents the end of the dataset (optional)

Data available: volumeSteem: volume of STEEM (STEEMP) traded volumeToken: volume of tokens traded lowestPrice: lowest price seen that day highestPrice: highest price seen that day

Examples:

https://history.steem-engine.com/marketHistory?symbol=ENG https://history.steem-engine.com/marketHistory?symbol=ENG&timestampStart=1554163200&timestampEnd=1554422400

The source code is available at https://github.com/harpagon210/ssc_tokens_history/tree/v2

(the full history (accounts and market) is being built right now so don't worry if you don't see the latest data there)