HTTP-service for Ethereum balance receiving
You could use plain HTTP get requests to obtaining main coin and ERC-20 tokens balance and current nonce id for addresses in Ethereum-like chain (e.g. Ethereum, Goeli, Binance Smart Chain/BNB Smart Chain).
Swagger included.
version: "3"
services:
app:
image: nokitakaze/ethereum-api-balance
ports:
- "5267:5267"
Then
docker-compose up -d
Licensed under the Apache License.
This software is provided "AS IS" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.