https://github.com/nokitakaze/ethereum-api-balance
HTTP-service for Ethereum balance receiving
https://github.com/nokitakaze/ethereum-api-balance
ethereum
Last synced: 4 months ago
JSON representation
HTTP-service for Ethereum balance receiving
- Host: GitHub
- URL: https://github.com/nokitakaze/ethereum-api-balance
- Owner: nokitakaze
- License: apache-2.0
- Created: 2022-07-29T16:51:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T13:02:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T21:34:26.207Z (6 months ago)
- Topics: ethereum
- Language: C#
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ethereum API Balance Service
===========
[](https://hub.docker.com/r/nokitakaze/ethereum-api-balance)
[](https://hub.docker.com/r/nokitakaze/ethereum-api-balance)
[](https://hub.docker.com/r/nokitakaze/ethereum-api-balance)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.**


## Docker
```yml
version: "3"
services:
app:
image: nokitakaze/ethereum-api-balance
ports:
- "5267:5267"
```Then
```sh
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**.