Network
Fetch supply at a specific time
Retrieves the supply at a specific block height from the Nimiq RPC. The supply is calculated using the supply decay formula.
GET
/
getSupplyAt/{genesisSupply}/{genesisTime}/{currentTime}Path Parameters
genesisSupplyRequiredinteger
The supply at the genesis of the Nimiq 2.0 chain.
genesisTimeRequiredinteger
The time in milliseconds since the genesis block.
currentTimeRequiredinteger
The current time in milliseconds since the genesis block.
Supply at the specific time retrieved successfully