sns_reverse_lookup
Returns the domain name associated with a raw SNS account.
Parameters
Result
Example
{
"jsonrpc": "2.0",
"method": "sns_reverseLookup",
"params": [
"Crf8hzfthWGbGbLTVCiqRqV5MVnbpHB1L9KQMd6gsinb"
],
"id": 42
}{
"jsonrpc": "2.0",
"result": "bonfida",
"id": 42
}Last updated