Telos History API on Elasticsearch cluster
EOS Tribe have synchronized Telos Blockchain History to our Elasticsearch cluster, and now provides History API with additional options of data ranges based on technology implemented for EOS Blockchain.
New History API is available on api.telos.eostribe.io endpoint.:
1. Get transaction endpoint example call:
curl -d '{"id": "064f5c5818cf4efdeae2f53aca31a13f85cf983d271db451f7d5200b9891faa7" }' -X POST https://api.telos.eostribe.io/v1/history/get_transaction
2.Get actions endpoint:
All actions on account:
curl -d '{"account_name":"eostribeprod"}' -X POST http://api.telos.eostribe.io/v1/history/get_actions
Actions for account in last # of days:
curl -d '{"account_name":"eostribeprod", "last_days": 17}' -X POST http://api.telos.eostribe.io/v1/history/get_actions
Actions in the given date range by UTC start and end times:
curl -d '{"account_name":"eostribeprod", "from_date": 1545591574, "to_date": 1548110036}' -X POST http://api.telos.eostribe.io/v1/history/get_actions
3. Get account by key:
curl -d '{"public_key":"EOS8LuzMKzRKgD1fjEWFgEe73Pcp1uteezQBeqyKSrqovEekTbiRD"}' -X POST https://api.telos.eostribe.io/v1/history/get_key_accounts
We are working on providing additional API endpoints.
Connect with us! We're building a better future on EOSIO.
Website | Medium | Github | Telegram | SteemIt | Twitter | Discord
Leave Telos History API on Elasticsearch cluster to:
Read more #telos 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