You are viewing a single comment's thread from:

RE: Designing a RESTful STEEM API

in #steem4 years ago

Hello
I want to review the operations performed on steem from 2016 to 2018, the steem api I was using was very time consuming and I had to send 26 million requests and collect block information. Now that I have read this post, can I use this link https://anyx.io/v1/account_history_api/get_ops_in_block?block_num=10000000&only_virtual=false
Use and get all the block information so that it is not time consuming and where can I store this information and analyze it? Can you please help me?