Skip to main content

Rewards - Cardano


Rewards by epoch

Returns member (delegator) and leader (validator) rewards by epoch. We report rewards at the epoch at which it was distributed (2 epochs after the epoch the rewards were earned in).

URL

https://cardano-rewards.datahub.figment.io/v2/rewards

Request

  • accounts* : Takes an array of addresses.
  • start* and end* : Epoch numbers (as integers) or timestamps (as strings "YYYY-MM-DD").

Response

The response is broken down between meta and data:

  • data : An array of objects, one for each period and accounts, containing:
    • accounts: The account that received the reward.
    • validator: The address of the validator which distributed the rewards
    • period: The epoch number
    • timestamp: The timestamp of the end of the epoch
    • rewards : An array of objects.
      • The formula to compute the final rewards in the currency unit is numeric x 10^(-exp) (text being the string version of this).
      • It also includes a type field which can be either member or leader
    • balances : An array of objects containing numeric, exp, currency, and text. It is returning the account's staked balance to the pool for the epoch.
    • stake_key_hash: The stake key hash portion of the stake address. This is the bech32 decoded stake address with the first byte stripped and then hex encoded. It’s a common alternative way to search for a stake address.
  • meta
    • network: cardano
    • period_unit: epoch
Request (try it)
Example Response
{
"data": [
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "823.370257",
"currency": "ADA",
"numeric": 823370257,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool1fqwnqk3phwa2s5thgym8dw34pv0z67m526uqprnjh93cvzxymef",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "54.963994",
"currency": "ADA",
"numeric": 54963994,
"exp": 6,
"type": "member"
},
{
"text": "620.281636",
"currency": "ADA",
"numeric": 620281636,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "23917.454175",
"currency": "ADA",
"numeric": 23917454175,
"exp": 6
}
],
"period": "417",
"validator": "pool1caulv7s08g0jnptzdc69qycptacu7fzahny2epzh7sh9vhqz6xz",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1453.30069",
"currency": "ADA",
"numeric": 1453300690,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool1q0a7a94cfk4ph7gugj636tsuhhd98l2sfjv2adhaff2mvs7kmtl",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "808.73606",
"currency": "ADA",
"numeric": 808736060,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool1qnrqc7zpwye2r9wtkayh2dryvfqs7unp99f2039duljrsaffq5c",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1418.083314",
"currency": "ADA",
"numeric": 1418083314,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool167zl76srpt5a2gthpsq0ye9z4fpray5vsh7xyzcn63hd5mnw7fa",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "576.790117",
"currency": "ADA",
"numeric": 576790117,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool1ecvcst7k9eul4ggnljh0jw2s5nc2tyfmyzsx3xg3kmmz6ptgfwj",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "649.40451",
"currency": "ADA",
"numeric": 649404510,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool1jg3fmnmc9n52sgzslhhvhye5e3xeqmrwkekdhh82sma47r47zg0",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1185.874098",
"currency": "ADA",
"numeric": 1185874098,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool1uhy50u9y76nd6z2xmzt3mta0yc7g3gdssef8lheyyg7zzymgzm8",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "895.92543",
"currency": "ADA",
"numeric": 895925430,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool104avq7309gjm0fxms69yqusxy8zf888k4mamngg5vnc6vculpzq",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "750.760588",
"currency": "ADA",
"numeric": 750760588,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool16hs0jxw7h6pwg3ru7rcq3yvg4csj7lhmcpj68kqem2sh5nt8mwk",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "518.829837",
"currency": "ADA",
"numeric": 518829837,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool15r7xg0vrrv2yu8wj3866eap8ftkuxvdk5rjz2lh4xajjq5v3p5d",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "838.060518",
"currency": "ADA",
"numeric": 838060518,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool1jdhjfcu34lq88rypdtslzwyf27uh0h3apcr9mjd68zhc69r29fy",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "649.338143",
"currency": "ADA",
"numeric": 649338143,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool1ea568m9q882n0tx5d4vxff2dmz2n7rq5h62hx5ystq625m4tcfu",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "987.605489",
"currency": "ADA",
"numeric": 987605489,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool1qnrqc7zpwye2r9wtkayh2dryvfqs7unp99f2039duljrsaffq5c",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "763.464492",
"currency": "ADA",
"numeric": 763464492,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool1fqwnqk3phwa2s5thgym8dw34pv0z67m526uqprnjh93cvzxymef",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "673.922655",
"currency": "ADA",
"numeric": 673922655,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool1ea568m9q882n0tx5d4vxff2dmz2n7rq5h62hx5ystq625m4tcfu",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "733.837953",
"currency": "ADA",
"numeric": 733837953,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool1uhy50u9y76nd6z2xmzt3mta0yc7g3gdssef8lheyyg7zzymgzm8",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1301.335455",
"currency": "ADA",
"numeric": 1301335455,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool1jg3fmnmc9n52sgzslhhvhye5e3xeqmrwkekdhh82sma47r47zg0",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1420.918453",
"currency": "ADA",
"numeric": 1420918453,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool1ecvcst7k9eul4ggnljh0jw2s5nc2tyfmyzsx3xg3kmmz6ptgfwj",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "479.581034",
"currency": "ADA",
"numeric": 479581034,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool15r7xg0vrrv2yu8wj3866eap8ftkuxvdk5rjz2lh4xajjq5v3p5d",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "6.609796",
"currency": "ADA",
"numeric": 6609796,
"exp": 6,
"type": "member"
},
{
"text": "688.884642",
"currency": "ADA",
"numeric": 688884642,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "35161.173367",
"currency": "ADA",
"numeric": 35161173367,
"exp": 6
}
],
"period": "418",
"validator": "pool1caulv7s08g0jnptzdc69qycptacu7fzahny2epzh7sh9vhqz6xz",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "778.390863",
"currency": "ADA",
"numeric": 778390863,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool16hs0jxw7h6pwg3ru7rcq3yvg4csj7lhmcpj68kqem2sh5nt8mwk",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "599.055531",
"currency": "ADA",
"numeric": 599055531,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool1jdhjfcu34lq88rypdtslzwyf27uh0h3apcr9mjd68zhc69r29fy",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "419.856396",
"currency": "ADA",
"numeric": 419856396,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool1q0a7a94cfk4ph7gugj636tsuhhd98l2sfjv2adhaff2mvs7kmtl",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1510.049353",
"currency": "ADA",
"numeric": 1510049353,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool104avq7309gjm0fxms69yqusxy8zf888k4mamngg5vnc6vculpzq",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxcmc9r2t7cxs0zw8qm8ztg3twvxryzghsc8eszek6kuwms23gya4"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1465.800399",
"currency": "ADA",
"numeric": 1465800399,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool167zl76srpt5a2gthpsq0ye9z4fpray5vsh7xyzcn63hd5mnw7fa",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "b1bc146a5fb0683c4e3836712d115b98619048bc307cc059b6adc76e"
},
{
"accounts": [
"stake1uxzgkt38jyre7eta9a6j3zj3y76a7mj96wmyaqm9mg7wk4q3sjh90"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "9.615414",
"currency": "ADA",
"numeric": 9615414,
"exp": 6,
"type": "member"
},
{
"text": "1377.775158",
"currency": "ADA",
"numeric": 1377775158,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "39362.898356",
"currency": "ADA",
"numeric": 39362898356,
"exp": 6
}
],
"period": "417",
"validator": "pool12vs4c3cm0tr49c7alrevfs0xa5g3s4al4fn46h33e69uusat04v",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "848b2e2791079f657d2f75288a5127b5df6e45d3b64e8365da3ceb54"
},
{
"accounts": [
"stake1uxzgkt38jyre7eta9a6j3zj3y76a7mj96wmyaqm9mg7wk4q3sjh90"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1556.884155",
"currency": "ADA",
"numeric": 1556884155,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool17kew7rtakc7g6qzydntann5umw08xq3ll2j7spk7en4kvff69fa",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "848b2e2791079f657d2f75288a5127b5df6e45d3b64e8365da3ceb54"
},
{
"accounts": [
"stake1uxzgkt38jyre7eta9a6j3zj3y76a7mj96wmyaqm9mg7wk4q3sjh90"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1135.338485",
"currency": "ADA",
"numeric": 1135338485,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool1uyvyxt9k9g038h567x8halej4x87j7m4r4zyz9lhv4dcv83husk",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "848b2e2791079f657d2f75288a5127b5df6e45d3b64e8365da3ceb54"
},
{
"accounts": [
"stake1uxzgkt38jyre7eta9a6j3zj3y76a7mj96wmyaqm9mg7wk4q3sjh90"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1204.894507",
"currency": "ADA",
"numeric": 1204894507,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool13crd2ljx87988umk22er6ynwadfwdqupdpcq6prc6v59z62kxse",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "848b2e2791079f657d2f75288a5127b5df6e45d3b64e8365da3ceb54"
},
{
"accounts": [
"stake1uxzgkt38jyre7eta9a6j3zj3y76a7mj96wmyaqm9mg7wk4q3sjh90"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1232.794083",
"currency": "ADA",
"numeric": 1232794083,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool1hntu7agmt8u5j9c20ejen7dvq0jfkvkpnul3mrdd8tppqvwfvt2",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "848b2e2791079f657d2f75288a5127b5df6e45d3b64e8365da3ceb54"
},
{
"accounts": [
"stake1uxzgkt38jyre7eta9a6j3zj3y76a7mj96wmyaqm9mg7wk4q3sjh90"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1106.905689",
"currency": "ADA",
"numeric": 1106905689,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "417",
"validator": "pool19r8kcmqpajlm6h5q0lv8jye0q7evdur39wfsgs4z98fcqpz9lct",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "848b2e2791079f657d2f75288a5127b5df6e45d3b64e8365da3ceb54"
},
{
"accounts": [
"stake1uxzgkt38jyre7eta9a6j3zj3y76a7mj96wmyaqm9mg7wk4q3sjh90"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1601.818943",
"currency": "ADA",
"numeric": 1601818943,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool1uyvyxt9k9g038h567x8halej4x87j7m4r4zyz9lhv4dcv83husk",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "848b2e2791079f657d2f75288a5127b5df6e45d3b64e8365da3ceb54"
},
{
"accounts": [
"stake1uxzgkt38jyre7eta9a6j3zj3y76a7mj96wmyaqm9mg7wk4q3sjh90"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "14.736306",
"currency": "ADA",
"numeric": 14736306,
"exp": 6,
"type": "member"
},
{
"text": "1513.030556",
"currency": "ADA",
"numeric": 1513030556,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "46987.105847",
"currency": "ADA",
"numeric": 46987105847,
"exp": 6
}
],
"period": "418",
"validator": "pool12vs4c3cm0tr49c7alrevfs0xa5g3s4al4fn46h33e69uusat04v",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "848b2e2791079f657d2f75288a5127b5df6e45d3b64e8365da3ceb54"
},
{
"accounts": [
"stake1uxzgkt38jyre7eta9a6j3zj3y76a7mj96wmyaqm9mg7wk4q3sjh90"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1003.21987",
"currency": "ADA",
"numeric": 1003219870,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool17kew7rtakc7g6qzydntann5umw08xq3ll2j7spk7en4kvff69fa",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "848b2e2791079f657d2f75288a5127b5df6e45d3b64e8365da3ceb54"
},
{
"accounts": [
"stake1uxzgkt38jyre7eta9a6j3zj3y76a7mj96wmyaqm9mg7wk4q3sjh90"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "842.404093",
"currency": "ADA",
"numeric": 842404093,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool19r8kcmqpajlm6h5q0lv8jye0q7evdur39wfsgs4z98fcqpz9lct",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "848b2e2791079f657d2f75288a5127b5df6e45d3b64e8365da3ceb54"
},
{
"accounts": [
"stake1uxzgkt38jyre7eta9a6j3zj3y76a7mj96wmyaqm9mg7wk4q3sjh90"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1528.665418",
"currency": "ADA",
"numeric": 1528665418,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool1hntu7agmt8u5j9c20ejen7dvq0jfkvkpnul3mrdd8tppqvwfvt2",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "848b2e2791079f657d2f75288a5127b5df6e45d3b64e8365da3ceb54"
},
{
"accounts": [
"stake1uxzgkt38jyre7eta9a6j3zj3y76a7mj96wmyaqm9mg7wk4q3sjh90"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "1735.45283",
"currency": "ADA",
"numeric": 1735452830,
"exp": 6,
"type": "leader"
}
],
"balances": [
{
"text": "0",
"currency": "ADA",
"numeric": 0,
"exp": 6
}
],
"period": "418",
"validator": "pool13crd2ljx87988umk22er6ynwadfwdqupdpcq6prc6v59z62kxse",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "848b2e2791079f657d2f75288a5127b5df6e45d3b64e8365da3ceb54"
},
{
"accounts": [
"stake1uyt0qk5ngt3ktywn65gmp6lasd6su6jzqgc5ervc82ts7hsqz5d2v"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002851",
"currency": "ADA",
"numeric": 2851,
"exp": 6,
"type": "member"
}
],
"balances": [
{
"text": "7.307622",
"currency": "ADA",
"numeric": 7307622,
"exp": 6
}
],
"period": "417",
"validator": "pool19f6guwy97mmnxg9dz65rxyj8hq07qxud886hamyu4fgfz7dj9gl",
"timestamp": "2023-06-14T21:44:28Z",
"stake_key_hash": "16f05a9342e36591d3d511b0ebfd83750e6a4202314c8d983a970f5e"
},
{
"accounts": [
"stake1uyt0qk5ngt3ktywn65gmp6lasd6su6jzqgc5ervc82ts7hsqz5d2v"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002367",
"currency": "ADA",
"numeric": 2367,
"exp": 6,
"type": "member"
}
],
"balances": [
{
"text": "7.310473",
"currency": "ADA",
"numeric": 7310473,
"exp": 6
}
],
"period": "418",
"validator": "pool19f6guwy97mmnxg9dz65rxyj8hq07qxud886hamyu4fgfz7dj9gl",
"timestamp": "2023-06-19T21:43:55Z",
"stake_key_hash": "16f05a9342e36591d3d511b0ebfd83750e6a4202314c8d983a970f5e"
}
],
"meta": {
"network": "cardano",
"period_unit": "epoch"
}
}