API & SQL Access
AnyBlock Analytics (eth.events) offers access to POA core and Sokol testnet through ElasticSearch and the ability to query a SQL Database.
Last updated
AnyBlock Analytics (eth.events) offers access to POA core and Sokol testnet through ElasticSearch and the ability to query a SQL Database.
Last updated
1) Go to https://account.anyblock.tools/auth/login/ and sign up for a free account.
2) You will receive an API key and SQL username/password.
Your API key is used to replace $mytoken
in standard queries.
Queries use the poa eth.events endpoint:
Sokol Testnet: https://api.eth.events/ethereum/poa/sokol/es/
Example Queries are located here: https://docs.anyblockanalytics.com/en/latest/elastic/example-queries/index.html
Documentation regarding ElasticSearch API calls is available here: https://docs.anyblockanalytics.com/en/latest/elastic/index.html
For example, this curl query will show us data about the last 2 blocks.
1) Download a SQL client Anyblock Analytics suggests PGAdmin4
2) Click on Server -> Create -> Server
3) In the General Tab, choose a Name for your server instance
4) Go to the Connection Tab, and fill in the information from your AnyBlock Analytics Account and click Save:
Host name.address | sql.anyblock.tools |
Port | 45432 |
Maintenance database | ethereum_ethereum_mainnet (or another db from the list) |
Username | <your_username> |
Password | <your_password> |
5) You will see a list of all databases.
Click on ethereum_poa_core or ethereum_poa_sokol to interact with POA data.
To Query the DB, go to Tools -> Query Tool
6) Try a Query!
Check you are in the correct POA database.
Enter your Query (this query shows info about the most recent block).
Click the lighting icon to execute.
Output from query.
7) Explore different queries and information in the SQL documentation and tutorials available here: https://docs.anyblockanalytics.com/en/latest/sql/tutorials/sql.html
Example query to get transactions to the AMB contract on POA Mainnet