listbanned

Argument: none

Result

  [                              (json array)
    {                            (json object)
      "address" : "str",         (string) The IP/Subnet of the banned node
      "ban_created" : xxx,       (numeric) The UNIX epoch time the ban was created
      "banned_until" : xxx,      (numeric) The UNIX epoch time the ban expires
      "ban_duration" : xxx,      (numeric) The ban duration, in seconds
      "time_remaining" : xxx     (numeric) The time remaining until the ban expires, in seconds
    },
    ...
  ]