public function get_address_op_returns($address)
    {
        $address = is_array($address) ? implode(',', $address) : $address;

        try {