Skip to main content

Rewards - Polygon


Rewards by checkpoint

Returns delegator rewards by checkpoint

URL

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

Request

  • accounts* : Takes an array of addresses.
  • start* and end* : Checkpoint 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. This is a checksummed ethereum address including lower case and capital letters.
    • validator: The "owner address" of the validator which distributed the rewards
    • period: The checkpoint number
    • timestamp: The timestamp of the end of the period
    • 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)..
    • balances : An array of objects containing numeric, exp, currency, and text. It returns the account’s current balance.
  • meta
    • network: polygon
    • period_unit: checkpoint
Request (try it)
Example Response
{
"data": [
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000817335418355351",
"currency": "MATIC",
"numeric": 817335418355351,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45500",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-03T17:32:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.003541788460230278",
"currency": "MATIC",
"numeric": 3541788460230278,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45501",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-03T19:37:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001634670814352807",
"currency": "MATIC",
"numeric": 1634670814352807,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45502",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-03T20:28:59Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000544890271450935",
"currency": "MATIC",
"numeric": 544890271450935,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45503",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-03T20:51:35Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001362225325634695",
"currency": "MATIC",
"numeric": 1362225325634695,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45504",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-03T21:29:35Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000544890130253878",
"currency": "MATIC",
"numeric": 544890130253878,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45505",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-03T21:47:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000544890718142403",
"currency": "MATIC",
"numeric": 544890718142403,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45506",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-03T22:10:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000544890718142402",
"currency": "MATIC",
"numeric": 544890718142402,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45507",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-03T22:32:59Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.003269331517099541",
"currency": "MATIC",
"numeric": 3269331517099541,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45508",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T00:22:11Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002179603627213257",
"currency": "MATIC",
"numeric": 2179603627213257,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45509",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T01:29:35Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001089801813606628",
"currency": "MATIC",
"numeric": 1089801813606628,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45510",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T02:12:23Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000817352307228386",
"currency": "MATIC",
"numeric": 817352307228386,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45511",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T02:38:11Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000817352099654057",
"currency": "MATIC",
"numeric": 817352099654057,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45512",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T03:06:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000817350369275355",
"currency": "MATIC",
"numeric": 817350369275355,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45513",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T03:27:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002182353863211964",
"currency": "MATIC",
"numeric": 2182353863211964,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45514",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T04:49:35Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000818382698704486",
"currency": "MATIC",
"numeric": 818382698704486,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45515",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T05:12:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000545588237415025",
"currency": "MATIC",
"numeric": 545588237415025,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45516",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T05:35:11Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000818392852836159",
"currency": "MATIC",
"numeric": 818392852836159,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45517",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T05:59:35Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.00081839394912753",
"currency": "MATIC",
"numeric": 818393949127530,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45518",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T06:24:23Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000545595966085019",
"currency": "MATIC",
"numeric": 545595966085019,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45519",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T06:50:11Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000818418393227584",
"currency": "MATIC",
"numeric": 818418393227584,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45520",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T07:13:59Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.004637742158772941",
"currency": "MATIC",
"numeric": 4637742158772941,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45521",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T09:52:11Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001636886770808507",
"currency": "MATIC",
"numeric": 1636886770808507,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45522",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T10:51:11Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000818443920140354",
"currency": "MATIC",
"numeric": 818443920140354,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45523",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T11:16:35Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000818444029159155",
"currency": "MATIC",
"numeric": 818444029159155,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45524",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T11:44:11Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002455328023152605",
"currency": "MATIC",
"numeric": 2455328023152605,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45525",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T13:07:59Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.00081844209639817",
"currency": "MATIC",
"numeric": 818442096398170,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45526",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T13:32:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001364069775108591",
"currency": "MATIC",
"numeric": 1364069775108591,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45527",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T14:21:23Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000818441705170425",
"currency": "MATIC",
"numeric": 818441705170425,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45528",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T14:47:11Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001909698672508015",
"currency": "MATIC",
"numeric": 1909698672508015,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45529",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T15:55:11Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002727781427975577",
"currency": "MATIC",
"numeric": 2727781427975577,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45530",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T17:22:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001364004904107842",
"currency": "MATIC",
"numeric": 1364004904107842,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45531",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T18:08:23Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.00300081107377515",
"currency": "MATIC",
"numeric": 3000811073775150,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45532",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T19:53:11Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.00054559717271413",
"currency": "MATIC",
"numeric": 545597172714130,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45533",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T20:12:59Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000818395759071196",
"currency": "MATIC",
"numeric": 818395759071196,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45534",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T20:34:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.003000792711524979",
"currency": "MATIC",
"numeric": 3000792711524979,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45535",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T22:22:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002182394157753532",
"currency": "MATIC",
"numeric": 2182394157753532,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45536",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T23:32:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000545598539438382",
"currency": "MATIC",
"numeric": 545598539438382,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45537",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-04T23:56:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002182394067417617",
"currency": "MATIC",
"numeric": 2182394067417617,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45538",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-05T01:08:59Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000818420615566714",
"currency": "MATIC",
"numeric": 818420615566714,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45539",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-05T01:34:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001909647037079876",
"currency": "MATIC",
"numeric": 1909647037079876,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45540",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-05T02:44:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.00081842287914361",
"currency": "MATIC",
"numeric": 818422879143610,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45541",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-05T03:23:59Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001091230505524813",
"currency": "MATIC",
"numeric": 1091230505524813,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45542",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-05T03:49:35Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002182457574336714",
"currency": "MATIC",
"numeric": 2182457574336714,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45543",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-05T05:05:11Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000818415549475976",
"currency": "MATIC",
"numeric": 818415549475976,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45544",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-05T05:31:59Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000818500717948384",
"currency": "MATIC",
"numeric": 818500717948384,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45545",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-05T05:57:47Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000545667145298923",
"currency": "MATIC",
"numeric": 545667145298923,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45546",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-05T06:22:23Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001909835403085308",
"currency": "MATIC",
"numeric": 1909835403085308,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45547",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-05T07:31:35Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000818496323288337",
"currency": "MATIC",
"numeric": 818496323288337,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45548",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-05T08:03:59Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000818496323288337",
"currency": "MATIC",
"numeric": 818496323288337,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45549",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-05T08:32:23Z"
},
{
"accounts": [
"0x4c5b652e35f34c9d3cD4BFe0Ffcd661FB1cB4410"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.000818496306131249",
"currency": "MATIC",
"numeric": 818496306131249,
"exp": 18
}
],
"balances": [
{
"text": "302.56",
"currency": "MATIC",
"numeric": 302560000000000000000,
"exp": 18
}
],
"period": "45550",
"validator": "0xF9e9b98dd99114C6C1B5C28Ae101849880E9542f",
"timestamp": "2023-05-05T08:57:35Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002157961626058381",
"currency": "MATIC",
"numeric": 2157961626058381,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45500",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-03T17:32:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.009351171395670983",
"currency": "MATIC",
"numeric": 9351171395670984,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45501",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-03T19:37:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.004315923193086552",
"currency": "MATIC",
"numeric": 4315923193086552,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45502",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-03T20:28:59Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001438641064362184",
"currency": "MATIC",
"numeric": 1438641064362184,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45503",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-03T20:51:35Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.003596601728920178",
"currency": "MATIC",
"numeric": 3596601728920178,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45504",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-03T21:29:35Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001438640691568071",
"currency": "MATIC",
"numeric": 1438640691568071,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45505",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-03T21:47:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001438642243734841",
"currency": "MATIC",
"numeric": 1438642243734841,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45506",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-03T22:10:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001438642243734841",
"currency": "MATIC",
"numeric": 1438642243734841,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45507",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-03T22:32:59Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.008631819689106767",
"currency": "MATIC",
"numeric": 8631819689106767,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45508",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T00:22:11Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.005754676576977766",
"currency": "MATIC",
"numeric": 5754676576977766,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45509",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T01:29:35Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002877338288488884",
"currency": "MATIC",
"numeric": 2877338288488884,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45510",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T02:12:23Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002158006216735717",
"currency": "MATIC",
"numeric": 2158006216735717,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45511",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T02:38:11Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002158005668689682",
"currency": "MATIC",
"numeric": 2158005668689682,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45512",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T03:06:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002158001100074701",
"currency": "MATIC",
"numeric": 2158001100074701,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45513",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T03:27:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.005761937859940097",
"currency": "MATIC",
"numeric": 5761937859940097,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45514",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T04:49:35Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002160726697477537",
"currency": "MATIC",
"numeric": 2160726697477537,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45515",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T05:12:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001440483861985991",
"currency": "MATIC",
"numeric": 1440483861985991,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45516",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T05:35:11Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002160753506821663",
"currency": "MATIC",
"numeric": 2160753506821663,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45517",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T05:59:35Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002160756401293936",
"currency": "MATIC",
"numeric": 2160756401293936,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45518",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T06:24:23Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001440504267529291",
"currency": "MATIC",
"numeric": 1440504267529291,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45519",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T06:50:11Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002160820939583499",
"currency": "MATIC",
"numeric": 2160820939583499,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45520",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T07:13:59Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.012244752136550593",
"currency": "MATIC",
"numeric": 12244752136550592,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45521",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T09:52:11Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.004321773849853685",
"currency": "MATIC",
"numeric": 4321773849853685,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45522",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T10:51:11Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002160888336758457",
"currency": "MATIC",
"numeric": 2160888336758457,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45523",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T11:16:35Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002160888624594254",
"currency": "MATIC",
"numeric": 2160888624594254,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45524",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T11:44:11Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.00648265514298988",
"currency": "MATIC",
"numeric": 6482655142989880,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45525",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T13:07:59Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002160883521641482",
"currency": "MATIC",
"numeric": 2160883521641482,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45526",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T13:32:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.003601471518111353",
"currency": "MATIC",
"numeric": 3601471518111353,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45527",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T14:21:23Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002160882488706359",
"currency": "MATIC",
"numeric": 2160882488706359,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45528",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T14:47:11Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.005042062732212617",
"currency": "MATIC",
"numeric": 5042062732212617,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45529",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T15:55:11Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.007201997507572575",
"currency": "MATIC",
"numeric": 7201997507572575,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45530",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T17:22:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.003601300243103423",
"currency": "MATIC",
"numeric": 3601300243103423,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45531",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T18:08:23Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.007922861286603903",
"currency": "MATIC",
"numeric": 7922861286603903,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45532",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T19:53:11Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001440507453319677",
"currency": "MATIC",
"numeric": 1440507453319677,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45533",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T20:12:59Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002160761179979516",
"currency": "MATIC",
"numeric": 2160761179979516,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45534",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T20:34:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.007922812805857385",
"currency": "MATIC",
"numeric": 7922812805857385,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45535",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T22:22:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.00576204424719861",
"currency": "MATIC",
"numeric": 5762044247198610,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45536",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T23:32:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001440511061799652",
"currency": "MATIC",
"numeric": 1440511061799652,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45537",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-04T23:56:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.005762044008690117",
"currency": "MATIC",
"numeric": 5762044008690117,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45538",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-05T01:08:59Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002160826807092061",
"currency": "MATIC",
"numeric": 2160826807092061,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45539",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-05T01:34:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.005041926402292288",
"currency": "MATIC",
"numeric": 5041926402292288,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45540",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-05T02:44:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002160832783478215",
"currency": "MATIC",
"numeric": 2160832783478215,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45541",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-05T03:23:59Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002881110377970954",
"currency": "MATIC",
"numeric": 2881110377970954,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45542",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-05T03:49:35Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.005762211682195173",
"currency": "MATIC",
"numeric": 5762211682195173,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45543",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-05T05:05:11Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002160813431396892",
"currency": "MATIC",
"numeric": 2160813431396892,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45544",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-05T05:31:59Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002161038296600428",
"currency": "MATIC",
"numeric": 2161038296600428,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45545",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-05T05:57:47Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.001440692197733619",
"currency": "MATIC",
"numeric": 1440692197733619,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45546",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-05T06:22:23Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.005042423733745504",
"currency": "MATIC",
"numeric": 5042423733745504,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45547",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-05T07:31:35Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002161026693643395",
"currency": "MATIC",
"numeric": 2161026693643395,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45548",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-05T08:03:59Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002161026693643395",
"currency": "MATIC",
"numeric": 2161026693643395,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45549",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-05T08:32:23Z"
},
{
"accounts": [
"0xA722e1F10Bc95c102251A13c2bbCB61A67257003"
],
"chain_id": "mainnet",
"rewards": [
{
"text": "0.002161026648344565",
"currency": "MATIC",
"numeric": 2161026648344565,
"exp": 18
}
],
"balances": [
{
"text": "887.59",
"currency": "MATIC",
"numeric": 887590000000000000000,
"exp": 18
}
],
"period": "45550",
"validator": "0xD3136a99Be75bEB3565c386cA28076E3A5621C56",
"timestamp": "2023-05-05T08:57:35Z"
}
],
"meta": {
"network": "polygon",
"period_unit": "checkpoint"
}
}