Given a set of account names and public keys, find all account permission authorities that are, in part or whole, satisfiable
List of authorizing accounts and/or actor/permissions
List of authorizing keys
Result containing a list of accounts which are authorized, in whole or part, by the provided accounts and keys
POST /v1/chain/get_accounts_by_authorizers HTTP/1.1 Host: eos.nownodes.io Content-Type: application/json Accept: */* Content-Length: 37 { "accounts": [ "text" ], "keys": [ "text" ] }
OK
{ "accounts": [ { "account_name": "text", "permission_name": "text", "authorizer": "text", "weight": 1, "threshold": 1 } ] }