Skip to content

Commit

Permalink
update readm me
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lefebvre committed Nov 10, 2023
1 parent a1a155b commit 676b7de
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
## REST API

| Pathname | Description |
| ----------------------|-------------------------------------------------------- |
| GET `/` | [Swagger UI](https://swagger.io/resources/open-api/)
| GET `/chains` | Available `chains`
| GET `/supply` | ERC20 total supply
| GET `/contract` | ERC20 contract information (name,symbol,decimals)
| GET `/balance` | ERC20 balance changes
| GET `/health` | Health check
| GET `/metrics` | Prometheus metrics
| GET `/openapi` | [OpenAPI v3 JSON](https://spec.openapis.org/oas/v3.0.0)
| Pathname | Description |
| --------------- | ------------------------------------------------------- |
| GET `/` | [Swagger UI](https://swagger.io/resources/open-api/) |
| GET `/chains` | Available `chains` |
| GET `/supply` | ERC20 total supply |
| GET `/contract` | ERC20 contract information (name,symbol,decimals) |
| GET `/balance` | ERC20 balance changes |
| GET `/holders` | ERC20 contract's holders |
| GET `/health` | Health check |
| GET `/metrics` | Prometheus metrics |
| GET `/openapi` | [OpenAPI v3 JSON](https://spec.openapis.org/oas/v3.0.0) |

## Requirements

Expand Down

0 comments on commit 676b7de

Please sign in to comment.