Fetches the balance of the provided Ethereum address.
address(required): The Ethereum address for which to retrieve the balance.- Example:
0x95222290dd7278aa3ddd389cc1e1d165cc4bafe5
- Example:
blockTag(optional): The state block number. If not provided, defaults tolatest.
curl --request GET \
--url 'http://localhost:8000/balance?address=0x95222290DD7278Aa3Ddd389Cc1E1d165CC4BAfe5&blockTag=latest'Performs a health check on the service.
- Returns a 200 status code if at least one provider is alive.
- Returns a 500 status code if no providers are alive.
curl --request GET \
--url 'http://localhost:8000/ht'Retrieves Prometheus metrics for the service.
curl --request GET \
--url 'http://localhost:8000/metrics'