/account/importances - NEM
Example code for the /account/importances rest method. Сomplete guide on how to use /account/importances rest in GetBlock.io Web3 documentation.
Parameters
-
Request
Response
{
"data": [
{
"address": "NDPPQQBSFUSKZLMFBWCABPQXACL37LAYY5WYUMRC",
"importance": {
"score": 1.3088348500020282e-05,
"ev": 0.00010148836802955796,
"isSet": 1,
"height": 3943974
}
},
{
"address": "NDF6GNC6X7JB2WKI2FRQPD6Z7JKWXZDZLD4PNMAE",
"importance": {
"score": 1.3739872706021945e-05,
"ev": 0.00010148836802955796,
"isSet": 1,
"height": 3943974
}
},
{
"address": "NDDOMMTAD45CTYRQQPYPHS2ELYLANS3H5YHRDTZN",
"importance": {
"score": 1.2558726947931209e-05,
"ev": 0.00010148836802955796,
"isSet": 1,
"height": 3943974
}
}
]
}
Last updated