Returns paginable collection of authorized depositors for given account.
{"account_address":null}
defines upper boundary (inclusive) for queried data. i.e { "at_state_version" = {"epoch" = 10} }, will return data till 10 epoch.
{ "at_state_version" = {"epoch" = 10} }
POST /state/account/page/authorized-depositors HTTP/1.1 Host: xrd-gateway.nownodes.io Content-Type: application/json Accept: */* Content-Length: 24 { "account_address": null }
Account resource preferences page
{ "ledger_state": { "network": "<network-name>", "state_version": 1, "proposer_round_timestamp": "text", "epoch": 1, "round": 1 }, "total_count": 1, "next_cursor": "text", "items": [ { "badge_type": "ResourceBadge" } ], "account_address": "text" }