Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.16 KB

Ethereum API Balance Service

Docker pulls Docker stars Docker image size

HTTP-service for Ethereum balance receiving

Using

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.

Swagger page

Example in Postman

Docker

version: "3"
services:
    app:
        image: nokitakaze/ethereum-api-balance
        ports:
            - "5267:5267"

Then

docker-compose up -d

License

Licensed under the Apache License.

This software is provided "AS IS" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.