Introducing new History find_actions endpoint

in #eos5 years ago (edited)

.

[DISCONTINUED as of August 2019]

We have received multiple requests to implement ability to do free text search in content/memo of actions across EOS History.

We are pleased to announce that we have built, tested and deployed a new History endpoint which allows user to search for actions in EOS Blockchain by date range and free text term.

Example:

curl -d '{"data":"BlockOne", "from_date": "2019-01-27" ,"to_date":"2019-01-27"}' -X POST https://api.eostribe.io/v1/history/find_actions

Would return a number of transactions that took place on 2019-01-27 with a sub-string of "BlockOne" in it's memo.

Alternatively user could use last param to specify last days: 2d, hours: 12h, etc:

curl -d '{"data":"BlockOne", "last":"2d"}' -X POST https://api.eostribe.io/v1/history/find_actions

Alternatively you could simply make call without date range:

curl -d '{"data":"BlockOne" }' -X POST https://api.eostribe.io/v1/history/find_actions

In which case the last 1000 of records are returned.

All response is capped to 1000 records max for endpoint performance.

The applications for this new endpoint are many and we hope community will find this new endpoint useful.


Website | Medium | Github | Telegram | Twitter

Sort:  

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.

Coin Marketplace

STEEM 0.30
TRX 0.12
JST 0.033
BTC 64303.16
ETH 3137.29
USDT 1.00
SBD 3.97