EOS Tribe pleased to announce that we have built Elasticsearch cluster for BOSCORE Blockchain and provides History API with additional options of data ranges based on technology implemented for EOS Blockchain.
See our earlier related post: https://steemit.com/eos/@eostribe/eos-history-api-with-date-ranges
New History API is available on api.bos.eostribe.io endpoint.:
1. Get transaction endpoint example call:
curl -d '{"id": "698ebad84a68578ae246485885866cd135a5b2bb065b7c1c66c91da7d1a5ce1b"}' -X POST http://api.bos.eostribe.io/v1/history/get_transaction
2. Actions in the last # of days for given account name:
curl -d '{"account_name":"bostribeprod", "last_days": 7}' -X POST https://api.bos.eostribe.io/v1/history/get_actions
3. Actions in the given date range by UTC start and end times:
curl -d '{"account_name":"bostribeprod", "from_date": 1547591574, "to_date": 1548110036}' -X POST https://api.bos.eostribe.io/v1/history/get_actions
We are working on providing additional API endpoints.
I just resteemed your post!
Why? @eosbpnews aggregates updates of active EOS BPs and conveniently serves them in one place!
This service is provided by @eosoceania. If you think we are doing useful work, consider supporting us with a vote :)
For any inquiries/issues please reach out on Telegram or Discord.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit