Skip to content

Commit

Permalink
Adding API point to get fee balance per account
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrell committed Oct 11, 2024
1 parent da5774d commit 26f6d6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sequencer/api/merklized_state.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[route.getfeebalance]
PATH = ["/fee_balance/:address"]
":address" = "Literal"
DOC = "Get current balance in address account."

0 comments on commit 26f6d6e

Please sign in to comment.