zksync_external_price_api 0.1.0

ZKsync clients for fetching token prices
Documentation
1
2
3
4
5
6
7
# Price API Client

This crate provides a simple trait to be implemented by clients interacting with external price APIs to fetch
ETH<->BaseToken ratio.

All clients should be implemented here and used by the node framework layer, which will be agnostic to the number of
clients available.