description:Number of blocks after the beginning of a slot after which any coordinator can forge if the winner has not forged any batch in that slot.
example:3
closedAuctionSlots:
type:integer
description:Amount of slots between the current slot and the slot auction that is closed. Example if the value is 2, when slot 10 begins, the auction of the slot 12 gets closed.
example:2
openAuctionSlots:
type:integer
description:How many days in advance are auctions opened.
defaultSlotSetBid:
type:array
description:"Initial minimal bid for each auction. Expressed as an array of 6 values. To calculate which value corresponds to each slot: `initialMinimalBidding[slotNum%6]`."
items:
type:integer
example:[32,0,68,21,55,99]
outbidding:
type:number
description:Minimum outbid over the previous one to consider it valid.
example:3.64
donationAddress:
allOf:
- $ref:'#/components/schemas/EthereumAddress'
- description:Ethereum address where the donations will go to.
description:Number of blocks after the beginning of a slot after which any coordinator can forge if the winner has not forged any batch in that slot.
example:3
closedAuctionSlots:
type:integer
description:Amount of slots between the current slot and the slot auction that is closed. Example if the value is 2, when slot 10 begins, the auction of the slot 12 gets closed.
example:2
openAuctionSlots:
type:integer
description:How many days in advance are auctions opened.
defaultSlotSetBid:
type:array
description:"Initial minimal bid for each auction. Expressed as an array of 6 values. To calculate which value corresponds to each slot: `initialMinimalBidding[slotNum%6]`."
items:
type:integer
example:[32,0,68,21,55,99]
outbidding:
type:number
description:Minimum outbid over the previous one to consider it valid.
example:3.64
donationAddress:
allOf:
- $ref:'#/components/schemas/EthereumAddress'
- description:Ethereum address where the donations will go to.
- description:The time that anyone needs to wait until a withdrawal of the funds is allowed, in seconds.
- example:539573849
emergencyModeStartingTime:
type:integer
description:Second (since unix epoch) in which the emergency mode has been activated.
example:10
emergencyMode:
type:boolean
description:Indicates if emergency mode has been activated.
example:false
additionalProperties:false
required:
- ethereumBlockNum
- hermezGovernanceDAOAddress
- whiteHackGroupAddress
- hermezKeeperAddress
- withdrawalDelay
- emergencyModeStartingTime
- emergencyMode
StateMetrics:
type:object
description:Metrics of the network
properties:
transactionsPerBatch:
type:number
description:Average transactions per batch in the last 24 hours.
example:2002.7
batchFrequency:
type:number
description:Average elapsed time between batches in the last 24 hours, in seconds.
example:8.9
transactionsPerSecond:
type:number
description:Average transactions per second in the last 24 hours.
example:302.3
totalAccounts:
type:integer
description:Number of created accounts.
example:90473
totalBJJs:
type:integer
description:Number of different registered BJJs.
example:23067
avgTransactionFee:
type:number
description:Average fee percentage paid for L2 transactions in the last 24 hours.
example:1.54
additionalProperties:false
required:
- transactionsPerBatch
- batchFrequency
- transactionsPerSecond
- totalAccounts
- totalBJJs
- avgTransactionFee
PendingItems:
PendingItems:
type:integer
type:integer
description:Amount of items that will be returned in subsequent calls to the endpoint, as long as they are done with same filters. When the value is 0 it means that all items have been sent.
description:Amount of items that will be returned in subsequent calls to the endpoint, as long as they are done with same filters. When the value is 0 it means that all items have been sent.