Returns information about a proxy account. This will include delegated accounts and deposits held.
SS58 address of the account.
Block height (as a non-negative integer) or hash (as a hex string).
GET /accounts/{accountId}/proxy-info HTTP/1.1 Host: dot-playbook.nownodes.io Accept: */*
successfull operation
{ "at": { "hash": "text", "height": "text" }, "delegatedAccounts": [ { "delegate": "text", "delay": "text", "proxyType": "text" } ], "depositHeld": "text" }