Cardano · Example Payload

Account Addresses Total Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

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

Top-level fields

stake_addressreceived_sumsent_sumtx_count

Example Payload

Raw ↑
{
  "stake_address": "stake1u9l5q5jwgelgagzyt6nuaasefgmn8pd25c8e9qpeprq0tdcp0e3uk",
  "received_sum": [
    {
      "unit": "string",
      "quantity": "string"
    }
  ],
  "sent_sum": [
    {
      "unit": "string",
      "quantity": "string"
    }
  ],
  "tx_count": 12
}