Whuffies
Ethereum address (0x-prefixed, 20 bytes)
Successful response
Invalid input data
Not found
Internal server error
GET /api/v2/whuffies/balance/{address} HTTP/1.1
Host: api.ethos.network
Accept: */*
{
"balance": 1
}Total supply less every wallet held out of circulation, as an exact decimal token amount. Add ?format=plain for the bare number as text/plain. The excluded wallets and the formula are published at https://whitepaper.ethos.network.
Successful response
Invalid input data
Not found
Internal server error
GET /api/v2/whuffies/circulating-supply HTTP/1.1
Host: api.ethos.network
Accept: */*
{
"result": "text"
}The contract’s current reward rate in basis points (rewardRateBps) with the pool-wide accounting behind it, read at one block and cached for 60 seconds.
Successful response
Invalid input data
Not found
Internal server error
GET /api/v2/whuffies/reward-pool HTTP/1.1
Host: api.ethos.network
Accept: */*
{
"accountedRewardBalance": 1,
"blockNumber": 1,
"emissionRateBps": 1,
"rewardRateBps": 1,
"timestamp": 1,
"totalAccruedNotPaid": 1,
"totalCommitted": 1
}Successful response
Invalid input data
Not found
Internal server error
GET /api/v2/whuffies/token-metadata HTTP/1.1
Host: api.ethos.network
Accept: */*
{
"decimals": 1,
"name": "text",
"symbol": "text"
}Successful response
Invalid input data
Not found
Internal server error
GET /api/v2/whuffies/token-sale-state HTTP/1.1
Host: api.ethos.network
Accept: */*
{
"phase": "text"
}Every WHUF in existence, as an exact decimal token amount. Add ?format=plain for the bare number as text/plain. The formula is published at https://whitepaper.ethos.network.
Successful response
Invalid input data
Not found
Internal server error
GET /api/v2/whuffies/total-supply HTTP/1.1
Host: api.ethos.network
Accept: */*
{
"result": "text"
}Last updated