Cardano · Example Payload

Network Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

Network Example is an example object payload from Cardano, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

supplystake

Example Payload

Raw ↑
{
  "supply": {
    "max": "45000000000000000",
    "total": "32890715183299160",
    "circulating": "32412601976210393",
    "locked": "125006953355",
    "treasury": "98635632000000",
    "reserves": "46635632000000"
  },
  "stake": {
    "live": "23204950463991654",
    "active": "22210233523456321"
  }
}