mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 11:26:44 +01:00
Account API
This commit is contained in:
@@ -51,7 +51,7 @@ func SetAPIEndpoints(
|
||||
if explorerEndpoints {
|
||||
// Account
|
||||
server.GET("/accounts", getAccounts)
|
||||
server.GET("/accounts/:hermezEthereumAddress/:accountIndex", getAccount)
|
||||
server.GET("/accounts/:accountIndex", getAccount)
|
||||
server.GET("/exits", getExits)
|
||||
server.GET("/exits/:batchNum/:accountIndex", getExit)
|
||||
// Transaction
|
||||
|
||||
Reference in New Issue
Block a user