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
genesisSupply
Requiredinteger
The supply at the genesis of the Nimiq 2.0 chain.
genesisTime
Requiredinteger
The time in milliseconds since the genesis block.
currentTime
Requiredinteger
The current time in milliseconds since the genesis block.
Supply at the specific time retrieved successfully