Authorization: Bearer ********************{
"page": 1,
"limit": 10,
"date": "2024-01-01",
"group": "ENTITY_ACCOUNT",
"subGroup": "ENTITY_ACCOUNT",
"entityAccountIds": [
1,
2
],
"defiHoldingProtocolIds": [
1,
2
],
"typeList": [
1,
2
]
}curl --location 'https://web-api.blockindex.com/entity//defiHolding/stats' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"page": 1,
"limit": 10,
"date": "2024-01-01",
"group": "ENTITY_ACCOUNT",
"subGroup": "ENTITY_ACCOUNT",
"entityAccountIds": [
1,
2
],
"defiHoldingProtocolIds": [
1,
2
],
"typeList": [
1,
2
]
}'{}