Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nokitakaze/ethereum-api-balance
HTTP-service for Ethereum balance receiving
https://github.com/nokitakaze/ethereum-api-balance
ethereum
Last synced: about 1 month 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T13:02:25.000Z (over 2 years ago)
- Last Synced: 2023-03-11T19:33:11.287Z (almost 2 years 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
===========
[![Docker pulls](https://badgen.net/docker/pulls/nokitakaze/ethereum-api-balance)](https://hub.docker.com/r/nokitakaze/ethereum-api-balance)
[![Docker stars](https://badgen.net/docker/stars/nokitakaze/ethereum-api-balance?icon=docker&label=stars)](https://hub.docker.com/r/nokitakaze/ethereum-api-balance)
[![Docker image size](https://badgen.net/docker/size/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.**
![Swagger page](docs/swagger.png)
![Example in Postman](docs/postman.png)
## 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**.