Skip to content

nokitakaze/ethereum-api-balance

Repository files navigation

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.

About

HTTP-service for Ethereum balance receiving

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published