post https://avalanche-rewards.datahub.figment.io/v2/rewards
Response
xxxxxxxxxx
curl --request POST \
--url https://avalanche-rewards.datahub.figment.io/v2/rewards \
--header 'Authorization: your-api-key-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
24{
"data": [
{
"accounts": [
"avax19zfygxaf59stehzedhxjesads0p5jdvfeedal0"
],
"chain_id": "P",
"validator": "NodeID-KcCxyypJ5m55f17fbuzkKqeotY64DScum",
"timestamp": "2023-07-21T00:00:00Z",
"rewards": [
{
"text": "0.278488965",
"currency": "AVAX",
"numeric": 278488965,
"exp": 9
}
]
}
],
"meta": {
"network": "avalanche",
"period_unit": "daily"
}
}