Get Home
GET/api/v1/kaia
Free [1 Credits]
Common information about Kaia (stats, klay price)
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
summary
object
required
consensusNode int32required
avgBlockTime24h Average Block Creation Time (string)required
avgBlockTime1h Average Block Creation Time (string)required
avgTxPerBlock24h doublerequired
klayPrice
object
required
usdPrice Kaia Dollar Price (number)required
btcPrice Kaia Bitcoin Price (number)required
usdPriceChanges Kaia Dollar Price Change Ratio (number)required
marketCap Market Cap (number)required
totalSupply Total Supply (number)required
volume Kaia Dollar Volume 24h (number)required
{
"summary": {
"consensusNode": 0,
"avgBlockTime24h": "string",
"avgBlockTime1h": "string",
"avgTxPerBlock24h": 0
},
"klayPrice": {
"usdPrice": 0,
"btcPrice": 0,
"usdPriceChanges": 0,
"marketCap": 0,
"totalSupply": 0,
"volume": 0
}
}
Loading...