EOS History API with date ranges
Introducing new options to History get_actions endpoint supported by api.eostribe.io :
1. Actions in the last # of days for given account name:
curl -d '{"account_name":"{accountname}", "last": "7d"}' -X POST https://api.eostribe.io/v1/history/get_actions
2. Actions in the given date range by UTC start and end times:
curl -d '{"account_name":"{accountname}", "from_date": 1541545834, "to_date": 1541545837}' -X POST https://api.eostribe.io/v1/history/get_actions
We also support get_transaction and get_key_accounts in our open source History API based on Elasticsearch cluster:
https://github.com/EOSTribe/ESHistoryAPI
We are running 3 node Elasticsearch cluster that is fully synced with the EOS Blockchain:
The new History api is available on our standard API server: api.eostribe.io
You can see more info on hardware specs and Data Center we use in our original post:
https://steemit.com/eos/@eostribe/eos-tribe-infrastructure-upgrade
Connect with us! We're building a better future on EOSIO.
Website | Medium | Github | Telegram | SteemIt | Twitter | Discord
Leave EOS History API with date ranges to:
Read more #eos posts
Best Posts From EOS Tribe
We have not curated any of eostribe's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From EOS Tribe
- EOS Tribe joins the WAX Network
- EOS Tribe + EOS USA launch Spectrumeos.io
- EOS Tribe + EOS USA are bringing Spectrum API + Full History API to EOS
- Spectrum API - NodeJS client code example
- Spectrum API - JS Client library with samples
- Spectrum API - Added get_table_rows endpoint
- Spectrum API running on Telos Mainnet
- Spectrum API - get_transaction endpoint available
- Spectrum API - Client JS samples
- Spectrum API running on Telos Testnet