https://github.com/bxdoan/py-zkscan-api
Python Zksync Scan API
https://github.com/bxdoan/py-zkscan-api
api scan scanner zksync
Last synced: 8 months ago
JSON representation
Python Zksync Scan API
- Host: GitHub
- URL: https://github.com/bxdoan/py-zkscan-api
- Owner: bxdoan
- License: mit
- Created: 2023-07-13T15:10:59.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T05:33:12.000Z (almost 3 years ago)
- Last Synced: 2025-07-31T07:45:26.171Z (10 months ago)
- Topics: api, scan, scanner, zksync
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# py-zkscan-api
Python Zksync Scan API
A Python wrapper for the zksync scan api to fetch data and metadata from the zksync blockchain
## Install
```shell
pip3 install git+https://github.com/bxdoan/py-zkscan-api.git
```
## Usage
📚 Click to see some basic examples
Get block info
```python3
from py_zkscan_api import Explorers
info = Explorers().get_last_block()
print(info)
```
## Contact
[](https://t.me/bxdoan)
[](https://twitter.com/bxdoan)
[](mailto:hi@bxdoan.com)
## Thanks for use
Buy me a coffee
[](https://www.buymeacoffee.com/bxdoan)
[](https://etherscan.io/address/0x610322AeF748238C52E920a15Dd9A8845C9c0318)
[](https://paypal.me/bxdoan)