Skip to main content

/waiting-list

Returns node waiting list

Parameters

  • none

Returns

  • address: (string) - Account bech32 address
  • nonce: (number) - Account current nonce
  • value : (number) - value of the node
  • rank: (number) - The node rank

Example

Request

curl -X 'GET' \
'https://elrond-api.public.blastapi.io/waiting-list' \
-H 'accept: application/json'

Result

[
{
"address": "erd1xvr6dpky02frqsa78jrsajql3tjpud6kz2u8kzlsgq045lcfur2s0t9h7f",
"value": "13127930030460629592",
"nonce": 10956588,
"rank": 1
},
{
"address": "erd1kfafdv2anc38xhpwlsn07rnt5307xttzkm75237lfr8m493rnz5qz8ezzd",
"value": "183000000000000000000",
"nonce": 10958538,
"rank": 2
},
{
"address": "erd1ensvu2tkemkfg5pq88eeyxtcepea640qld7haawm4vg7fmtmd8zqqgkads",
"value": "10000000000000000000",
"nonce": 10958922,
"rank": 3
},
{
"address": "erd1gugv3dh7jgzmnr4zq8q9mt3sa7sehy4hjmvcn7n6ct0psx6qvhkslzgezt",
"value": "60000000000000000000",
"nonce": 10964774,
"rank": 4
},
{
"address": "erd1u5wz3vzj7mz9z7h4e88hdj57xy4pheh7q3ng9aj62jsw3xeu9vzsfehl2e",
"value": "21500000000000000000",
"nonce": 10965027,
"rank": 5
},
{
"address": "erd1953avzwm9tex8tqp6l6cgm3r6692sqxc2e4k3pmzx62l87yje34qz49xth",
"value": "10027019899069922132",
"nonce": 10966102,
"rank": 6
},
{
"address": "erd1mewfhs7n7dl3wzvg0eqqelltqda2n3xew0c2ylq0zfw8jsmxdz8q278atp",
"value": "427908260547249194814",
"nonce": 10966713,
"rank": 7
},
{
"address": "erd1k6ellajqvzvhhfwvdja0hkjjv3r57dt5hdke4w4u8dr8szv35hlq4d0h5r",
"value": "74000000000000000000",
"nonce": 10967729,
"rank": 8
},
{
"address": "erd1zvp3633kh0y5cn5ragjy755s07v7n8a7lmm23twa4khc4fkrdn6svfg09y",
"value": "30000000000000000000",
"nonce": 10968163,
"rank": 9
},
{
"address": "erd1u5wz3vzj7mz9z7h4e88hdj57xy4pheh7q3ng9aj62jsw3xeu9vzsfehl2e",
"value": "12500000000000000000",
"nonce": 10970396,
"rank": 10
}
]